Uses of Class
jetbrains.buildServer.util.Interval
-
Packages that use Interval Package Description jetbrains.buildServer.serverSide.db jetbrains.buildServer.util -
-
Uses of Interval in jetbrains.buildServer.serverSide.db
Methods in jetbrains.buildServer.serverSide.db that return Interval Modifier and Type Method Description Interval<Integer>IntegerIdSequence. nextRange(int count)Interval<N>NumericIdSequence. nextRange(int count)Produces and returns a range of identifiers.Interval<Integer>PersistableIntIdSequence. nextRange(int count)Interval<Long>PersistableLongIdSequence. nextRange(int count) -
Uses of Interval in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return Interval Modifier and Type Method Description static <T extends Comparable<T>>
Interval<T>Interval. of(T beginAndEnd)Returns an interval of the one given value.static <T extends Comparable<T>>
Interval<T>Interval. of(T begin, T end)Returns an interval of the given values.
-