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

Interface dnx.util.FloatEnumeration

public interface FloatEnumeration
extends Object

Method Index

 o hasMoreElements()
 o nextElement()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index