protected final class AbstractMultimap.EntriesCollection extends AbstractCollection<Map.Entry<K,V>>
Modifier | Constructor and Description |
---|---|
protected |
EntriesCollection() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(Object o) |
Iterator<Map.Entry<K,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 int size()
size
in interface Collection<Map.Entry<K,V>>
size
in class AbstractCollection<Map.Entry<K,V>>
public void clear()
clear
in interface Collection<Map.Entry<K,V>>
clear
in class AbstractCollection<Map.Entry<K,V>>
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.