|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkeso.core.MT_U32RO
public final class MT_U32RO
This memory type allows to read-only map an unsigned 32-bit value.
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Returns true if both mapped fields are mapped to the same address. |
int |
get()
Reads the value from the target location of the mapping. |
int |
hashCode()
|
boolean |
isBitClear(int i)
Checks if a given bit of the mapped value is cleared |
boolean |
isBitSet(int i)
Checks if a given bit of the mapped value is set |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait |
| Method Detail |
|---|
public int get()
public boolean isBitSet(int i)
i - position of the bit to be checked (0-31)
public boolean isBitClear(int i)
i - position of the bit to be checked (0-31)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||