public abstract static class AbstractDouble2ObjectMap.BasicEntrySet<V> extends AbstractObjectSet<Double2ObjectMap.Entry<V>>
| Constructor and Description |
|---|
BasicEntrySet(Double2ObjectMap<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, toArrayadd, addAll, clear, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic BasicEntrySet(Double2ObjectMap<V> map)
public boolean contains(Object o)
contains in interface Collection<Double2ObjectMap.Entry<V>>contains in interface Set<Double2ObjectMap.Entry<V>>contains in class AbstractCollection<Double2ObjectMap.Entry<V>>public boolean remove(Object o)
remove in interface Collection<Double2ObjectMap.Entry<V>>remove in interface Set<Double2ObjectMap.Entry<V>>remove in class AbstractCollection<Double2ObjectMap.Entry<V>>public int size()
size in interface Collection<Double2ObjectMap.Entry<V>>size in interface Set<Double2ObjectMap.Entry<V>>size in class AbstractCollection<Double2ObjectMap.Entry<V>>