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) |
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringpublic KeyCollectionAsSet(KeyCollectionImpl<E> coll, boolean immutable)