OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

com.ibm.opencard.dictionary
Class Dictionary.ItemEnumeration

java.lang.Object
  |
  +--com.ibm.opencard.dictionary.Dictionary.ItemEnumeration

public class Dictionary.ItemEnumeration
extends java.lang.Object
implements java.util.Enumeration


Field Summary
protected  TLV dictionaryTLV
           
protected  boolean endReached
           
protected  TLV itemTLV
           
 
Constructor Summary
Dictionary.ItemEnumeration(Dictionary dictionary)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endReached

protected boolean endReached

dictionaryTLV

protected TLV dictionaryTLV

itemTLV

protected TLV itemTLV
Constructor Detail

Dictionary.ItemEnumeration

public Dictionary.ItemEnumeration(Dictionary dictionary)
Method Detail

hasMoreElements

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

nextElement

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