Package co.nstant.in.cbor.model
Class NegativeInteger
- java.lang.Object
-
- co.nstant.in.cbor.model.DataItem
-
- co.nstant.in.cbor.model.Number
-
- co.nstant.in.cbor.model.NegativeInteger
-
public class NegativeInteger extends Number
-
-
Constructor Summary
Constructors Constructor Description NegativeInteger(long value)
NegativeInteger(BigInteger value)
-
Method Summary
-
Methods inherited from class co.nstant.in.cbor.model.DataItem
assertTrue, getMajorType, getOuterTaggable, getTag, hasTag, removeTag, setTag, setTag
-
-
-
-
Constructor Detail
-
NegativeInteger
public NegativeInteger(long value)
-
NegativeInteger
public NegativeInteger(BigInteger value)
-
-