public abstract static class AbstractReference2ObjectMap.BasicEntrySet<K,V> extends AbstractObjectSet<Reference2ObjectMap.Entry<K,V>>
| Modifier and Type | Field and Description |
|---|---|
protected Reference2ObjectMap<K,V> |
map |
| Constructor and Description |
|---|
BasicEntrySet(Reference2ObjectMap<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 Reference2ObjectMap<K,V> map
public BasicEntrySet(Reference2ObjectMap<K,V> map)
public boolean contains(Object o)
contains in interface Collection<Reference2ObjectMap.Entry<K,V>>contains in interface Set<Reference2ObjectMap.Entry<K,V>>contains in class AbstractCollection<Reference2ObjectMap.Entry<K,V>>public boolean remove(Object o)
remove in interface Collection<Reference2ObjectMap.Entry<K,V>>remove in interface Set<Reference2ObjectMap.Entry<K,V>>remove in class AbstractCollection<Reference2ObjectMap.Entry<K,V>>public int size()
size in interface Collection<Reference2ObjectMap.Entry<K,V>>size in interface Set<Reference2ObjectMap.Entry<K,V>>size in class AbstractCollection<Reference2ObjectMap.Entry<K,V>>Copyright © 2020. All rights reserved.