Uses of Class
com.carrotsearch.hppc.ObjectOpenHashSet

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

Methods in com.carrotsearch.hppc that return ObjectOpenHashSet
 ObjectOpenHashSet<KType> ObjectOpenHashSet.clone()
          
static
<KType> ObjectOpenHashSet<KType>
ObjectOpenHashSet.from(KType... elements)
          Create a set from a variable number of arguments or an array of KType.
static
<KType> ObjectOpenHashSet<KType>
ObjectOpenHashSet.from(ObjectContainer<KType> container)
          Create a set from elements of another container.
static
<KType> ObjectOpenHashSet<KType>
ObjectOpenHashSet.newInstance()
          Returns a new object of this class with no need to declare generic type (shortcut instead of using a constructor).
static
<KType> ObjectOpenHashSet<KType>
ObjectOpenHashSet.newInstanceWithCapacity(int initialCapacity, float loadFactor)
          Returns a new object of this class with no need to declare generic type (shortcut instead of using a constructor).
 



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