support.queue
Class MyQueueDataObject<E>
java.lang.Object
support.queue.MyQueueDataObject<E>
public class MyQueueDataObject<E>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyQueueDataObject
public MyQueueDataObject(E[] array,
int firstIndex,
int lastIndex)
throws ArrayIndexOutOfBoundsException
- Throws:
ArrayIndexOutOfBoundsException
getArray
public E[] getArray()
getFirstIndex
public int getFirstIndex()
getLastIndex
public int getLastIndex()