Uses of Interface
com.carrotsearch.hppc.predicates.CharPredicate
-
Packages that use CharPredicate Package Description com.carrotsearch.hppc -
-
Uses of CharPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharPredicate Modifier and Type Method Description <T extends CharPredicate>
TCharArrayDeque. descendingForEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends CharPredicate>
TCharDeque. descendingForEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends CharPredicate>
TByteCharHashMap.ValuesContainer. forEach(T predicate)<T extends CharPredicate>
TCharArrayDeque. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends CharPredicate>
TCharArrayList. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends CharPredicate>
TCharArrayList. forEach(T predicate, int fromIndex, int toIndex)Appliespredicateto a slice of the list,fromIndex, inclusive, totoIndex, exclusive, or until predicate returnsfalse.<T extends CharPredicate>
TCharByteHashMap.KeysContainer. forEach(T predicate)<T extends CharPredicate>
TCharCharHashMap.KeysContainer. forEach(T predicate)<T extends CharPredicate>
TCharCharHashMap.ValuesContainer. forEach(T predicate)<T extends CharPredicate>
TCharContainer. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends CharPredicate>
TCharDoubleHashMap.KeysContainer. forEach(T predicate)<T extends CharPredicate>
TCharFloatHashMap.KeysContainer. forEach(T predicate)<T extends CharPredicate>
TCharHashSet. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends CharPredicate>
TCharIntHashMap.KeysContainer. forEach(T predicate)<T extends CharPredicate>
TCharLongHashMap.KeysContainer. forEach(T predicate)<T extends CharPredicate>
TCharObjectHashMap.KeysContainer. forEach(T predicate)<T extends CharPredicate>
TCharShortHashMap.KeysContainer. forEach(T predicate)<T extends CharPredicate>
TDoubleCharHashMap.ValuesContainer. forEach(T predicate)<T extends CharPredicate>
TFloatCharHashMap.ValuesContainer. forEach(T predicate)<T extends CharPredicate>
TIntCharHashMap.ValuesContainer. forEach(T predicate)<T extends CharPredicate>
TLongCharHashMap.ValuesContainer. forEach(T predicate)<T extends CharPredicate>
TObjectCharHashMap.ValuesContainer. forEach(T predicate)<T extends CharPredicate>
TShortCharHashMap.ValuesContainer. forEach(T predicate)Methods in com.carrotsearch.hppc with parameters of type CharPredicate Modifier and Type Method Description private voidCharArrayDeque. descendingForEach(CharPredicate predicate, int fromIndex, int toIndex)Appliespredicateto a slice of the deque,toIndex, exclusive, down tofromIndex, inclusive or until the predicate returnsfalse.intByteCharHashMap.ValuesContainer. removeAll(CharPredicate predicate)intCharArrayDeque. removeAll(CharPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intCharArrayList. removeAll(CharPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intCharByteAssociativeContainer. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharByteHashMap.KeysContainer. removeAll(CharPredicate predicate)intCharByteHashMap. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharCharAssociativeContainer. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharCharHashMap.KeysContainer. removeAll(CharPredicate predicate)intCharCharHashMap. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharCharHashMap.ValuesContainer. removeAll(CharPredicate predicate)intCharCollection. removeAll(CharPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intCharDoubleAssociativeContainer. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharDoubleHashMap.KeysContainer. removeAll(CharPredicate predicate)intCharDoubleHashMap. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharFloatAssociativeContainer. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharFloatHashMap.KeysContainer. removeAll(CharPredicate predicate)intCharFloatHashMap. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharHashSet. removeAll(CharPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intCharIntAssociativeContainer. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharIntHashMap.KeysContainer. removeAll(CharPredicate predicate)intCharIntHashMap. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharLongAssociativeContainer. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharLongHashMap.KeysContainer. removeAll(CharPredicate predicate)intCharLongHashMap. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharObjectAssociativeContainer. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharObjectHashMap.KeysContainer. removeAll(CharPredicate predicate)intCharObjectHashMap. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharShortAssociativeContainer. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharShortHashMap.KeysContainer. removeAll(CharPredicate predicate)intCharShortHashMap. removeAll(CharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intDoubleCharHashMap.ValuesContainer. removeAll(CharPredicate predicate)intFloatCharHashMap.ValuesContainer. removeAll(CharPredicate predicate)intIntCharHashMap.ValuesContainer. removeAll(CharPredicate predicate)intLongCharHashMap.ValuesContainer. removeAll(CharPredicate predicate)intObjectCharHashMap.ValuesContainer. removeAll(CharPredicate predicate)intShortCharHashMap.ValuesContainer. removeAll(CharPredicate predicate)intAbstractCharCollection. retainAll(CharPredicate predicate)Default implementation redirects toCharCollection.removeAll(CharPredicate)and negates the predicate.intCharCollection. retainAll(CharPredicate predicate)Keeps all elements in this collection for which the given predicate returnstrue.
-