org.objectweb.dream.queue
Class ListAddRemoveFirstLastFastImpl.FastLinkedListEnumeration

java.lang.Object
  extended byorg.objectweb.dream.queue.ListAddRemoveFirstLastFastImpl.FastLinkedListEnumeration
All Implemented Interfaces:
Enumeration
Enclosing class:
ListAddRemoveFirstLastFastImpl

public class ListAddRemoveFirstLastFastImpl.FastLinkedListEnumeration
extends Object
implements Enumeration

A FastLinkedListEnumeration is a java.util.Enumeration over the ListAddRemoveFirstLastFastImpl elements.

See Also:
Enumeration

Constructor Summary
ListAddRemoveFirstLastFastImpl.FastLinkedListEnumeration()
          Constructor.
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListAddRemoveFirstLastFastImpl.FastLinkedListEnumeration

public ListAddRemoveFirstLastFastImpl.FastLinkedListEnumeration()
Constructor.

Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration
See Also:
Enumeration.hasMoreElements()

nextElement

public Object nextElement()
                   throws NoSuchElementException
Specified by:
nextElement in interface Enumeration
Throws:
NoSuchElementException
See Also:
Enumeration.nextElement()


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.