net.ontopia.topicmaps.webed.impl.utils
Class UniqueStringCreator
java.lang.Object
net.ontopia.topicmaps.webed.impl.utils.UniqueStringCreator
public class UniqueStringCreator
- extends Object
INTERNAL: Systematically generates strings that are guaranteed not to be
repeated.
Method Summary |
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 |
UniqueStringCreator
public UniqueStringCreator()
getNextUniqueString
public 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.
Copyright © 2000-2012 Ontopia.