Class IntHolder

  • All Implemented Interfaces:
    Holder

    public final class IntHolder
    extends java.lang.Object
    implements Holder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntHolder()  
      IntHolder​(int myint)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public int value
    • Constructor Detail

      • IntHolder

        public IntHolder()
      • IntHolder

        public IntHolder​(int myint)