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
-
-
Field Summary
-
Fields inherited from class org.magicwerk.brownies.collections.CollectionAsSet
coll, immutable
-
-
Constructor Summary
Constructors Constructor Description KeyCollectionAsSet(KeyCollectionImpl<E> coll, boolean immutable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(E e)
-
Methods inherited from class org.magicwerk.brownies.collections.CollectionAsSet
addAll, checkMutable, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
-
-
-
-
Constructor Detail
-
KeyCollectionAsSet
public KeyCollectionAsSet(KeyCollectionImpl<E> coll, boolean immutable)
-
-