me.lemire.integercompression
Class IntWrapper
java.lang.Object
java.lang.Number
me.lemire.integercompression.IntWrapper
- All Implemented Interfaces:
- Serializable
public final class IntWrapper
- extends Number
- Author:
- dwu
- See Also:
- Serialized Form
IntWrapper
public IntWrapper()
IntWrapper
public IntWrapper(int v)
add
public void add(int v)
doubleValue
public double doubleValue()
- Specified by:
doubleValue
in class Number
floatValue
public float floatValue()
- Specified by:
floatValue
in class Number
get
public int get()
increment
public void increment()
intValue
public int intValue()
- Specified by:
intValue
in class Number
longValue
public long longValue()
- Specified by:
longValue
in class Number
set
public void set(int value)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All Rights Reserved.