Uses of Class
com.carrotsearch.hppc.ObjectObjectOpenHashMap

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

Methods in com.carrotsearch.hppc that return ObjectObjectOpenHashMap
 ObjectObjectOpenHashMap<KType,VType> ObjectObjectOpenHashMap.clone()
          
static
<KType,VType>
ObjectObjectOpenHashMap<KType,VType>
ObjectObjectOpenHashMap.from(KType[] keys, VType[] values)
          Creates a hash map from two index-aligned arrays of key-value pairs.
static
<KType,VType>
ObjectObjectOpenHashMap<KType,VType>
ObjectObjectOpenHashMap.from(ObjectObjectAssociativeContainer<KType,VType> container)
          Create a hash map from another associative container.
static
<KType,VType>
ObjectObjectOpenHashMap<KType,VType>
ObjectObjectOpenHashMap.newInstance()
          Create a new hash map without providing the full generic signature (constructor shortcut).
static
<KType,VType>
ObjectObjectOpenHashMap<KType,VType>
ObjectObjectOpenHashMap.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.