Uses of Class
org.magicwerk.brownies.collections.KeyListImpl
Packages that use KeyListImpl
Package
Description
Brownies Collections complements the Java Collections Framework.
-
Uses of KeyListImpl in org.magicwerk.brownies.collections
Subclasses of KeyListImpl in org.magicwerk.brownies.collectionsModifier and TypeClassDescriptionclassKey1List<E,K> Key1List implements a key list with 1 key.protected static classA read-only version ofKey1List.classKey2List<E,K1, K2> Key2List implements a key list with 2 keys.protected static classKey2List.ReadOnlyKey2List<E,K1, K2> A read-only version ofKey2List.classKeyList<E>KeyList implements a list.protected static classA read-only version ofKeyList.Methods in org.magicwerk.brownies.collections that return KeyListImplModifier and TypeMethodDescriptionKeyListImpl.clone()KeyListImpl.crop()Returns a copy this list but without elements.Constructors in org.magicwerk.brownies.collections with parameters of type KeyListImplModifierConstructorDescriptionKeyCollectionAsMap(KeyListImpl<E> list, int keyIndex, boolean immutable) protectedKeyListImpl(boolean copy, KeyListImpl<E> that)