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