Class ByteBox

  • All Implemented Interfaces:
    IStrongBox

    public final class ByteBox
    extends java.lang.Object
    implements IStrongBox
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteBox()  
      ByteBox​(byte value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Byte get()  
      void set​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • value

        public byte value
    • Constructor Detail

      • ByteBox

        public ByteBox()
      • ByteBox

        public ByteBox​(byte value)
    • Method Detail

      • get

        public java.lang.Byte get()
        Specified by:
        get in interface IStrongBox
      • set

        public void set​(java.lang.Object value)
        Specified by:
        set in interface IStrongBox