Class ByteWrapperHolder

  • All Implemented Interfaces:
    Holder

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

      Fields 
      Modifier and Type Field Description
      java.lang.Byte value  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public java.lang.Byte value
    • Constructor Detail

      • ByteWrapperHolder

        public ByteWrapperHolder()
      • ByteWrapperHolder

        public ByteWrapperHolder​(java.lang.Byte mybyte)