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

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

Methods in com.carrotsearch.hppc with type parameters of type CharProcedure
<T extends CharProcedure>
T
CharDeque.descendingForEach(T procedure)
          Applies a procedure to all container elements.
<T extends CharProcedure>
T
CharArrayDeque.descendingForEach(T procedure)
          Applies procedure to all elements of this deque, tail to head.
<T extends CharProcedure>
T
CharCharOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends CharProcedure>
T
CharShortOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends CharProcedure>
T
CharContainer.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends CharProcedure>
T
CharArrayList.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends CharProcedure>
T
CharOpenHashSet.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends CharProcedure>
T
CharObjectOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends CharProcedure>
T
CharIntOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends CharProcedure>
T
CharArrayDeque.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends CharProcedure>
T
CharLongOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends CharProcedure>
T
CharDoubleOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends CharProcedure>
T
CharByteOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends CharProcedure>
T
CharFloatOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends CharProcedure>
T
CharArrayList.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.