Uses of Package
org.apache.lucene.util.collections

Packages that use org.apache.lucene.util.collections
org.apache.lucene.facet.associations Category Association 
org.apache.lucene.facet.search Faceted Search API 
org.apache.lucene.util.collections Various optimized Collections implementations. 
 

Classes in org.apache.lucene.util.collections used by org.apache.lucene.facet.associations
IntToFloatMap
          An Array-based hashtable which maps primitive int to a primitive float.
The hashtable is constracted with a given capacity, or 16 as a default.
IntToIntMap
          An Array-based hashtable which maps primitive int to primitive int.
The hashtable is constracted with a given capacity, or 16 as a default.
 

Classes in org.apache.lucene.util.collections used by org.apache.lucene.facet.search
IntToObjectMap
          An Array-based hashtable which maps primitive int to Objects of generic type T.
The hashtable is constracted with a given capacity, or 16 as a default.
 

Classes in org.apache.lucene.util.collections used by org.apache.lucene.util.collections
DoubleIterator
          Iterator interface for primitive double iteration.
FloatIterator
          Iterator interface for primitive int iteration.
IntArray
          A Class wrapper for a grow-able int[] which can be sorted and intersect with other IntArrays.
IntHashSet
          A Set or primitive int.
IntIterator
          Iterator interface for primitive int iteration.
LRUHashMap
          LRUHashMap is an extension of Java's HashMap, which has a bounded size(); When it reaches that size, each time a new element is added, the least recently used (LRU) entry is removed.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.