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

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

Methods in com.carrotsearch.hppc with type parameters of type IntProcedure
<T extends IntProcedure>
T
IntArrayDeque.descendingForEach(T procedure)
          Applies procedure to all elements of this deque, tail to head.
<T extends IntProcedure>
T
IntDeque.descendingForEach(T procedure)
          Applies a procedure to all container elements.
<T extends IntProcedure>
T
IntDoubleLinkedSet.forEach(T procedure)
           
<T extends IntProcedure>
T
IntOpenHashSet.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends IntProcedure>
T
IntShortOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends IntProcedure>
T
IntObjectOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends IntProcedure>
T
IntDoubleOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends IntProcedure>
T
IntByteOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends IntProcedure>
T
IntArrayList.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends IntProcedure>
T
IntArrayDeque.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends IntProcedure>
T
IntIntOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends IntProcedure>
T
IntLongOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends IntProcedure>
T
IntFloatOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends IntProcedure>
T
IntCharOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends IntProcedure>
T
IntContainer.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends IntProcedure>
T
IntArrayList.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.