Class ByteHolder

  • All Implemented Interfaces:
    Holder

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

      Fields 
      Modifier and Type Field Description
      byte value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteHolder()  
      ByteHolder​(byte mybyte)  
    • Method Summary

      • 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

      • ByteHolder

        public ByteHolder()
      • ByteHolder

        public ByteHolder​(byte mybyte)