public final class CompareUtils extends Object
@Nonnull public static <T extends Comparable<? super T>> T min(@Nonnull T first, @Nonnull T... others)
@Nonnull public static <T extends Comparable<? super T>> T max(@Nonnull T first, @Nonnull T... others)
Copyright © 2023. All rights reserved.