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

Interface dnx.util.LongEnumeration

public interface LongEnumeration
extends Object

Method Index

 o hasMoreElements()
 o nextElement()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index