private class PatriciaTrie.Values extends AbstractCollection<V>
| Modifier | Constructor and Description | 
|---|---|
| private  | Values() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| boolean | contains(Object o) | 
| Iterator<V> | iterator() | 
| boolean | remove(Object o) | 
| int | size() | 
add, addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streamprivate Values()
public Iterator<V> iterator()
iterator in interface Iterable<V>iterator in interface Collection<V>iterator in class AbstractCollection<V>public int size()
size in interface Collection<V>size in class AbstractCollection<V>public boolean contains(Object o)
contains in interface Collection<V>contains in class AbstractCollection<V>public void clear()
clear in interface Collection<V>clear in class AbstractCollection<V>public boolean remove(Object o)
remove in interface Collection<V>remove in class AbstractCollection<V>