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

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

Methods in com.carrotsearch.hppc with type parameters of type KTypeVTypeProcedure
<T extends KTypeVTypeProcedure<? super KType,? super VType>>
T
KTypeVTypeOpenHashMap.forEach(T procedure)
          Applies a given procedure to all keys-value pairs in this container.
<T extends KTypeVTypeProcedure<? super KType,? super VType>>
T
KTypeVTypeAssociativeContainer.forEach(T procedure)
          Applies a given procedure to all keys-value pairs in this container.
 



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