support.queue
Class MyQueueDataObject<E>

java.lang.Object
  extended by support.queue.MyQueueDataObject<E>

public class MyQueueDataObject<E>
extends Object


Constructor Summary
MyQueueDataObject(E[] array, int firstIndex, int lastIndex)
           
 
Method Summary
 E[] getArray()
           
 int getFirstIndex()
           
 int getLastIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyQueueDataObject

public MyQueueDataObject(E[] array,
                         int firstIndex,
                         int lastIndex)
                  throws ArrayIndexOutOfBoundsException
Throws:
ArrayIndexOutOfBoundsException
Method Detail

getArray

public E[] getArray()

getFirstIndex

public int getFirstIndex()

getLastIndex

public int getLastIndex()