Class DisjointBuilder.DisjointArray<T>
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.internal.util.DisjointBuilder.DisjointArray<T>
-
- Enclosing class:
- DisjointBuilder<T>
private static class DisjointBuilder.DisjointArray<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DisjointArray(T e, IQuantity start, IQuantity end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
accept(T e, IQuantity start, IQuantity end)
private T
getElement(int index)
-