Class LongHolder

  • All Implemented Interfaces:
    Holder

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

      Fields 
      Modifier and Type Field Description
      long value  
    • Constructor Summary

      Constructors 
      Constructor Description
      LongHolder()  
      LongHolder​(long mylong)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public long value
    • Constructor Detail

      • LongHolder

        public LongHolder()
      • LongHolder

        public LongHolder​(long mylong)