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
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
endReached
protected boolean endReached
dictionaryTLV
protected TLV dictionaryTLV
itemTLV
protected TLV itemTLV
Dictionary.ItemEnumeration
public Dictionary.ItemEnumeration(Dictionary dictionary)
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
|