Uses of Interface
com.carrotsearch.hppc.IntSet

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

Classes in com.carrotsearch.hppc that implement IntSet
 class IntDoubleLinkedSet
          A double-linked set of int values.
 class IntOpenHashSet
          A hash set of ints, implemented using using open addressing with linear probing for collision resolution.
 



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