|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractInteger | |
---|---|
jp.bitmeister.asn1.type | Contains the common classes and interfaces used for defining ASN.1 types and processing ASN.1 data. |
jp.bitmeister.asn1.type.builtin | Contains the classes which represents built-in ASN.1 types. |
Uses of AbstractInteger in jp.bitmeister.asn1.type |
---|
Methods in jp.bitmeister.asn1.type with parameters of type AbstractInteger | |
---|---|
int |
AbstractInteger.compareTo(AbstractInteger<T> other)
|
Method parameters in jp.bitmeister.asn1.type with type arguments of type AbstractInteger | |
---|---|
java.util.Map<T,java.lang.String> |
NamedNumberMap.getNamedNumberMap(java.lang.Class<? extends AbstractInteger<T>> type)
Returns the map of enumerations related to the type. |
void |
NamedNumberMap.putEmptyMap(java.lang.Class<? extends AbstractInteger<T>> type)
Put an empty enumeration map to namedNumberMaps . |
Uses of AbstractInteger in jp.bitmeister.asn1.type.builtin |
---|
Subclasses of AbstractInteger in jp.bitmeister.asn1.type.builtin | |
---|---|
class |
BigENUMERATED
An implementation of ASN.1 'ENUMERATED' type that can contain arbitrary-precision integer value. |
class |
BigINTEGER
An implementation of ASN.1 'INTEGER' type that can contain arbitrary-precision integer value. |
class |
ENUMERATED
An implementation of ASN.1 'ENUMERATED' type that contains Long
value. |
class |
INTEGER
An implementation of ASN.1 'INTEGER' type that contains Long value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |