Uses of Interface
com.carrotsearch.hppc.procedures.ByteProcedure

Packages that use ByteProcedure
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 ByteProcedure in com.carrotsearch.hppc
 

Methods in com.carrotsearch.hppc with type parameters of type ByteProcedure
<T extends ByteProcedure>
T
ByteArrayDeque.descendingForEach(T procedure)
          Applies procedure to all elements of this deque, tail to head.
<T extends ByteProcedure>
T
ByteDeque.descendingForEach(T procedure)
          Applies a procedure to all container elements.
<T extends ByteProcedure>
T
ByteObjectOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ByteProcedure>
T
ByteLongOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ByteProcedure>
T
ByteFloatOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ByteProcedure>
T
ByteByteOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ByteProcedure>
T
ByteArrayList.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends ByteProcedure>
T
ByteContainer.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends ByteProcedure>
T
ByteArrayDeque.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends ByteProcedure>
T
ByteDoubleOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ByteProcedure>
T
ByteIntOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ByteProcedure>
T
ByteCharOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ByteProcedure>
T
ByteShortOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ByteProcedure>
T
ByteOpenHashSet.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends ByteProcedure>
T
ByteArrayList.forEach(T procedure, int fromIndex, int toIndex)
          Applies procedure to a slice of the list, fromIndex, inclusive, to toIndex, exclusive.
 



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