protected static class AbstractHashedMap.Values<V> extends AbstractCollection<V>
Modifier | Constructor and Description |
---|---|
protected |
Values(AbstractHashedMap<?,V> parent) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(Object value) |
Iterator<V> |
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
protected Values(AbstractHashedMap<?,V> parent)
public int size()
size
in interface Collection<V>
size
in class AbstractCollection<V>
public void clear()
clear
in interface Collection<V>
clear
in class AbstractCollection<V>
public boolean contains(Object value)
contains
in interface Collection<V>
contains
in class AbstractCollection<V>
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.