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