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