org.eyedb
Class ObjectLocationArray

java.lang.Object
  extended by org.eyedb.ObjectLocationArray

public class ObjectLocationArray
extends java.lang.Object


Constructor Summary
ObjectLocationArray()
           
 
Method Summary
 void add(ObjectLocation objloc)
           
 ObjectLocation get(int idx)
           
 void set(ObjectLocation objloc, int idx)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectLocationArray

public ObjectLocationArray()
Method Detail

add

public void add(ObjectLocation objloc)

set

public void set(ObjectLocation objloc,
                int idx)

get

public ObjectLocation get(int idx)

size

public int size()