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