File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
commons/util/src/main/java
net/automatalib/common/util/collection Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3535 requires org .slf4j ;
3636
3737 exports net .automatalib .common .util ;
38+ exports net .automatalib .common .util .array ;
3839 exports net .automatalib .common .util .collection ;
3940 exports net .automatalib .common .util .comparison ;
4041 exports net .automatalib .common .util .concurrent ;
5152 exports net .automatalib .common .util .setting ;
5253 exports net .automatalib .common .util .string ;
5354 exports net .automatalib .common .util .system ;
54- exports net .automatalib .common .util .array ;
5555
5656 uses SettingsSource ;
5757}
Original file line number Diff line number Diff line change 2222import java .util .function .Function ;
2323import java .util .stream .Stream ;
2424
25+ /**
26+ * Utility methods for {@link Iterable}s.
27+ */
2528public final class IterableUtil {
2629
2730 private IterableUtil () {
You can’t perform that action at this time.
0 commit comments