Class UUIDCalculator

    • Constructor Summary

      Constructors 
      Constructor Description
      UUIDCalculator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object calculate()  
      java.lang.String hexFormat​(byte[] number)  
      java.lang.String hexFormat​(long n)  
      boolean isLowerCase()  
      void setLowerCase​(boolean b)  
      void setModel​(java.lang.Object object)
      The model object that contains the member that uses the calculator.
      • Methods inherited from class java.lang.Object

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

      • UUIDCalculator

        public UUIDCalculator()
    • Method Detail

      • calculate

        public java.lang.Object calculate()
                                   throws java.lang.Exception
        Specified by:
        calculate in interface ICalculator
        Throws:
        java.lang.Exception
      • hexFormat

        public java.lang.String hexFormat​(long n)
      • hexFormat

        public java.lang.String hexFormat​(byte[] number)
      • setModel

        public void setModel​(java.lang.Object object)
        Description copied from interface: IModelCalculator
        The model object that contains the member that uses the calculator.

        Specified by:
        setModel in interface IModelCalculator
      • isLowerCase

        public boolean isLowerCase()
      • setLowerCase

        public void setLowerCase​(boolean b)