K - key typeV - value typeabstract static class CompatibleGuava11.Values<K,V> extends AbstractCollection<V>
| Constructor and Description |
|---|
Values() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object o) |
boolean |
isEmpty() |
Iterator<V> |
iterator() |
(package private) abstract Map<K,V> |
map() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
add, addAll, containsAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic Iterator<V> iterator()
iterator in interface Iterable<V>iterator in interface Collection<V>iterator in class AbstractCollection<V>public boolean remove(Object o)
remove in interface Collection<V>remove in class AbstractCollection<V>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<V>removeAll in class AbstractCollection<V>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<V>retainAll in class AbstractCollection<V>public int size()
size in interface Collection<V>size in class AbstractCollection<V>public boolean isEmpty()
isEmpty in interface Collection<V>isEmpty 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 © 2012–2018 The Apache Software Foundation. All rights reserved.