E
- public class Range<E extends Number & Comparable<? super E>> extends Object
Constructor and Description |
---|
Range(E min,
E max)
Deprecated.
prefer
make(Number, Number) instead as this one does not check parameters |
Modifier and Type | Method and Description |
---|---|
E |
getMaximum() |
E |
getMinimum() |
static <E extends Number & Comparable<? super E>> |
make(E min,
E max)
Create range.
|
@Deprecated public Range(@Nullable E min, @Nullable E max)
make(Number, Number)
instead as this one does not check parametersmin
- max
- public static <E extends Number & Comparable<? super E>> Range<E> make(@NotNull E min, @NotNull E max)
min
- max
- public E getMinimum()
public E getMaximum()
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.