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

Packages that use IntPredicate
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 IntPredicate in com.carrotsearch.hppc
 

Methods in com.carrotsearch.hppc with type parameters of type IntPredicate
<T extends IntPredicate>
T
IntArrayDeque.descendingForEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends IntPredicate>
T
IntDeque.descendingForEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends IntPredicate>
T
IntDoubleLinkedSet.forEach(T predicate)
           
<T extends IntPredicate>
T
IntOpenHashSet.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends IntPredicate>
T
IntShortOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends IntPredicate>
T
IntObjectOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends IntPredicate>
T
IntDoubleOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends IntPredicate>
T
IntByteOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends IntPredicate>
T
IntArrayList.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends IntPredicate>
T
IntArrayDeque.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends IntPredicate>
T
IntIntOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends IntPredicate>
T
IntLongOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends IntPredicate>
T
IntFloatOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends IntPredicate>
T
IntCharOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends IntPredicate>
T
IntContainer.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends IntPredicate>
T
IntArrayList.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 IntPredicate
 int IntShortAssociativeContainer.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntCharAssociativeContainer.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntLongAssociativeContainer.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntDoubleLinkedSet.removeAll(IntPredicate predicate)
           
 int IntOpenHashSet.removeAll(IntPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int IntByteAssociativeContainer.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntShortOpenHashMap.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntShortOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
           
 int IntCollection.removeAll(IntPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int IntObjectOpenHashMap.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntObjectOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
           
 int IntDoubleOpenHashMap.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntDoubleOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
           
 int IntDoubleAssociativeContainer.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntByteOpenHashMap.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntByteOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
           
 int IntFloatAssociativeContainer.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntArrayList.removeAll(IntPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int IntArrayDeque.removeAll(IntPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int IntIntOpenHashMap.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntIntOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
           
 int IntLongOpenHashMap.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntLongOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
           
 int IntFloatOpenHashMap.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntFloatOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
           
 int IntCharOpenHashMap.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntCharOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
           
 int IntIntAssociativeContainer.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntObjectAssociativeContainer.removeAll(IntPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int IntDoubleLinkedSet.retainAll(IntPredicate predicate)
           
 int IntCollection.retainAll(IntPredicate predicate)
          Keeps all elements in this collection for which the given predicate returns true.
 



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