I - the input typeO - the output typepublic class IntervalStops<I,O> extends IterableStops<I,O,Stop<I,O>>
Stops implementation for interval functions| Constructor and Description |
|---|
IntervalStops(Stop<I,O>... stops) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTypeName()
INTERNAL USAGE ONLY
|
java.util.Iterator<Stop<I,O>> |
iterator() |
int |
size() |
java.util.Map<java.lang.String,java.lang.Object> |
toValueObject()
INTERNAL USAGE ONLY
|
toStringcategorical, exponential, identity, intervalpublic java.lang.String getTypeName()
getTypeName in class Stops<I,O>public java.util.Map<java.lang.String,java.lang.Object> toValueObject()
toValueObject in class Stops<I,O>public java.util.Iterator<Stop<I,O>> iterator()
Iterator for the contained stops