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

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

    Methods in com.carrotsearch.hppc with type parameters of type ShortPredicate
    Modifier and Type
    Method
    Description
    <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
    ShortArrayList.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <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.
    <T extends ShortPredicate>
    T
    ShortByteHashMap.KeysContainer.forEach(T predicate)
     
    <T extends ShortPredicate>
    T
    ShortCharHashMap.KeysContainer.forEach(T predicate)
     
    <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
    ShortDoubleHashMap.KeysContainer.forEach(T predicate)
     
    <T extends ShortPredicate>
    T
    ShortFloatHashMap.KeysContainer.forEach(T predicate)
     
    <T extends ShortPredicate>
    T
    ShortHashSet.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends ShortPredicate>
    T
    ShortIntHashMap.KeysContainer.forEach(T predicate)
     
    <T extends ShortPredicate>
    T
    ShortLongHashMap.KeysContainer.forEach(T predicate)
     
    <T extends ShortPredicate>
    T
    ShortObjectHashMap.KeysContainer.forEach(T predicate)
     
    <T extends ShortPredicate>
    T
    ShortShortHashMap.KeysContainer.forEach(T predicate)
     
    Methods in com.carrotsearch.hppc with parameters of type ShortPredicate
    Modifier and Type
    Method
    Description
    int
    ShortArrayDeque.removeAll(ShortPredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    ShortArrayList.removeAll(ShortPredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    ShortByteAssociativeContainer.removeAll(ShortPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ShortByteHashMap.KeysContainer.removeAll(ShortPredicate predicate)
     
    int
    ShortByteHashMap.removeAll(ShortPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ShortCharAssociativeContainer.removeAll(ShortPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ShortCharHashMap.KeysContainer.removeAll(ShortPredicate predicate)
     
    int
    ShortCharHashMap.removeAll(ShortPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ShortCollection.removeAll(ShortPredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    ShortDoubleAssociativeContainer.removeAll(ShortPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ShortDoubleHashMap.KeysContainer.removeAll(ShortPredicate predicate)
     
    int
    ShortDoubleHashMap.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
    ShortFloatHashMap.KeysContainer.removeAll(ShortPredicate predicate)
     
    int
    ShortFloatHashMap.removeAll(ShortPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ShortHashSet.removeAll(ShortPredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    ShortIntAssociativeContainer.removeAll(ShortPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ShortIntHashMap.KeysContainer.removeAll(ShortPredicate predicate)
     
    int
    ShortIntHashMap.removeAll(ShortPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ShortLongAssociativeContainer.removeAll(ShortPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ShortLongHashMap.KeysContainer.removeAll(ShortPredicate predicate)
     
    int
    ShortLongHashMap.removeAll(ShortPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ShortObjectAssociativeContainer.removeAll(ShortPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ShortObjectHashMap.KeysContainer.removeAll(ShortPredicate predicate)
     
    int
    ShortObjectHashMap.removeAll(ShortPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ShortShortAssociativeContainer.removeAll(ShortPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ShortShortHashMap.KeysContainer.removeAll(ShortPredicate predicate)
     
    int
    ShortShortHashMap.removeAll(ShortPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ShortCollection.retainAll(ShortPredicate predicate)
    Keeps all elements in this collection for which the given predicate returns true.