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

Packages that use BytePredicate
com.carrotsearch.hppc High Performance Primitive Collections (HPPC) library provides typical data structures (lists, stacks, maps) template-generated for all Java primitive types (byte, int, etc.) to conserve memory and boost performance. 
 

Uses of BytePredicate in com.carrotsearch.hppc
 

Methods in com.carrotsearch.hppc with type parameters of type BytePredicate
<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
ByteObjectOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends BytePredicate>
T
ByteLongOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends BytePredicate>
T
ByteFloatOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends BytePredicate>
T
ByteByteOpenHashMap.KeysContainer.forEach(T predicate)
           
<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
ByteContainer.forEach(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
ByteDoubleOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends BytePredicate>
T
ByteIntOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends BytePredicate>
T
ByteCharOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends BytePredicate>
T
ByteShortOpenHashMap.KeysContainer.forEach(T predicate)
           
<T extends BytePredicate>
T
ByteOpenHashSet.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.
 

Methods in com.carrotsearch.hppc with parameters of type BytePredicate
 int ByteLongAssociativeContainer.removeAll(BytePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ByteObjectOpenHashMap.removeAll(BytePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ByteObjectOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
           
 int ByteDoubleAssociativeContainer.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 ByteLongOpenHashMap.removeAll(BytePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ByteLongOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
           
 int ByteFloatOpenHashMap.removeAll(BytePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ByteFloatOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
           
 int ByteByteOpenHashMap.removeAll(BytePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ByteByteOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
           
 int ByteShortAssociativeContainer.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 ByteCollection.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 ByteIntAssociativeContainer.removeAll(BytePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ByteArrayDeque.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 ByteFloatAssociativeContainer.removeAll(BytePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ByteDoubleOpenHashMap.removeAll(BytePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ByteDoubleOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
           
 int ByteIntOpenHashMap.removeAll(BytePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ByteIntOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
           
 int ByteCharOpenHashMap.removeAll(BytePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ByteCharOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
           
 int ByteShortOpenHashMap.removeAll(BytePredicate predicate)
          Removes all keys (and associated values) for which the predicate returns true.
 int ByteShortOpenHashMap.KeysContainer.removeAll(BytePredicate predicate)
           
 int ByteOpenHashSet.removeAll(BytePredicate predicate)
          Removes all elements in this collection for which the given predicate returns true.
 int ByteCollection.retainAll(BytePredicate predicate)
          Keeps all elements in this collection for which the given predicate returns true.
 



Copyright © 2011 Carrot Search s.c.. All Rights Reserved.