public final class Object2LongHashMap.ValueCollection extends AbstractCollection<Long>
Constructor and Description |
---|
ValueCollection() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(Object o) |
Object2LongHashMap.ValueIterator |
iterator() |
int |
size() |
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
public Object2LongHashMap.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 void clear()
clear
in interface Collection<Long>
clear
in class AbstractCollection<Long>
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.