|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IntegerParameter in com.jniwrapper |
Classes in com.jniwrapper that implement IntegerParameter | |
(package private) class |
com.jniwrapper.AbstractInteger
Abstract base for integer types with exact (platform-independant) size. |
class |
Int
C-like int value. |
class |
Int16
Represents 16-bit integer value and type. |
class |
Int32
Represents 32-bit integer value and type. |
class |
Int64
Represents 64-bit integer value and type. |
class |
Int8
Represents 8-bit integer (byte) value and type. |
class |
LongInt
C-like long value. |
(package private) class |
com.jniwrapper.PlatformInteger
Abstract base class for all integers with platform-dependent size (int, long, short, etc.). |
class |
ShortInt
C-like short value. |
class |
UInt
C-like unsigned int value. |
class |
UInt16
Represents 16-bit unsigned integer value and type. |
class |
UInt32
Represents 32-bit unsigned integer value and type. |
class |
UInt8
Represents 8-bit unsigned integer value and type. |
class |
ULongInt
C-like unsigned long value. |
class |
UShortInt
C-like unsigned short value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |