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 classKey1List<E,K>Key1List implements a key list with 1 key.protected static classKey1List.ReadOnlyKey1List<E,K>A 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 classKeyList.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. 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 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) 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 KeyListImpl Constructor Description KeyCollectionAsMap(KeyListImpl<E> list, int keyIndex, boolean immutable)KeyListImpl(boolean copy, KeyListImpl<E> that)
-