Class KeyCollectionAsSet<E>
- java.lang.Object
-
- org.magicwerk.brownies.collections.CollectionAsSet<E>
-
- org.magicwerk.brownies.collections.KeyCollectionAsSet<E>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Iterable<E>,java.util.Collection<E>,java.util.Set<E>
public class KeyCollectionAsSet<E> extends CollectionAsSet<E> implements java.io.Serializable
Implements a Set based on a Collection.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyCollectionAsSet(KeyCollectionImpl<E> coll, boolean immutable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(E e)-
Methods inherited from class org.magicwerk.brownies.collections.CollectionAsSet
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
-
-
-
-
Constructor Detail
-
KeyCollectionAsSet
public KeyCollectionAsSet(KeyCollectionImpl<E> coll, boolean immutable)
-
-