|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wegra.net.Order
Constructor Summary | |
Order()
|
Method Summary | |
static int |
reverse(int value)
Reverses byte order of given int value. |
static long |
reverse(long value)
Reverses byte order of given long value. |
static int |
reverse(short value)
Reverses byte order of given short value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Order()
Method Detail |
public static long reverse(long value)
public static int reverse(int value)
public static int reverse(short value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |