|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.webed.impl.utils.UniqueStringCreator
public class UniqueStringCreator
INTERNAL: Systematically generates strings that are guaranteed not to be repeated.
Constructor Summary | |
---|---|
UniqueStringCreator()
|
Method Summary | |
---|---|
java.lang.String |
getNextUniqueString()
Each time this method is called, it will return a String that was not returned on any previous call, and thus will not be returned by any subsequent call. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UniqueStringCreator()
Method Detail |
---|
public java.lang.String getNextUniqueString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |