Uses of Class
com.google.ortools.util.SortedDisjointIntervalList
Packages that use SortedDisjointIntervalList
- 
Uses of SortedDisjointIntervalList in com.google.ortools.utilMethods 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 longSortedDisjointIntervalList.getCPtr(SortedDisjointIntervalList obj) static final longmainJNI.SortedDisjointIntervalList_buildComplementOnInterval(long jarg1, SortedDisjointIntervalList jarg1_, long jarg2, long jarg3) static final voidmainJNI.SortedDisjointIntervalList_insertInterval(long jarg1, SortedDisjointIntervalList jarg1_, long jarg2, long jarg3) static final voidmainJNI.SortedDisjointIntervalList_insertIntervals__SWIG_0(long jarg1, SortedDisjointIntervalList jarg1_, long[] jarg2, long[] jarg3) static final voidmainJNI.SortedDisjointIntervalList_insertIntervals__SWIG_1(long jarg1, SortedDisjointIntervalList jarg1_, int[] jarg2, int[] jarg3) static final intmainJNI.SortedDisjointIntervalList_numIntervals(long jarg1, SortedDisjointIntervalList jarg1_) static final StringmainJNI.SortedDisjointIntervalList_toString(long jarg1, SortedDisjointIntervalList jarg1_) static longSortedDisjointIntervalList.swigRelease(SortedDisjointIntervalList obj)