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>
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>
TLongContainer. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<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>
TLongObjectHashMap.KeysContainer. forEach(T predicate)Methods in com.carrotsearch.hppc with parameters of type LongPredicate Modifier and Type Method Description intLongArrayList. removeAll(LongPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intLongCollection. removeAll(LongPredicate predicate)Removes all elements in this collection for which the given 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.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.intLongCollection. retainAll(LongPredicate predicate)Keeps all elements in this collection for which the given predicate returnstrue.
-