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