Uses of Class
com.carrotsearch.hppc.ObjectFloatOpenHashMap

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

Methods in com.carrotsearch.hppc that return ObjectFloatOpenHashMap
 ObjectFloatOpenHashMap<KType> ObjectFloatOpenHashMap.clone()
          
static
<KType> ObjectFloatOpenHashMap<KType>
ObjectFloatOpenHashMap.from(KType[] keys, float[] values)
          Creates a hash map from two index-aligned arrays of key-value pairs.
static
<KType> ObjectFloatOpenHashMap<KType>
ObjectFloatOpenHashMap.from(ObjectFloatAssociativeContainer<KType> container)
          Create a hash map from another associative container.
static
<KType> ObjectFloatOpenHashMap<KType>
ObjectFloatOpenHashMap.newInstance()
          Create a new hash map without providing the full generic signature (constructor shortcut).
static
<KType> ObjectFloatOpenHashMap<KType>
ObjectFloatOpenHashMap.newInstance(int initialCapacity, float loadFactor)
          Create a new hash map without providing the full generic signature (constructor shortcut).
 



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