org.simantics.databoard.primitives
Class MutableByte

java.lang.Object
  extended by java.lang.Number
      extended by org.simantics.databoard.primitives.MutableByte
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MutableByte>

public class MutableByte
extends java.lang.Number
implements java.lang.Comparable<MutableByte>

See Also:
Serialized Form

Field Summary
 byte value
           
 
Constructor Summary
MutableByte()
           
MutableByte(byte value)
           
 
Method Summary
 int compareTo(MutableByte anotherByte)
           
 double doubleValue()
           
 boolean equals(java.lang.Object obj)
           
 float floatValue()
           
 int hashCode()
           
 int intValue()
           
 long longValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public byte value
Constructor Detail

MutableByte

public MutableByte()

MutableByte

public MutableByte(byte value)
Method Detail

doubleValue

public double doubleValue()
Specified by:
doubleValue in class java.lang.Number

floatValue

public float floatValue()
Specified by:
floatValue in class java.lang.Number

intValue

public int intValue()
Specified by:
intValue in class java.lang.Number

longValue

public long longValue()
Specified by:
longValue in class java.lang.Number

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

compareTo

public int compareTo(MutableByte anotherByte)
Specified by:
compareTo in interface java.lang.Comparable<MutableByte>