org.galagosearch.core.util
Class IntArray

java.lang.Object
  extended by org.galagosearch.core.util.IntArray

public class IntArray
extends java.lang.Object


Constructor Summary
IntArray()
           
IntArray(int capacity)
           
 
Method Summary
 void add(int value)
           
 int[] getBuffer()
           
 int getPosition()
           
 int[] toArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntArray

public IntArray(int capacity)

IntArray

public IntArray()
Method Detail

add

public void add(int value)

getBuffer

public int[] getBuffer()

getPosition

public int getPosition()

toArray

public int[] toArray()


Copyright © 2009. All Rights Reserved.