net.ontopia.topicmaps.webed.impl.utils
Class UniqueStringCreator

java.lang.Object
  extended by net.ontopia.topicmaps.webed.impl.utils.UniqueStringCreator

public class UniqueStringCreator
extends java.lang.Object

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

UniqueStringCreator

public UniqueStringCreator()
Method Detail

getNextUniqueString

public 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.



Copyright © 2000-2012 Ontopia.