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

Interface dnx.util.ByteEnumeration

public interface ByteEnumeration
extends Object

Method Index

 o hasMoreElements()
 o nextElement()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index