com.github.libxjava.util
Class FixedSizeQueue

java.lang.Object
  extended by com.github.libxjava.util.FixedSizeQueue

public class FixedSizeQueue
extends Object

Version:
libxjava-cldc - 0.3
Author:
Marcel Patzlaff

Constructor Summary
FixedSizeQueue(int maxSize)
           
 
Method Summary
 Object get()
           
 Object get(long timeout)
           
 Object put(Object obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedSizeQueue

public FixedSizeQueue(int maxSize)
Method Detail

put

public Object put(Object obj)

get

public Object get()

get

public Object get(long timeout)


Copyright © 2011 Marcel Patzlaff. All Rights Reserved.