private class HashBagMap.Col
extends java.util.AbstractSet<V>
Modifier and Type | Method and Description |
---|---|
boolean |
add(V v) |
boolean |
addAll(java.util.Collection<? extends V> c) |
java.util.Iterator<V> |
iterator() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
retainAll(java.util.Collection<?> c) |
int |
size() |
clear, contains, containsAll, isEmpty, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
private final K _key
public Col(K key)