Uses of Class
com.carrotsearch.hppc.ShortOpenHashSet

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

Methods in com.carrotsearch.hppc that return ShortOpenHashSet
 ShortOpenHashSet ShortOpenHashSet.clone()
          
static ShortOpenHashSet ShortOpenHashSet.from(short... elements)
          Create a set from a variable number of arguments or an array of short.
static ShortOpenHashSet ShortOpenHashSet.from(ShortContainer container)
          Create a set from elements of another container.
static ShortOpenHashSet ShortOpenHashSet.newInstance()
          Returns a new object of this class with no need to declare generic type (shortcut instead of using a constructor).
static ShortOpenHashSet ShortOpenHashSet.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.