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