public final class Long2LongHashMap.ValueCollection extends AbstractCollection<Long>
| Constructor and Description |
|---|
ValueCollection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(long value)
Checks if the value is contained in the map.
|
boolean |
contains(Object o) |
Long2LongHashMap.ValueIterator |
iterator() |
int |
size() |
add, addAll, clear, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic Long2LongHashMap.ValueIterator iterator()
iterator in interface Iterable<Long>iterator in interface Collection<Long>iterator in class AbstractCollection<Long>public int size()
size in interface Collection<Long>size in class AbstractCollection<Long>public boolean contains(Object o)
contains in interface Collection<Long>contains in class AbstractCollection<Long>public boolean contains(long value)
value - to be checked.true if value is contained in this map.Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.