Interface dnx.util.BooleanEnumeration
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface dnx.util.BooleanEnumeration

public interface BooleanEnumeration
extends Object

Method Index

 o hasMoreElements()
 o nextElement()

Methods

 o hasMoreElements
  public abstract boolean hasMoreElements()
 o nextElement
  public abstract boolean nextElement() throws NoSuchElementException

All Packages  Class Hierarchy  This Package  Previous  Next  Index