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

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

Methods in com.carrotsearch.hppc with type parameters of type ShortProcedure
<T extends ShortProcedure>
T
ShortArrayDeque.descendingForEach(T procedure)
          Applies procedure to all elements of this deque, tail to head.
<T extends ShortProcedure>
T
ShortDeque.descendingForEach(T procedure)
          Applies a procedure to all container elements.
<T extends ShortProcedure>
T
ShortArrayDeque.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends ShortProcedure>
T
ShortContainer.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends ShortProcedure>
T
ShortShortOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ShortProcedure>
T
ShortIntOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ShortProcedure>
T
ShortArrayList.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends ShortProcedure>
T
ShortOpenHashSet.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends ShortProcedure>
T
ShortObjectOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ShortProcedure>
T
ShortDoubleOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ShortProcedure>
T
ShortCharOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ShortProcedure>
T
ShortLongOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ShortProcedure>
T
ShortFloatOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ShortProcedure>
T
ShortByteOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends ShortProcedure>
T
ShortArrayList.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.