Save This Page
Home » lucene-2.3.2-src » org.apache » lucene » index » memory » [javadoc | source]
org.apache.lucene.index.memory
static final class: MemoryIndex.ArrayIntList [javadoc | source]
java.lang.Object
   org.apache.lucene.index.memory.MemoryIndex$ArrayIntList

All Implemented Interfaces:
    Serializable

Efficient resizable auto-expanding list holding int elements; implemented with arrays.
Constructor:
 public ArrayIntList() 
 public ArrayIntList(int initialCapacity) 
Method from org.apache.lucene.index.memory.MemoryIndex$ArrayIntList Summary:
add,   add,   get,   size,   toArray,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.lucene.index.memory.MemoryIndex$ArrayIntList Detail:
 public  void add(int elem) 
 public  void add(int pos,
    int start,
    int end) 
 public int get(int index) 
 public int size() 
 public int[] toArray(int stride) 
 public String toString(int stride) 
    returns the first few positions (without offsets); debug only