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

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

Methods in com.carrotsearch.hppc with type parameters of type DoublePredicate
<T extends DoublePredicate>
T
DoubleArrayDeque.descendingForEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends DoublePredicate>
T
DoubleDeque.descendingForEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends DoublePredicate>
T
DoubleLongOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends DoublePredicate>
T
DoubleArrayDeque.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends DoublePredicate>
T
DoubleDoubleOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends DoublePredicate>
T
DoubleContainer.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends DoublePredicate>
T
DoubleIntOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends DoublePredicate>
T
DoubleOpenHashSet.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends DoublePredicate>
T
DoubleByteOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends DoublePredicate>
T
DoubleFloatOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends DoublePredicate>
T
DoubleCharOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends DoublePredicate>
T
DoubleObjectOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends DoublePredicate>
T
DoubleShortOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends DoublePredicate>
T
DoubleArrayList.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends DoublePredicate>
T
DoubleArrayList.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 DoublePredicate
 int DoubleLongOpenHashMap.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleLongOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate)
           
 int DoubleObjectAssociativeContainer.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleFloatAssociativeContainer.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleArrayDeque.removeAll(DoublePredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int DoubleDoubleOpenHashMap.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleDoubleOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate)
           
 int DoubleCharAssociativeContainer.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleIntOpenHashMap.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleIntOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate)
           
 int DoubleDoubleAssociativeContainer.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleLongAssociativeContainer.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleOpenHashSet.removeAll(DoublePredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int DoubleByteOpenHashMap.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleByteOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate)
           
 int DoubleShortAssociativeContainer.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleFloatOpenHashMap.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleFloatOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate)
           
 int DoubleCharOpenHashMap.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleCharOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate)
           
 int DoubleByteAssociativeContainer.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleIntAssociativeContainer.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleObjectOpenHashMap.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleObjectOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate)
           
 int DoubleShortOpenHashMap.removeAll(DoublePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int DoubleShortOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate)
           
 int DoubleArrayList.removeAll(DoublePredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int DoubleCollection.removeAll(DoublePredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int DoubleCollection.retainAll(DoublePredicate predicate)
          Keeps all elements in this collection for which the given predicate returns true.
 



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