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