Uses of Class
org.magicwerk.brownies.collections.Key2Collection
-
Packages that use Key2Collection Package Description org.magicwerk.brownies.collections Brownies Collections complements the Java Collections Framework. -
-
Uses of Key2Collection in org.magicwerk.brownies.collections
Subclasses of Key2Collection in org.magicwerk.brownies.collections Modifier and Type Class Description class
Key2Set<E,K1,K2>
Key2Set implements a set.Methods in org.magicwerk.brownies.collections that return Key2Collection Modifier and Type Method Description Key2Collection<E,K1,K2>
Key2Collection.Builder. build()
Key2Collection<E,K1,K2>
Key2Collection. copy()
Key2Collection<E,K1,K2>
Key2Collection. crop()
Key2Collection<E,K1,K2>
Key2Collection. filter(java.util.function.Predicate<? super E> filter)
Key2Collection<E,K1,K2>
Key2Collection. getAll(E elem)
Key2Collection<E,K1,K2>
Key2Collection. getAllByKey1(K1 key)
Returns all elements with specified key.Key2Collection<E,K1,K2>
Key2Collection. getAllByKey2(K2 key)
Returns all elements with specified key.Key2Collection<E,K1,K2>
Key2Collection. removeAll(E elem)
Key2Collection<E,K1,K2>
Key2Collection. removeAllByKey1(K1 key)
Removes all elements with specified key.Key2Collection<E,K1,K2>
Key2Collection. removeAllByKey2(K2 key)
Removes all elements with specified key.Constructors in org.magicwerk.brownies.collections with parameters of type Key2Collection Constructor Description Builder(Key2Collection<E,K1,K2> keyColl)
Private constructor used if extending Key2Collection.
-