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

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

    Methods in com.carrotsearch.hppc with type parameters of type FloatPredicate
    Modifier and Type
    Method
    Description
    <T extends FloatPredicate>
    T
    FloatArrayDeque.descendingForEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends FloatPredicate>
    T
    FloatDeque.descendingForEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends FloatPredicate>
    T
    FloatArrayDeque.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends FloatPredicate>
    T
    FloatArrayList.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends FloatPredicate>
    T
    FloatArrayList.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 FloatPredicate>
    T
    FloatByteHashMap.KeysContainer.forEach(T predicate)
     
    <T extends FloatPredicate>
    T
    FloatCharHashMap.KeysContainer.forEach(T predicate)
     
    <T extends FloatPredicate>
    T
    FloatContainer.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends FloatPredicate>
    T
    FloatDoubleHashMap.KeysContainer.forEach(T predicate)
     
    <T extends FloatPredicate>
    T
    FloatFloatHashMap.KeysContainer.forEach(T predicate)
     
    <T extends FloatPredicate>
    T
    FloatHashSet.forEach(T predicate)
    Applies a predicate to container elements as long, as the predicate returns true.
    <T extends FloatPredicate>
    T
    FloatIntHashMap.KeysContainer.forEach(T predicate)
     
    <T extends FloatPredicate>
    T
    FloatLongHashMap.KeysContainer.forEach(T predicate)
     
    <T extends FloatPredicate>
    T
    FloatObjectHashMap.KeysContainer.forEach(T predicate)
     
    <T extends FloatPredicate>
    T
    FloatShortHashMap.KeysContainer.forEach(T predicate)
     
    Methods in com.carrotsearch.hppc with parameters of type FloatPredicate
    Modifier and Type
    Method
    Description
    int
    FloatArrayDeque.removeAll(FloatPredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    FloatArrayList.removeAll(FloatPredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    FloatByteAssociativeContainer.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatByteHashMap.KeysContainer.removeAll(FloatPredicate predicate)
     
    int
    FloatByteHashMap.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatCharAssociativeContainer.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatCharHashMap.KeysContainer.removeAll(FloatPredicate predicate)
     
    int
    FloatCharHashMap.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatCollection.removeAll(FloatPredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    FloatDoubleAssociativeContainer.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatDoubleHashMap.KeysContainer.removeAll(FloatPredicate predicate)
     
    int
    FloatDoubleHashMap.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatFloatAssociativeContainer.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatFloatHashMap.KeysContainer.removeAll(FloatPredicate predicate)
     
    int
    FloatFloatHashMap.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatHashSet.removeAll(FloatPredicate predicate)
    Removes all elements in this collection for which the given predicate returns true.
    int
    FloatIntAssociativeContainer.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatIntHashMap.KeysContainer.removeAll(FloatPredicate predicate)
     
    int
    FloatIntHashMap.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatLongAssociativeContainer.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatLongHashMap.KeysContainer.removeAll(FloatPredicate predicate)
     
    int
    FloatLongHashMap.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatObjectAssociativeContainer.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatObjectHashMap.KeysContainer.removeAll(FloatPredicate predicate)
     
    int
    FloatObjectHashMap.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatShortAssociativeContainer.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatShortHashMap.KeysContainer.removeAll(FloatPredicate predicate)
     
    int
    FloatShortHashMap.removeAll(FloatPredicate predicate)
    Removes all keys (and associated values) for which the predicate returns true.
    int
    FloatCollection.retainAll(FloatPredicate predicate)
    Keeps all elements in this collection for which the given predicate returns true.