public final class FastCopyHashMap.Values extends AbstractCollection<V>
Constructor and Description |
---|
Values() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(Object o) |
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
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>
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.