Uses of Class
org.magicwerk.brownies.collections.Key1Collection
Packages that use Key1Collection
Package
Description
Brownies Collections complements the Java Collections Framework.
-
Uses of Key1Collection in org.magicwerk.brownies.collections
Subclasses of Key1Collection in org.magicwerk.brownies.collectionsMethods in org.magicwerk.brownies.collections that return Key1CollectionModifier and TypeMethodDescriptionKey1Collection.Builder.build()
Key1Collection.copy()
Key1Collection.crop()
Key1Collection.getAllByKey1
(K key) Returns all elements with specified key.Key1Collection.removeAllByKey1
(K key) Removes all elements with specified key.Constructors in org.magicwerk.brownies.collections with parameters of type Key1CollectionModifierConstructorDescription(package private)
Builder
(Key1Collection<E, K> keyColl) Private constructor used if extending Key1Collection.