Class DeterministicTest.TestClass

  • Enclosing class:
    DeterministicTest

    public static class DeterministicTest.TestClass
    extends java.lang.Object
    Class to test @Deterministic annotation
    • Constructor Summary

      Constructors 
      Constructor Description
      TestClass()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int deterministic​(int a)  
      static int nonDeterministic​(int a)  
      • Methods inherited from class java.lang.Object

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

      • TestClass

        public TestClass()
    • Method Detail

      • deterministic

        public static int deterministic​(int a)
      • nonDeterministic

        public static int nonDeterministic​(int a)