类的使用
org.coodex.util.Section
使用Section的程序包
-
org.coodex.util中Section的使用
类型参数类型为Section的org.coodex.util中的类类型参数类型为Section的org.coodex.util中的方法修饰符和类型方法说明static <T extends Comparable<T>,S extends Section<T>>
List<S>Section.intersect(List<S> s1, List<S> s2, Section.Builder<T, S> builder) 求交集static <T extends Comparable<T>,S extends Section<T>>
List<S>Section.merge(List<S> sections, Section.Builder<T, S> builder) static <T extends Comparable<T>,S extends Section<T>>
List<S>Section.sub(List<S> subtractedList, List<S> subtractionList, Section.Builder<T, S> builder)