| Modifier and Type | Field and Description |
|---|---|
| pack-priv static final NullMemory |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public boolean | equals(Object
the reference object with which to compare. obj)Overrides java. Indicates whether some other object is "equal to" this one. |
| public long | |
| public int | |
| public final boolean | isDirect()
Implements org. Checks if the memory area is a native memory pointer. |
| public boolean |
| INSTANCE | back to summary |
|---|---|
| pack-priv static final NullMemory INSTANCE | |
| NullMemory | back to summary |
|---|---|
| public NullMemory() | |
| equals | back to summary |
|---|---|
| public boolean equals(Object obj) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. | |
| getAddress | back to summary |
|---|---|
| public long getAddress() Implements org. | |
| hashCode | back to summary |
|---|---|
| public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
| |
| isDirect | back to summary |
|---|---|
| public final boolean isDirect() Implements org. Doc from org. Checks if the memory area is a native memory pointer.
| |
| isNull | back to summary |
|---|---|
| public boolean isNull() Implements org. Doc from org. Checks if the memory area is NULL.
| |