Uses of Class
com.google.ortools.util.SortedDisjointIntervalList
Packages that use SortedDisjointIntervalList
-
Uses of SortedDisjointIntervalList in com.google.ortools.util
Methods in com.google.ortools.util that return SortedDisjointIntervalListModifier and TypeMethodDescriptionSortedDisjointIntervalList.buildComplementOnInterval
(long start, long end) Builds the complement of the interval list on the interval [start, end].Methods in com.google.ortools.util with parameters of type SortedDisjointIntervalListModifier and TypeMethodDescriptionstatic long
SortedDisjointIntervalList.getCPtr
(SortedDisjointIntervalList obj) static final long
mainJNI.SortedDisjointIntervalList_buildComplementOnInterval
(long jarg1, SortedDisjointIntervalList jarg1_, long jarg2, long jarg3) static final void
mainJNI.SortedDisjointIntervalList_insertInterval
(long jarg1, SortedDisjointIntervalList jarg1_, long jarg2, long jarg3) static final void
mainJNI.SortedDisjointIntervalList_insertIntervals__SWIG_0
(long jarg1, SortedDisjointIntervalList jarg1_, long[] jarg2, long[] jarg3) static final void
mainJNI.SortedDisjointIntervalList_insertIntervals__SWIG_1
(long jarg1, SortedDisjointIntervalList jarg1_, int[] jarg2, int[] jarg3) static final int
mainJNI.SortedDisjointIntervalList_numIntervals
(long jarg1, SortedDisjointIntervalList jarg1_) static final String
mainJNI.SortedDisjointIntervalList_toString
(long jarg1, SortedDisjointIntervalList jarg1_) static long
SortedDisjointIntervalList.swigRelease
(SortedDisjointIntervalList obj)