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.Fields in org.magicwerk.brownies.collections declared as KeyListImplModifier and TypeFieldDescription(package private) KeyListImpl<E> KeyCollectionImpl.BuilderImpl.keyList(package private) KeyListImpl<E> KeyCollectionImpl.keyListBack pointer to KeyListImpl if this object is used to implement a KeyList, Key1List, Key2List.(package private) KeyListImpl<E> KeyCollectionAsMap.listReference to KeyListImpl containing data (exactly one of the fields coll and list is set)Methods in org.magicwerk.brownies.collections that return KeyListImplModifier and TypeMethodDescriptionKeyListImpl.clone()KeyListImpl.crop()Returns a copy this list but without elements.Methods in org.magicwerk.brownies.collections with parameters of type KeyListImplModifier and TypeMethodDescription(package private) voidKeyCollectionImpl.BuilderImpl.init(KeyCollectionImpl keyColl, KeyListImpl keyList) This method is called if a KeyList, Key1List, Key2List is initialized.(package private) voidKeyListImpl.initCopy(KeyListImpl<E> that) Initialize object for copy() operation.(package private) voidKeyListImpl.initCrop(KeyListImpl<E> that) Initialize object for crop() operation.Constructors in org.magicwerk.brownies.collections with parameters of type KeyListImplModifierConstructorDescriptionKeyCollectionAsMap(KeyListImpl<E> list, int keyIndex, boolean immutable) protectedKeyListImpl(boolean copy, KeyListImpl<E> that)