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

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

    Methods in com.carrotsearch.hppc with type parameters of type BytePredicate
    Modifier and Type
    Method
    Description
    <T extends BytePredicate>
    T
    ByteArrayDeque.descendingForEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends BytePredicate>
    T
    ByteDeque.descendingForEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends BytePredicate>
    T
    ByteArrayDeque.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends BytePredicate>
    T
    ByteArrayList.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends BytePredicate>
    T
    ByteArrayList.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 BytePredicate>
    T
    ByteByteHashMap.KeysContainer.forEach(T predicate)
     
    <T extends BytePredicate>
    T
    ByteCharHashMap.KeysContainer.forEach(T predicate)
     
    <T extends BytePredicate>
    T
    ByteContainer.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends BytePredicate>
    T
    ByteDoubleHashMap.KeysContainer.forEach(T predicate)
     
    <T extends BytePredicate>
    T
    ByteFloatHashMap.KeysContainer.forEach(T predicate)
     
    <T extends BytePredicate>
    T
    ByteHashSet.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends BytePredicate>
    T
    ByteIntHashMap.KeysContainer.forEach(T predicate)
     
    <T extends BytePredicate>
    T
    ByteLongHashMap.KeysContainer.forEach(T predicate)
     
    <T extends BytePredicate>
    T
    ByteObjectHashMap.KeysContainer.forEach(T predicate)
     
    <T extends BytePredicate>
    T
    ByteShortHashMap.KeysContainer.forEach(T predicate)
     
    Methods in com.carrotsearch.hppc with parameters of type BytePredicate
    Modifier and Type
    Method
    Description
    int
    ByteArrayDeque.removeAll(BytePredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    ByteArrayList.removeAll(BytePredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    ByteByteAssociativeContainer.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteByteHashMap.KeysContainer.removeAll(BytePredicate predicate)
     
    int
    ByteByteHashMap.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteCharAssociativeContainer.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteCharHashMap.KeysContainer.removeAll(BytePredicate predicate)
     
    int
    ByteCharHashMap.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteCollection.removeAll(BytePredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    ByteDoubleAssociativeContainer.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteDoubleHashMap.KeysContainer.removeAll(BytePredicate predicate)
     
    int
    ByteDoubleHashMap.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteFloatAssociativeContainer.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteFloatHashMap.KeysContainer.removeAll(BytePredicate predicate)
     
    int
    ByteFloatHashMap.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteHashSet.removeAll(BytePredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    ByteIntAssociativeContainer.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteIntHashMap.KeysContainer.removeAll(BytePredicate predicate)
     
    int
    ByteIntHashMap.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteLongAssociativeContainer.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteLongHashMap.KeysContainer.removeAll(BytePredicate predicate)
     
    int
    ByteLongHashMap.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteObjectAssociativeContainer.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteObjectHashMap.KeysContainer.removeAll(BytePredicate predicate)
     
    int
    ByteObjectHashMap.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteShortAssociativeContainer.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteShortHashMap.KeysContainer.removeAll(BytePredicate predicate)
     
    int
    ByteShortHashMap.removeAll(BytePredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    ByteCollection.retainAll(BytePredicate predicate)
    Keeps all elements in this collection for which the given predicate returns true.