| Interface | Description |
|---|---|
| Set |
Minimal interface for benchmarks,
|
| Class | Description |
|---|---|
| ByteInterval |
Half-open [min,max) interval in expressed in
byte, but applicable to any primitive or Object
number. |
| Contains |
Static containment test.
|
| Diameter |
Primitive return test.
|
| DoubleInterval |
Half-open [min,max) interval in expressed in
double, but applicable to any primitive or Object
number. |
| FloatInterval |
Half-open [min,max) interval in expressed in
float, but applicable to any primitive or Object
number. |
| IntegerInterval |
Half-open [min,max) interval in expressed in
int, but applicable to any primitive or Object
number. |
| Intersects |
Static intersection test.
|
| LongInterval |
Half-open [min,max) interval in expressed in
long, but applicable to any primitive or Object
number. |
| Sets | |
| ShortInterval |
Half-open [min,max) interval in expressed in
short, but applicable to any primitive or Object
number. |
Copyright © 2017. All rights reserved.