Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
| Package | Description |
|---|---|
| com.aoindustries.math |
| Modifier and Type | Field and Description |
|---|---|
static LongLong |
LongLong.MAX_VALUE |
static LongLong |
LongLong.MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
LongLong |
LongLong.highestOneBit() |
LongLong |
LongLong.lowestOneBit() |
LongLong |
LongLong.negate() |
static LongLong |
LongLong.parseLongLong(String s) |
static LongLong |
LongLong.parseLongLong(String s,
int radix) |
LongLong |
LongLong.reverse() |
LongLong |
LongLong.reverseBytes() |
LongLong |
LongLong.rotateLeft(int distance)
TODO: test this.
|
LongLong |
LongLong.rotateRight(int distance)
TODO: test this.
|
static LongLong |
LongLong.valueOf(long hi,
long lo) |
static LongLong |
LongLong.valueOf(String s) |
static LongLong |
LongLong.valueOf(String s,
int radix) |
| Modifier and Type | Method and Description |
|---|---|
int |
LongLong.compareTo(LongLong other) |
int |
LongLong.compareToUnsigned(LongLong other) |
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.