|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gdk.ByteOrder
Field Summary | |
static ByteOrder |
LSB_FIRST
|
static ByteOrder |
MSB_FIRST
|
Method Summary | |
ByteOrder |
and(ByteOrder other)
|
static ByteOrder |
intern(int value)
|
ByteOrder |
or(ByteOrder other)
|
boolean |
test(ByteOrder other)
|
ByteOrder |
xor(ByteOrder other)
|
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final ByteOrder LSB_FIRST
public static final ByteOrder MSB_FIRST
Method Detail |
public static ByteOrder intern(int value)
public ByteOrder or(ByteOrder other)
public ByteOrder and(ByteOrder other)
public ByteOrder xor(ByteOrder other)
public boolean test(ByteOrder other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |