private class HashBagMap.Col extends AbstractSet<V>
Constructor and Description |
---|
HashBagMap.Col(K key) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(V v) |
boolean |
addAll(Collection<? extends V> c) |
Iterator<V> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
equals, hashCode
clear, contains, containsAll, isEmpty, toArray, toArray, toString
private final K _key
public HashBagMap.Col(K key)
public int size()
size
in interface Collection<V>
size
in interface Set<V>
size
in class AbstractCollection<V>
public boolean add(V v)
add
in interface Collection<V>
add
in interface Set<V>
add
in class AbstractCollection<V>
public boolean remove(Object o)
remove
in interface Collection<V>
remove
in interface Set<V>
remove
in class AbstractCollection<V>
public boolean addAll(Collection<? extends V> c)
addAll
in interface Collection<V>
addAll
in interface Set<V>
addAll
in class AbstractCollection<V>
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<V>
removeAll
in interface Set<V>
removeAll
in class AbstractSet<V>
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<V>
retainAll
in interface Set<V>
retainAll
in class AbstractCollection<V>