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

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

    Methods in com.carrotsearch.hppc with type parameters of type IntPredicate
    Modifier and Type
    Method
    Description
    <T extends IntPredicate>
    T
    IntArrayDeque.descendingForEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends IntPredicate>
    T
    IntDeque.descendingForEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends IntPredicate>
    T
    ByteIntHashMap.ValuesContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    CharIntHashMap.ValuesContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    DoubleIntHashMap.ValuesContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    FloatIntHashMap.ValuesContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    IntArrayDeque.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends IntPredicate>
    T
    IntArrayList.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends IntPredicate>
    T
    IntArrayList.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 IntPredicate>
    T
    IntByteHashMap.KeysContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    IntCharHashMap.KeysContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    IntContainer.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends IntPredicate>
    T
    IntDoubleHashMap.KeysContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    IntFloatHashMap.KeysContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    IntHashSet.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends IntPredicate>
    T
    IntIntHashMap.KeysContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    IntIntHashMap.ValuesContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    IntLongHashMap.KeysContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    IntObjectHashMap.KeysContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    IntShortHashMap.KeysContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    LongIntHashMap.ValuesContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    ObjectIntHashMap.ValuesContainer.forEach(T predicate)
     
    <T extends IntPredicate>
    T
    ShortIntHashMap.ValuesContainer.forEach(T predicate)
     
    Methods in com.carrotsearch.hppc with parameters of type IntPredicate
    Modifier and Type
    Method
    Description
    private void
    IntArrayDeque.descendingForEach(IntPredicate predicate, int fromIndex, int toIndex)
    Applies predicate to a slice of the deque, toIndex, exclusive, down to fromIndex, inclusive or until the predicate returns false.
    int
    ByteIntHashMap.ValuesContainer.removeAll(IntPredicate predicate)
     
    int
    CharIntHashMap.ValuesContainer.removeAll(IntPredicate predicate)
     
    int
    DoubleIntHashMap.ValuesContainer.removeAll(IntPredicate predicate)
     
    int
    FloatIntHashMap.ValuesContainer.removeAll(IntPredicate predicate)
     
    int
    IntArrayDeque.removeAll(IntPredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    IntArrayList.removeAll(IntPredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    IntByteAssociativeContainer.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntByteHashMap.KeysContainer.removeAll(IntPredicate predicate)
     
    int
    IntByteHashMap.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntCharAssociativeContainer.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntCharHashMap.KeysContainer.removeAll(IntPredicate predicate)
     
    int
    IntCharHashMap.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntCollection.removeAll(IntPredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    IntDoubleAssociativeContainer.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntDoubleHashMap.KeysContainer.removeAll(IntPredicate predicate)
     
    int
    IntDoubleHashMap.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntFloatAssociativeContainer.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntFloatHashMap.KeysContainer.removeAll(IntPredicate predicate)
     
    int
    IntFloatHashMap.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntHashSet.removeAll(IntPredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    IntIntAssociativeContainer.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntIntHashMap.KeysContainer.removeAll(IntPredicate predicate)
     
    int
    IntIntHashMap.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntIntHashMap.ValuesContainer.removeAll(IntPredicate predicate)
     
    int
    IntLongAssociativeContainer.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntLongHashMap.KeysContainer.removeAll(IntPredicate predicate)
     
    int
    IntLongHashMap.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntObjectAssociativeContainer.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntObjectHashMap.KeysContainer.removeAll(IntPredicate predicate)
     
    int
    IntObjectHashMap.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntShortAssociativeContainer.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    IntShortHashMap.KeysContainer.removeAll(IntPredicate predicate)
     
    int
    IntShortHashMap.removeAll(IntPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    LongIntHashMap.ValuesContainer.removeAll(IntPredicate predicate)
     
    int
    ObjectIntHashMap.ValuesContainer.removeAll(IntPredicate predicate)
     
    int
    ShortIntHashMap.ValuesContainer.removeAll(IntPredicate predicate)
     
    int
    AbstractIntCollection.retainAll(IntPredicate predicate)
    Default implementation redirects to IntCollection.removeAll(IntPredicate) and negates the predicate.
    int
    IntCollection.retainAll(IntPredicate predicate)
    Keeps all elements in this collection for which the given predicate returns true.