Uses of Interface
com.carrotsearch.hppc.predicates.LongPredicate
-
Packages that use LongPredicate Package Description com.carrotsearch.hppc -
-
Uses of LongPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongPredicate Modifier and Type Method Description <T extends LongPredicate>
TLongArrayDeque. descendingForEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends LongPredicate>
TLongDeque. descendingForEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends LongPredicate>
TByteLongHashMap.ValuesContainer. forEach(T predicate)<T extends LongPredicate>
TCharLongHashMap.ValuesContainer. forEach(T predicate)<T extends LongPredicate>
TDoubleLongHashMap.ValuesContainer. forEach(T predicate)<T extends LongPredicate>
TFloatLongHashMap.ValuesContainer. forEach(T predicate)<T extends LongPredicate>
TIntLongHashMap.ValuesContainer. forEach(T predicate)<T extends LongPredicate>
TLongArrayDeque. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends LongPredicate>
TLongArrayList. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends LongPredicate>
TLongArrayList. forEach(T predicate, int fromIndex, int toIndex)Appliespredicateto a slice of the list,fromIndex, inclusive, totoIndex, exclusive, or until predicate returnsfalse.<T extends LongPredicate>
TLongByteHashMap.KeysContainer. forEach(T predicate)<T extends LongPredicate>
TLongCharHashMap.KeysContainer. forEach(T predicate)<T extends LongPredicate>
TLongContainer. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends LongPredicate>
TLongDoubleHashMap.KeysContainer. forEach(T predicate)<T extends LongPredicate>
TLongFloatHashMap.KeysContainer. forEach(T predicate)<T extends LongPredicate>
TLongHashSet. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends LongPredicate>
TLongIntHashMap.KeysContainer. forEach(T predicate)<T extends LongPredicate>
TLongLongHashMap.KeysContainer. forEach(T predicate)<T extends LongPredicate>
TLongLongHashMap.ValuesContainer. forEach(T predicate)<T extends LongPredicate>
TLongObjectHashMap.KeysContainer. forEach(T predicate)<T extends LongPredicate>
TLongShortHashMap.KeysContainer. forEach(T predicate)<T extends LongPredicate>
TObjectLongHashMap.ValuesContainer. forEach(T predicate)<T extends LongPredicate>
TShortLongHashMap.ValuesContainer. forEach(T predicate)Methods in com.carrotsearch.hppc with parameters of type LongPredicate Modifier and Type Method Description private voidLongArrayDeque. descendingForEach(LongPredicate predicate, int fromIndex, int toIndex)Appliespredicateto a slice of the deque,toIndex, exclusive, down tofromIndex, inclusive or until the predicate returnsfalse.intByteLongHashMap.ValuesContainer. removeAll(LongPredicate predicate)intCharLongHashMap.ValuesContainer. removeAll(LongPredicate predicate)intDoubleLongHashMap.ValuesContainer. removeAll(LongPredicate predicate)intFloatLongHashMap.ValuesContainer. removeAll(LongPredicate predicate)intIntLongHashMap.ValuesContainer. removeAll(LongPredicate predicate)intLongArrayDeque. removeAll(LongPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intLongArrayList. removeAll(LongPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intLongByteAssociativeContainer. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongByteHashMap.KeysContainer. removeAll(LongPredicate predicate)intLongByteHashMap. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongCharAssociativeContainer. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongCharHashMap.KeysContainer. removeAll(LongPredicate predicate)intLongCharHashMap. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongCollection. removeAll(LongPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intLongDoubleAssociativeContainer. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongDoubleHashMap.KeysContainer. removeAll(LongPredicate predicate)intLongDoubleHashMap. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongFloatAssociativeContainer. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongFloatHashMap.KeysContainer. removeAll(LongPredicate predicate)intLongFloatHashMap. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongHashSet. removeAll(LongPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intLongIntAssociativeContainer. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongIntHashMap.KeysContainer. removeAll(LongPredicate predicate)intLongIntHashMap. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongLongAssociativeContainer. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongLongHashMap.KeysContainer. removeAll(LongPredicate predicate)intLongLongHashMap. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongLongHashMap.ValuesContainer. removeAll(LongPredicate predicate)intLongObjectAssociativeContainer. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongObjectHashMap.KeysContainer. removeAll(LongPredicate predicate)intLongObjectHashMap. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongShortAssociativeContainer. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intLongShortHashMap.KeysContainer. removeAll(LongPredicate predicate)intLongShortHashMap. removeAll(LongPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intObjectLongHashMap.ValuesContainer. removeAll(LongPredicate predicate)intShortLongHashMap.ValuesContainer. removeAll(LongPredicate predicate)intAbstractLongCollection. retainAll(LongPredicate predicate)Default implementation redirects toLongCollection.removeAll(LongPredicate)and negates the predicate.intLongCollection. retainAll(LongPredicate predicate)Keeps all elements in this collection for which the given predicate returnstrue.
-