org.objectweb.dream.queue
Class ListAddRemoveFirstLastFastImpl.FastLinkedListEnumeration
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListAddRemoveFirstLastFastImpl.FastLinkedListEnumeration
public ListAddRemoveFirstLastFastImpl.FastLinkedListEnumeration()
- Constructor.
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.