com.dat.xset
Class XSets

java.lang.Object
  |
  +--com.dat.xset.XSets
All Implemented Interfaces:
java.util.Enumeration

public class XSets
extends java.lang.Object
implements java.util.Enumeration


Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 XSet nextSet()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasMoreElements

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

nextElement

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

nextSet

public XSet nextSet()