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

Packages that use CharPredicate
Package
Description
 
  • Uses of CharPredicate in com.carrotsearch.hppc

    Methods in com.carrotsearch.hppc with type parameters of type CharPredicate
    Modifier and Type
    Method
    Description
    <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
    CharDeque.descendingForEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <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
    CharArrayList.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <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.
    <T extends CharPredicate>
    T
    CharByteHashMap.KeysContainer.forEach(T predicate)
     
    <T extends CharPredicate>
    T
    CharCharHashMap.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
    CharDoubleHashMap.KeysContainer.forEach(T predicate)
     
    <T extends CharPredicate>
    T
    CharFloatHashMap.KeysContainer.forEach(T predicate)
     
    <T extends CharPredicate>
    T
    CharHashSet.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends CharPredicate>
    T
    CharIntHashMap.KeysContainer.forEach(T predicate)
     
    <T extends CharPredicate>
    T
    CharLongHashMap.KeysContainer.forEach(T predicate)
     
    <T extends CharPredicate>
    T
    CharObjectHashMap.KeysContainer.forEach(T predicate)
     
    <T extends CharPredicate>
    T
    CharShortHashMap.KeysContainer.forEach(T predicate)
     
    Methods in com.carrotsearch.hppc with parameters of type CharPredicate
    Modifier and Type
    Method
    Description
    int
    CharArrayDeque.removeAll(CharPredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    CharArrayList.removeAll(CharPredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    CharByteAssociativeContainer.removeAll(CharPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    CharByteHashMap.KeysContainer.removeAll(CharPredicate predicate)
     
    int
    CharByteHashMap.removeAll(CharPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    CharCharAssociativeContainer.removeAll(CharPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    CharCharHashMap.KeysContainer.removeAll(CharPredicate predicate)
     
    int
    CharCharHashMap.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
    CharDoubleAssociativeContainer.removeAll(CharPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    CharDoubleHashMap.KeysContainer.removeAll(CharPredicate predicate)
     
    int
    CharDoubleHashMap.removeAll(CharPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    CharFloatAssociativeContainer.removeAll(CharPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    CharFloatHashMap.KeysContainer.removeAll(CharPredicate predicate)
     
    int
    CharFloatHashMap.removeAll(CharPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    CharHashSet.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
    CharIntHashMap.KeysContainer.removeAll(CharPredicate predicate)
     
    int
    CharIntHashMap.removeAll(CharPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    CharLongAssociativeContainer.removeAll(CharPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    CharLongHashMap.KeysContainer.removeAll(CharPredicate predicate)
     
    int
    CharLongHashMap.removeAll(CharPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    CharObjectAssociativeContainer.removeAll(CharPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    CharObjectHashMap.KeysContainer.removeAll(CharPredicate predicate)
     
    int
    CharObjectHashMap.removeAll(CharPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    CharShortAssociativeContainer.removeAll(CharPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    CharShortHashMap.KeysContainer.removeAll(CharPredicate predicate)
     
    int
    CharShortHashMap.removeAll(CharPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    CharCollection.retainAll(CharPredicate predicate)
    Keeps all elements in this collection for which the given predicate returns true.