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

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

Methods in com.carrotsearch.hppc with type parameters of type KTypeProcedure
<T extends KTypeProcedure<? super KType>>
T
KTypeArrayDeque.descendingForEach(T procedure)
          Applies procedure to all elements of this deque, tail to head.
<T extends KTypeProcedure<? super KType>>
T
KTypeDeque.descendingForEach(T procedure)
          Applies a procedure to all container elements.
<T extends KTypeProcedure<? super KType>>
T
KTypeVTypeOpenHashMap.KeysContainer.forEach(T procedure)
           
<T extends KTypeProcedure<? super KType>>
T
KTypeContainer.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends KTypeProcedure<? super KType>>
T
KTypeArrayDeque.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends KTypeProcedure<? super KType>>
T
KTypeOpenHashSet.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends KTypeProcedure<? super KType>>
T
KTypeArrayList.forEach(T procedure)
          Applies a procedure to all container elements.
<T extends KTypeProcedure<? super KType>>
T
KTypeArrayList.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.