public interface IdxRange<T extends Comparable<T>>
Modifier and Type | Method and Description |
---|---|
int |
compare(T value) |
boolean |
contains(IdxRange<T> other) |
boolean |
contains(T value) |
boolean |
equals(Object obj) |
T |
getEnd() |
T |
getStart() |
int |
hashCode() |
boolean |
includeEnd() |
boolean |
includeStart() |
boolean |
isBoundAbove() |
boolean |
isBoundBelow() |
void |
makeClosed() |
void |
makeOpen() |
void |
makeSlice() |
void |
setIncludeEnd(boolean include) |
void |
setIncludeStart(boolean include) |
String |
toString() |
T getStart()
T getEnd()
void setIncludeStart(boolean include)
boolean includeStart()
void setIncludeEnd(boolean include)
boolean includeEnd()
boolean isBoundBelow()
boolean isBoundAbove()
void makeOpen()
void makeClosed()
void makeSlice()
boolean contains(T value)
int compare(T value)
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.