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