public class KeyCollectionAsSet<E> extends CollectionAsSet<E> implements java.io.Serializable
| Constructor and Description |
|---|
KeyCollectionAsSet(KeyCollectionImpl<E> coll,
boolean immutable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
boolean |
addAll(java.util.Collection<? extends E> c) |
public KeyCollectionAsSet(KeyCollectionImpl<E> coll, boolean immutable)