public abstract static class AbstractObject2ObjectMap.BasicEntrySet<K,V> extends AbstractObjectSet<Object2ObjectMap.Entry<K,V>>
| Constructor and Description |
|---|
BasicEntrySet(Object2ObjectMap<K,V> 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(Object2ObjectMap<K,V> map)
public boolean contains(Object o)
contains in interface Collection<Object2ObjectMap.Entry<K,V>>contains in interface Set<Object2ObjectMap.Entry<K,V>>contains in class AbstractCollection<Object2ObjectMap.Entry<K,V>>public boolean remove(Object o)
remove in interface Collection<Object2ObjectMap.Entry<K,V>>remove in interface Set<Object2ObjectMap.Entry<K,V>>remove in class AbstractCollection<Object2ObjectMap.Entry<K,V>>public int size()
size in interface Collection<Object2ObjectMap.Entry<K,V>>size in interface Set<Object2ObjectMap.Entry<K,V>>size in class AbstractCollection<Object2ObjectMap.Entry<K,V>>