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

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

Methods in com.carrotsearch.hppc with type parameters of type CharPredicate
<T extends CharPredicate>
T
CharDeque.descendingForEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends CharPredicate>
T
CharArrayDeque.descendingForEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends CharPredicate>
T
CharCharOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends CharPredicate>
T
CharShortOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends CharPredicate>
T
CharContainer.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends CharPredicate>
T
CharArrayList.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends CharPredicate>
T
CharOpenHashSet.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends CharPredicate>
T
CharObjectOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends CharPredicate>
T
CharIntOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends CharPredicate>
T
CharArrayDeque.forEach(T predicate)
          Applies a predicate to container elements as long, as the predicate returns true.
<T extends CharPredicate>
T
CharLongOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends CharPredicate>
T
CharDoubleOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends CharPredicate>
T
CharByteOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends CharPredicate>
T
CharFloatOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends CharPredicate>
T
CharArrayList.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 CharPredicate
 int CharCharOpenHashMap.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharCharOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
           
 int CharFloatAssociativeContainer.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharShortOpenHashMap.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharShortOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
           
 int CharCharAssociativeContainer.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharCollection.removeAll(CharPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int CharObjectAssociativeContainer.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharArrayList.removeAll(CharPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int CharIntAssociativeContainer.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharOpenHashSet.removeAll(CharPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int CharObjectOpenHashMap.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharObjectOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
           
 int CharShortAssociativeContainer.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharByteAssociativeContainer.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharIntOpenHashMap.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharIntOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
           
 int CharLongAssociativeContainer.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharArrayDeque.removeAll(CharPredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int CharLongOpenHashMap.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharLongOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
           
 int CharDoubleAssociativeContainer.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharDoubleOpenHashMap.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharDoubleOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
           
 int CharByteOpenHashMap.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharByteOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
           
 int CharFloatOpenHashMap.removeAll(CharPredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int CharFloatOpenHashMap.KeysContainer.removeAll(CharPredicate predicate)
           
 int CharCollection.retainAll(CharPredicate predicate)
          Keeps all elements in this collection for which the given predicate returns true.
 



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