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

Interface dnx.util.IntEnumeration

public interface IntEnumeration
extends Object

Method Index

 o hasMoreElements()
 o nextElement()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index