|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sam.entry.Enumerator | +--sam.entry.Multiple
Easy "tee" on entry enumerators
Field Summary |
Fields inherited from class sam.entry.Enumerator |
EMPTY |
Constructor Summary | |
Multiple(sam.entry.Enumerator first,
sam.entry.Enumerator next)
|
Method Summary | |
boolean |
hasMoreElements()
Wether this Enumerator has more elements |
sam.entry.Entry |
nextEntry()
Gets next entry, or null if none |
java.lang.String |
toString()
|
Methods inherited from class sam.entry.Enumerator |
filter, filter, isEmpty, load, nextElement, println, println, statify, store |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Multiple(sam.entry.Enumerator first, sam.entry.Enumerator next)
Method Detail |
public sam.entry.Entry nextEntry()
Enumerator
null
if none
nextEntry
in class Enumerator
public boolean hasMoreElements()
Enumerator
Enumerator
has more elements
hasMoreElements
in interface java.util.Enumeration
hasMoreElements
in class Enumerator
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |