Class UniqueNames


  • public class UniqueNames
    extends java.lang.Object
    Author:
    bettini
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int max  
    • Constructor Summary

      Constructors 
      Constructor Description
      UniqueNames()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String createName​(java.lang.String proposedName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • max

        protected int max
    • Constructor Detail

      • UniqueNames

        public UniqueNames()
    • Method Detail

      • createName

        public java.lang.String createName​(java.lang.String proposedName)