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 TypeClassDescriptionclass
Key1List<E,
K> Key1List implements a key list with 1 key.protected static class
A read-only version ofKey1List
.class
Key2List<E,
K1, K2> Key2List implements a key list with 2 keys.protected static class
Key2List.ReadOnlyKey2List<E,
K1, K2> A read-only version ofKey2List
.class
KeyList<E>
KeyList implements a list.protected static class
A 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.keyList
Back pointer to KeyListImpl if this object is used to implement a KeyList, Key1List, Key2List.(package private) KeyListImpl
<E> KeyCollectionAsMap.list
Reference 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) void
KeyCollectionImpl.BuilderImpl.init
(KeyCollectionImpl keyColl, KeyListImpl keyList) This method is called if a KeyList, Key1List, Key2List is initialized.(package private) void
KeyListImpl.initCopy
(KeyListImpl<E> that) Initialize object for copy() operation.(package private) void
KeyListImpl.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) protected
KeyListImpl
(boolean copy, KeyListImpl<E> that)