Uses of Interface
com.carrotsearch.hppc.predicates.ShortPredicate
-
Packages that use ShortPredicate Package Description com.carrotsearch.hppc -
-
Uses of ShortPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortPredicate Modifier and Type Method Description <T extends ShortPredicate>
TShortArrayDeque. descendingForEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends ShortPredicate>
TShortDeque. descendingForEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends ShortPredicate>
TByteShortHashMap.ValuesContainer. forEach(T predicate)<T extends ShortPredicate>
TCharShortHashMap.ValuesContainer. forEach(T predicate)<T extends ShortPredicate>
TDoubleShortHashMap.ValuesContainer. forEach(T predicate)<T extends ShortPredicate>
TFloatShortHashMap.ValuesContainer. forEach(T predicate)<T extends ShortPredicate>
TIntShortHashMap.ValuesContainer. forEach(T predicate)<T extends ShortPredicate>
TLongShortHashMap.ValuesContainer. forEach(T predicate)<T extends ShortPredicate>
TObjectShortHashMap.ValuesContainer. forEach(T predicate)<T extends ShortPredicate>
TShortArrayDeque. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends ShortPredicate>
TShortArrayList. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends ShortPredicate>
TShortArrayList. forEach(T predicate, int fromIndex, int toIndex)Appliespredicateto a slice of the list,fromIndex, inclusive, totoIndex, exclusive, or until predicate returnsfalse.<T extends ShortPredicate>
TShortByteHashMap.KeysContainer. forEach(T predicate)<T extends ShortPredicate>
TShortCharHashMap.KeysContainer. forEach(T predicate)<T extends ShortPredicate>
TShortContainer. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends ShortPredicate>
TShortDoubleHashMap.KeysContainer. forEach(T predicate)<T extends ShortPredicate>
TShortFloatHashMap.KeysContainer. forEach(T predicate)<T extends ShortPredicate>
TShortHashSet. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends ShortPredicate>
TShortIntHashMap.KeysContainer. forEach(T predicate)<T extends ShortPredicate>
TShortLongHashMap.KeysContainer. forEach(T predicate)<T extends ShortPredicate>
TShortObjectHashMap.KeysContainer. forEach(T predicate)<T extends ShortPredicate>
TShortShortHashMap.KeysContainer. forEach(T predicate)<T extends ShortPredicate>
TShortShortHashMap.ValuesContainer. forEach(T predicate)Methods in com.carrotsearch.hppc with parameters of type ShortPredicate Modifier and Type Method Description private voidShortArrayDeque. descendingForEach(ShortPredicate predicate, int fromIndex, int toIndex)Appliespredicateto a slice of the deque,toIndex, exclusive, down tofromIndex, inclusive or until the predicate returnsfalse.intByteShortHashMap.ValuesContainer. removeAll(ShortPredicate predicate)intCharShortHashMap.ValuesContainer. removeAll(ShortPredicate predicate)intDoubleShortHashMap.ValuesContainer. removeAll(ShortPredicate predicate)intFloatShortHashMap.ValuesContainer. removeAll(ShortPredicate predicate)intIntShortHashMap.ValuesContainer. removeAll(ShortPredicate predicate)intLongShortHashMap.ValuesContainer. removeAll(ShortPredicate predicate)intObjectShortHashMap.ValuesContainer. removeAll(ShortPredicate predicate)intShortArrayDeque. removeAll(ShortPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intShortArrayList. removeAll(ShortPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intShortByteAssociativeContainer. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortByteHashMap.KeysContainer. removeAll(ShortPredicate predicate)intShortByteHashMap. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortCharAssociativeContainer. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortCharHashMap.KeysContainer. removeAll(ShortPredicate predicate)intShortCharHashMap. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortCollection. removeAll(ShortPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intShortDoubleAssociativeContainer. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortDoubleHashMap.KeysContainer. removeAll(ShortPredicate predicate)intShortDoubleHashMap. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortFloatAssociativeContainer. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortFloatHashMap.KeysContainer. removeAll(ShortPredicate predicate)intShortFloatHashMap. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortHashSet. removeAll(ShortPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intShortIntAssociativeContainer. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortIntHashMap.KeysContainer. removeAll(ShortPredicate predicate)intShortIntHashMap. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortLongAssociativeContainer. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortLongHashMap.KeysContainer. removeAll(ShortPredicate predicate)intShortLongHashMap. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortObjectAssociativeContainer. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortObjectHashMap.KeysContainer. removeAll(ShortPredicate predicate)intShortObjectHashMap. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortShortAssociativeContainer. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortShortHashMap.KeysContainer. removeAll(ShortPredicate predicate)intShortShortHashMap. removeAll(ShortPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortShortHashMap.ValuesContainer. removeAll(ShortPredicate predicate)intAbstractShortCollection. retainAll(ShortPredicate predicate)Default implementation redirects toShortCollection.removeAll(ShortPredicate)and negates the predicate.intShortCollection. retainAll(ShortPredicate predicate)Keeps all elements in this collection for which the given predicate returnstrue.
-