com.groiss.ds
Class Queue

java.lang.Object
  extended by com.groiss.ds.Queue

public class Queue
extends java.lang.Object


Constructor Summary
Queue()
           
 
Method Summary
 boolean contains(java.lang.Object o)
           
 java.lang.Object get()
           
 void put(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Queue

public Queue()
Method Detail

get

public java.lang.Object get()
                     throws java.lang.ArrayIndexOutOfBoundsException
Throws:
java.lang.ArrayIndexOutOfBoundsException

put

public void put(java.lang.Object o)

contains

public boolean contains(java.lang.Object o)


Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.