protected final class AbstractMultimap.ValuesCollection extends AbstractCollection<V>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMultimap.ValuesCollection() |
| 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic int size()
size in interface Collection<V>size in class AbstractCollection<V>AbstractCollection.size()public Iterator<V> iterator()
iterator in interface Iterable<V>iterator in interface Collection<V>iterator in class AbstractCollection<V>AbstractCollection.iterator()public void clear()
clear in interface Collection<V>clear in class AbstractCollection<V>AbstractCollection.clear()public boolean contains(Object o)
contains in interface Collection<V>contains in class AbstractCollection<V>AbstractCollection.contains(java.lang.Object)Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.