jfig.objects
Class FigObjectList.ListEnumerator

java.lang.Object
  extended byjfig.objects.FigObjectList.ListEnumerator
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
FigObjectList

class FigObjectList.ListEnumerator
extends java.lang.Object
implements java.util.Enumeration


Field Summary
(package private)  ListNode cursor
           
 
Constructor Summary
FigObjectList.ListEnumerator()
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cursor

ListNode cursor
Constructor Detail

FigObjectList.ListEnumerator

public FigObjectList.ListEnumerator()
Method Detail

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration