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