|
![]() SandMark version 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--sandmark.util.IdentifierIterator
IdentifierIterator provides a straightforward interface for generating new java identifiers for methods, classes, etc. Identifiers are returned in lexicographic order (basically).
| Constructor Summary | |
IdentifierIterator()
Constructs a new identifier iterator. |
|
| Method Summary | |
boolean |
hasNext()
Checks to see if there are more identifiers available. |
java.lang.Object |
next()
Returns the next unique identifier. |
void |
remove()
Not implemented. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IdentifierIterator()
| Method Detail |
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iterator
|
SandMark version 2.0 Mon Jun 17 12:30:47 MST 2002 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||