| Package | Description |
|---|---|
| palisades.lakes.bench.java.sets |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteInterval
Half-open [min,max) interval in expressed in
byte, but applicable to any primitive or Object
number. |
class |
DoubleInterval
Half-open [min,max) interval in expressed in
double, but applicable to any primitive or Object
number. |
class |
FloatInterval
Half-open [min,max) interval in expressed in
float, but applicable to any primitive or Object
number. |
class |
IntegerInterval
Half-open [min,max) interval in expressed in
int, but applicable to any primitive or Object
number. |
class |
LongInterval
Half-open [min,max) interval in expressed in
long, but applicable to any primitive or Object
number. |
class |
ShortInterval
Half-open [min,max) interval in expressed in
short, but applicable to any primitive or Object
number. |
| Modifier and Type | Method and Description |
|---|---|
static int |
Sets.countContained(Set[] s0,
int[] s1) |
static int |
Sets.countContained(Set[] s0,
Integer[] s1) |
static int |
Contains.countInterface(Set[] s,
int[] x) |
static int |
Contains.countInterface(Set[] s,
Integer[] x) |
static int |
Intersects.countInterface(Set[] s0,
IntegerInterval[] s1) |
static int |
Contains.countInterface(Set[] s,
Number[] x) |
static int |
Contains.countStatic(Set[] s,
int[] x) |
static int |
Contains.countStatic(Set[] s,
Integer[] x) |
static double |
Diameter.maxInterface(Set[] s) |
Copyright © 2017. All rights reserved.