public class Range<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Range.Builder<T> |
Constructor and Description |
---|
Range(T from,
T to,
boolean includeFrom,
boolean includeTo) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
T |
getFrom() |
T |
getTo() |
int |
hashCode() |
boolean |
isIncludeFrom() |
boolean |
isIncludeTo() |
static <R> Range<R> |
range(R from,
R to,
boolean includeFrom,
boolean includeTo) |
Copyright © 2003–2018 Atlassian. All rights reserved.