Uses of Interface
com.carrotsearch.hppc.predicates.LongPredicate

Packages that use LongPredicate
com.carrotsearch.hppc High Performance Primitive Collections (HPPC) library provides typical data structures (lists, stacks, maps) template-generated for all Java primitive types (byte, int, etc.) to conserve memory and boost performance. 
 

Uses of LongPredicate in com.carrotsearch.hppc
 

Methods in com.carrotsearch.hppc with type parameters of type LongPredicate
<T extends LongPredicate>
T
LongDeque.descendingForEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends LongPredicate>
T
LongArrayDeque.descendingForEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends LongPredicate>
T
LongObjectOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends LongPredicate>
T
LongArrayList.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends LongPredicate>
T
LongFloatOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends LongPredicate>
T
LongContainer.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends LongPredicate>
T
LongDoubleOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends LongPredicate>
T
LongByteOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends LongPredicate>
T
LongShortOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends LongPredicate>
T
LongCharOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends LongPredicate>
T
LongOpenHashSet.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends LongPredicate>
T
LongIntOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends LongPredicate>
T
LongArrayDeque.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends LongPredicate>
T
LongLongOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends LongPredicate>
T
LongArrayList.forEach(T predicate, int fromIndex, int toIndex)
          Applies predicate to a slice of the list, fromIndex, inclusive, to toIndex, exclusive, or until predicate returns false.
 

Methods in com.carrotsearch.hppc with parameters of type LongPredicate
 int LongObjectOpenHashMap.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongObjectOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
           
 int LongDoubleAssociativeContainer.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongLongAssociativeContainer.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongArrayList.removeAll(LongPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int LongFloatOpenHashMap.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongFloatOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
           
 int LongDoubleOpenHashMap.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongDoubleOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
           
 int LongByteOpenHashMap.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongByteOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
           
 int LongShortOpenHashMap.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongShortOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
           
 int LongIntAssociativeContainer.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongCharOpenHashMap.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongCharOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
           
 int LongByteAssociativeContainer.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongOpenHashSet.removeAll(LongPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int LongCollection.removeAll(LongPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int LongIntOpenHashMap.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongIntOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
           
 int LongCharAssociativeContainer.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongFloatAssociativeContainer.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongShortAssociativeContainer.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongArrayDeque.removeAll(LongPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int LongLongOpenHashMap.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongLongOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
           
 int LongObjectAssociativeContainer.removeAll(LongPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int LongCollection.retainAll(LongPredicate predicate)
          Keeps all elements in this collection for which the given predicate returns true.
 



Copyright © 2011 Carrot Search s.c.. All Rights Reserved.