com.businessrefinery.barcode.linear.encoder
Class IntHashtableEnumerator

java.lang.Object
  extended by com.businessrefinery.barcode.linear.encoder.IntHashtableEnumerator
All Implemented Interfaces:
java.util.Enumeration

public class IntHashtableEnumerator
extends java.lang.Object
implements java.util.Enumeration


Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration