Package tilda.utils

Class LongWrapper


  • public class LongWrapper
    extends java.lang.Object
    Author:
    ldh
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long _val  
    • Constructor Summary

      Constructors 
      Constructor Description
      LongWrapper​(long val)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • _val

        public long _val
    • Constructor Detail

      • LongWrapper

        public LongWrapper​(long val)