Uses of Class
org.magicwerk.brownies.collections.KeyList
-
Packages that use KeyList Package Description org.magicwerk.brownies.collections Brownies Collections complements the Java Collections Framework. -
-
Uses of KeyList in org.magicwerk.brownies.collections
Subclasses of KeyList in org.magicwerk.brownies.collections Modifier and Type Class Description protected static class
KeyList.ImmutableKeyList<E>
A read-only version ofKeyList
.Methods in org.magicwerk.brownies.collections that return KeyList Modifier and Type Method Description KeyList<E>
KeyList.Builder. build()
Create collection with specified options.KeyList<E>
KeyList. clone()
KeyList<E>
KeyList. copy()
KeyList<E>
KeyList. crop()
KeyList<E>
KeyList. immutableList()
KeyList<E>
KeyList. unmodifiableList()
Constructors in org.magicwerk.brownies.collections with parameters of type KeyList Constructor Description Builder(KeyList<E> keyList)
Private constructor used if extending KeyList.ImmutableKeyList(KeyList<E> that)
Private constructor used internally.KeyList(boolean copy, KeyList<E> that)
-