public class Interval<T> extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Interval.InfiniteInterval<T> |
Modifier and Type | Method and Description |
---|---|
Interval<T> |
clone() |
int |
getHigh() |
int |
getLow() |
T |
getPayload() |
void |
setHigh(int high) |
void |
setLow(int low) |
void |
setPayload(T payload) |
int |
size() |
String |
toString() |
public Interval(int low, int high, T payload)
Copyright © 2020. All rights reserved.