See: Description
Interface | Description |
---|---|
ComparableWord |
A machine-word-sized value that can be compared for equality.
|
Pointer |
Lowest-level memory access of native C memory.
|
PointerBase |
Marker interface for all
word types that have the semantic of a pointer (but not
necessarily all the memory access methods defined in Pointer ). |
SignedWord |
Represents a signed word-sized value.
|
UnsignedWord |
Represents an unsigned word-sized value.
|
WordBase |
The root of the interface hierarchy for machine-word-sized values.
|
Class | Description |
---|---|
LocationIdentity |
Marker interface for location identities.
|
WordFactory |
Provides factory method to create machine-word-sized values.
|