Class KeyCollectionAsSet<E>
java.lang.Object
org.magicwerk.brownies.collections.CollectionAsSet<E>
org.magicwerk.brownies.collections.KeyCollectionAsSet<E>
- All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>
Implements a Set based on a Collection.
- See Also:
-
Field Summary
Fields inherited from class CollectionAsSet
coll, immutable -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CollectionAsSet
addAll, checkMutable, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
spliterator
-
Constructor Details
-
KeyCollectionAsSet
-
-
Method Details
-
add
- Specified by:
addin interfaceCollection<E>- Specified by:
addin interfaceSet<E>- Overrides:
addin classCollectionAsSet<E>
-