public abstract static class AbstractReference2IntMap.BasicEntrySet<K> extends AbstractObjectSet<Reference2IntMap.Entry<K>>
| Constructor and Description |
|---|
BasicEntrySet(Reference2IntMap<K> 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, toArrayadd, addAll, clear, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic BasicEntrySet(Reference2IntMap<K> map)
public boolean contains(Object o)
contains in interface Collection<Reference2IntMap.Entry<K>>contains in interface Set<Reference2IntMap.Entry<K>>contains in class AbstractCollection<Reference2IntMap.Entry<K>>public boolean remove(Object o)
remove in interface Collection<Reference2IntMap.Entry<K>>remove in interface Set<Reference2IntMap.Entry<K>>remove in class AbstractCollection<Reference2IntMap.Entry<K>>public int size()
size in interface Collection<Reference2IntMap.Entry<K>>size in interface Set<Reference2IntMap.Entry<K>>size in class AbstractCollection<Reference2IntMap.Entry<K>>