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