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