Uses of Class
org.magicwerk.brownies.collections.KeyListImpl
-
Packages that use KeyListImpl Package Description org.magicwerk.brownies.collections Brownies Collections complements the Java Collections Framework. -
-
Uses of KeyListImpl in org.magicwerk.brownies.collections
Subclasses of KeyListImpl in org.magicwerk.brownies.collections Modifier and Type Class Description class
Key1List<E,K>
Key1List implements a key list with 1 key.protected static class
Key1List.ReadOnlyKey1List<E,K>
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
KeyList.ImmutableKeyList<E>
A read-only version ofKeyList
.Fields in org.magicwerk.brownies.collections declared as KeyListImpl Modifier and Type Field Description (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 KeyListImpl Modifier and Type Method Description KeyListImpl<E>
KeyListImpl. clone()
KeyListImpl<E>
KeyListImpl. crop()
Returns a copy this list but without elements.Methods in org.magicwerk.brownies.collections with parameters of type KeyListImpl Modifier and Type Method Description (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 KeyListImpl Constructor Description KeyCollectionAsMap(KeyListImpl<E> list, int keyIndex, boolean immutable)
KeyListImpl(boolean copy, KeyListImpl<E> that)
-