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