private static class DisjointBuilder.DisjointArray<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Object[] |
array |
(package private) IQuantity |
end |
(package private) int |
size |
(package private) IQuantity |
start |
Constructor and Description |
---|
DisjointArray(T e,
IQuantity start,
IQuantity end) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
accept(T e,
IQuantity start,
IQuantity end) |
private T |
getElement(int index) |