Class MoreLikeThis.Int

  • Enclosing class:
    MoreLikeThis

    private static class MoreLikeThis.Int
    extends java.lang.Object
    Use for frequencies and to avoid renewing Integers.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int x  
    • Constructor Summary

      Constructors 
      Constructor Description
      Int()  
      Int​(int initialValue)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        int x
    • Constructor Detail

      • Int

        Int()
      • Int

        Int​(int initialValue)