Uses of Class
org.magicwerk.brownies.collections.Key2Collection
Packages that use Key2Collection
Package
Description
Brownies Collections complements the Java Collections Framework.
-
Uses of Key2Collection in org.magicwerk.brownies.collections
Subclasses of Key2Collection in org.magicwerk.brownies.collectionsMethods in org.magicwerk.brownies.collections that return Key2CollectionModifier and TypeMethodDescriptionKey2Collection.Builder.build()Key2Collection.copy()Key2Collection.crop()Key2Collection.getAllByKey1(K1 key) Returns all elements with specified key.Key2Collection.getAllByKey2(K2 key) Returns all elements with specified key.Key2Collection.removeAllByKey1(K1 key) Removes all elements with specified key.Key2Collection.removeAllByKey2(K2 key) Removes all elements with specified key.