| 程序包 | 说明 |
|---|---|
| org.coodex.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Comparable<T>,S extends Section<T>> |
Section.intersect(List<S> s1,
List<S> s2,
Section.Builder<T,S> builder)
求交集
|
static <T extends Comparable<T>,S extends Section<T>> |
Section.merge(List<S> sections,
Section.Builder<T,S> builder) |
static <T extends Comparable<T>,S extends Section<T>> |
Section.sub(List<S> subtractedList,
List<S> subtractionList,
Section.Builder<T,S> builder) |
Copyright © 2022. All rights reserved.