public abstract static class AbstractInt2LongMap.BasicEntrySet extends AbstractObjectSet<Int2LongMap.Entry>
| Modifier and Type | Field and Description |
|---|---|
protected Int2LongMap |
map |
| Constructor and Description |
|---|
BasicEntrySet(Int2LongMap map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object o) |
boolean |
remove(Object o) |
int |
size() |
equals, hashCode, iteratortoStringadd, addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected final Int2LongMap map
public BasicEntrySet(Int2LongMap map)
public boolean contains(Object o)
contains in interface Collection<Int2LongMap.Entry>contains in interface Set<Int2LongMap.Entry>contains in class AbstractCollection<Int2LongMap.Entry>public boolean remove(Object o)
remove in interface Collection<Int2LongMap.Entry>remove in interface Set<Int2LongMap.Entry>remove in class AbstractCollection<Int2LongMap.Entry>public int size()
size in interface Collection<Int2LongMap.Entry>size in interface Set<Int2LongMap.Entry>size in class AbstractCollection<Int2LongMap.Entry>Copyright © 2020. All rights reserved.