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

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

Methods in com.carrotsearch.hppc with type parameters of type ShortPredicate
<T extends ShortPredicate>
T
ShortArrayDeque.descendingForEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends ShortPredicate>
T
ShortDeque.descendingForEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends ShortPredicate>
T
ShortArrayDeque.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends ShortPredicate>
T
ShortContainer.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends ShortPredicate>
T
ShortShortOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends ShortPredicate>
T
ShortIntOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends ShortPredicate>
T
ShortArrayList.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends ShortPredicate>
T
ShortOpenHashSet.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends ShortPredicate>
T
ShortObjectOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends ShortPredicate>
T
ShortDoubleOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends ShortPredicate>
T
ShortCharOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends ShortPredicate>
T
ShortLongOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends ShortPredicate>
T
ShortFloatOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends ShortPredicate>
T
ShortByteOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends ShortPredicate>
T
ShortArrayList.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 ShortPredicate
 int ShortArrayDeque.removeAll(ShortPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int ShortCharAssociativeContainer.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortByteAssociativeContainer.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortShortOpenHashMap.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortShortOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
           
 int ShortIntOpenHashMap.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortIntOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
           
 int ShortArrayList.removeAll(ShortPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int ShortCollection.removeAll(ShortPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int ShortOpenHashSet.removeAll(ShortPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int ShortObjectOpenHashMap.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortObjectOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
           
 int ShortDoubleOpenHashMap.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortDoubleOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
           
 int ShortCharOpenHashMap.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortCharOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
           
 int ShortObjectAssociativeContainer.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortDoubleAssociativeContainer.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortFloatAssociativeContainer.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortIntAssociativeContainer.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortLongOpenHashMap.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortLongOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
           
 int ShortShortAssociativeContainer.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortFloatOpenHashMap.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortFloatOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
           
 int ShortLongAssociativeContainer.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortByteOpenHashMap.removeAll(ShortPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ShortByteOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
           
 int ShortCollection.retainAll(ShortPredicate predicate)
          Keeps all elements in this collection for which the given predicate returns true.
 



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