Uses of Interface
com.carrotsearch.hppc.predicates.BytePredicate
Packages that use BytePredicate
-
Uses of BytePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type BytePredicateModifier and TypeMethodDescription<T extends BytePredicate>
TByteArrayDeque.descendingForEach(T predicate) Applies apredicateto container elements as long, as the predicate returnstrue.<T extends BytePredicate>
TByteDeque.descendingForEach(T predicate) Applies apredicateto container elements as long, as the predicate returnstrue.<T extends BytePredicate>
TByteArrayDeque.forEach(T predicate) Applies apredicateto container elements as long, as the predicate returnstrue.<T extends BytePredicate>
TByteArrayList.forEach(T predicate) Applies apredicateto container elements as long, as the predicate returnstrue.<T extends BytePredicate>
TByteArrayList.forEach(T predicate, int fromIndex, int toIndex) Appliespredicateto a slice of the list,fromIndex, inclusive, totoIndex, exclusive, or until predicate returnsfalse.<T extends BytePredicate>
TByteByteHashMap.KeysContainer.forEach(T predicate) <T extends BytePredicate>
TByteByteHashMap.ValuesContainer.forEach(T predicate) <T extends BytePredicate>
TByteCharHashMap.KeysContainer.forEach(T predicate) <T extends BytePredicate>
TByteContainer.forEach(T predicate) Applies apredicateto container elements as long, as the predicate returnstrue.<T extends BytePredicate>
TByteDoubleHashMap.KeysContainer.forEach(T predicate) <T extends BytePredicate>
TByteFloatHashMap.KeysContainer.forEach(T predicate) <T extends BytePredicate>
TByteHashSet.forEach(T predicate) Applies apredicateto container elements as long, as the predicate returnstrue.<T extends BytePredicate>
TByteIntHashMap.KeysContainer.forEach(T predicate) <T extends BytePredicate>
TByteLongHashMap.KeysContainer.forEach(T predicate) <T extends BytePredicate>
TByteObjectHashMap.KeysContainer.forEach(T predicate) <T extends BytePredicate>
TByteShortHashMap.KeysContainer.forEach(T predicate) <T extends BytePredicate>
TCharByteHashMap.ValuesContainer.forEach(T predicate) <T extends BytePredicate>
TDoubleByteHashMap.ValuesContainer.forEach(T predicate) <T extends BytePredicate>
TFloatByteHashMap.ValuesContainer.forEach(T predicate) <T extends BytePredicate>
TIntByteHashMap.ValuesContainer.forEach(T predicate) <T extends BytePredicate>
TLongByteHashMap.ValuesContainer.forEach(T predicate) <T extends BytePredicate>
TObjectByteHashMap.ValuesContainer.forEach(T predicate) <T extends BytePredicate>
TShortByteHashMap.ValuesContainer.forEach(T predicate) Methods in com.carrotsearch.hppc with parameters of type BytePredicateModifier and TypeMethodDescriptionprivate voidByteArrayDeque.descendingForEach(BytePredicate predicate, int fromIndex, int toIndex) Appliespredicateto a slice of the deque,toIndex, exclusive, down tofromIndex, inclusive or until the predicate returnsfalse.intByteArrayDeque.removeAll(BytePredicate predicate) Removes all elements in this collection for which the given predicate returnstrue.intByteArrayList.removeAll(BytePredicate predicate) Removes all elements in this collection for which the given predicate returnstrue.intByteByteAssociativeContainer.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteByteHashMap.KeysContainer.removeAll(BytePredicate predicate) intByteByteHashMap.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteByteHashMap.ValuesContainer.removeAll(BytePredicate predicate) intByteCharAssociativeContainer.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteCharHashMap.KeysContainer.removeAll(BytePredicate predicate) intByteCharHashMap.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteCollection.removeAll(BytePredicate predicate) Removes all elements in this collection for which the given predicate returnstrue.intByteDoubleAssociativeContainer.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteDoubleHashMap.KeysContainer.removeAll(BytePredicate predicate) intByteDoubleHashMap.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteFloatAssociativeContainer.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteFloatHashMap.KeysContainer.removeAll(BytePredicate predicate) intByteFloatHashMap.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteHashSet.removeAll(BytePredicate predicate) Removes all elements in this collection for which the given predicate returnstrue.intByteIntAssociativeContainer.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteIntHashMap.KeysContainer.removeAll(BytePredicate predicate) intByteIntHashMap.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteLongAssociativeContainer.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteLongHashMap.KeysContainer.removeAll(BytePredicate predicate) intByteLongHashMap.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteObjectAssociativeContainer.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteObjectHashMap.KeysContainer.removeAll(BytePredicate predicate) intByteObjectHashMap.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteShortAssociativeContainer.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intByteShortHashMap.KeysContainer.removeAll(BytePredicate predicate) intByteShortHashMap.removeAll(BytePredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intCharByteHashMap.ValuesContainer.removeAll(BytePredicate predicate) intDoubleByteHashMap.ValuesContainer.removeAll(BytePredicate predicate) intFloatByteHashMap.ValuesContainer.removeAll(BytePredicate predicate) intIntByteHashMap.ValuesContainer.removeAll(BytePredicate predicate) intLongByteHashMap.ValuesContainer.removeAll(BytePredicate predicate) intObjectByteHashMap.ValuesContainer.removeAll(BytePredicate predicate) intShortByteHashMap.ValuesContainer.removeAll(BytePredicate predicate) intAbstractByteCollection.retainAll(BytePredicate predicate) Default implementation redirects toByteCollection.removeAll(BytePredicate)and negates the predicate.intByteCollection.retainAll(BytePredicate predicate) Keeps all elements in this collection for which the given predicate returnstrue.