Uses of Class
org.magicwerk.brownies.collections.Key2Set
-
Packages that use Key2Set Package Description org.magicwerk.brownies.collections Brownies Collections complements the Java Collections Framework. -
-
Uses of Key2Set in org.magicwerk.brownies.collections
Methods in org.magicwerk.brownies.collections that return Key2Set Modifier and Type Method Description Key2Set<E,K1,K2>
Key2Set.Builder. build()
Key2Set<E,K1,K2>
Key2Set. copy()
Key2Set<E,K1,K2>
Key2Set. crop()
Key2Set<E,K1,K2>
Key2Set. filter(java.util.function.Predicate<? super E> filter)
Key2Set<E,K1,K2>
Key2Set. getAll(E elem)
Key2Set<E,K1,K2>
Key2Set. getAllByKey1(K1 key)
Key2Set<E,K1,K2>
Key2Set. getAllByKey2(K2 key)
Constructors in org.magicwerk.brownies.collections with parameters of type Key2Set Constructor Description Builder(Key2Set<E,K1,K2> keySet)
Private constructor used if extending KeySet.
-