Uses of Class
org.magicwerk.brownies.collections.KeyCollectionImpl
Packages that use KeyCollectionImpl
Package
Description
Brownies Collections complements the Java Collections Framework.
-
Uses of KeyCollectionImpl in org.magicwerk.brownies.collections
Subclasses of KeyCollectionImpl in org.magicwerk.brownies.collectionsModifier and TypeClassDescriptionclassKey1Collection<E,K> Key1Collection implements a collection with 1 key.classKey1Set<E,K> Key1Set implements a set.classKey2Collection<E,K1, K2> Key2Collection implements a collection with 2 keys.classKey2Set<E,K1, K2> Key2Set implements a set.classKeyCollection implements a collection.classKeySet<E>KeySet implements a set.Methods in org.magicwerk.brownies.collections that return KeyCollectionImplModifier and TypeMethodDescriptionKeyCollectionImpl.copy()Returns a copy of this collection with all its elements.KeyCollectionImpl.crop()Returns a copy of this collection but without elements.Constructors in org.magicwerk.brownies.collections with parameters of type KeyCollectionImplModifierConstructorDescriptionKeyCollectionAsMap(KeyCollectionImpl<E> coll, int keyIndex, boolean immutable) KeyCollectionAsSet(KeyCollectionImpl<E> coll, boolean immutable)