public abstract static class AbstractObject2ObjectMap.BasicEntrySet<K,V> extends AbstractObjectSet<Object2ObjectMap.Entry<K,V>>
| Modifier and Type | Field and Description |
|---|---|
protected Object2ObjectMap<K,V> |
map |
| 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, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected final Object2ObjectMap<K,V> map
public 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>>Copyright © 2020. All rights reserved.