| Package | Description |
|---|---|
| org.coodex.util |
| Modifier and Type | Method and Description |
|---|---|
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 © 2020. All rights reserved.