1.0.0

org.eclipse.soda.dk.matrix.lcd.simulator
Class Queue

java.lang.Object
  extended by org.eclipse.soda.dk.matrix.lcd.simulator.Queue

public class Queue
extends java.lang.Object

Version:
1.0.0

Constructor Summary
Queue()
          Constructs an instance of this class.
 
Method Summary
 void add(java.lang.Object item)
          Add with the specified item parameter.
 java.lang.Object remove()
          Remove and return the Object result.
 int size()
          Size and return the int result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Queue

public Queue()
Constructs an instance of this class.

Method Detail

add

public void add(java.lang.Object item)
Add with the specified item parameter.

Parameters:
item - The item (Object) parameter.

remove

public java.lang.Object remove()
Remove and return the Object result.

Returns:
Results of the remove (Object) value.

size

public int size()
Size and return the int result.

Returns:
Results of the size (int) value.

1.0.0

Copyright (c) 2007 IBM