public class QuantitiesToolkit extends Object
Constructor and Description |
---|
QuantitiesToolkit() |
Modifier and Type | Method and Description |
---|---|
static <M extends Comparable<? super M>> |
max(M a,
M b) |
static <M extends Comparable<? super M>> |
maxPresent(M a,
M b) |
static <M extends Comparable<? super M>> |
min(M a,
M b) |
static <M extends Comparable<? super M>> |
minPresent(M a,
M b) |
static <M extends Comparable<? super M>> |
same(M a,
M b) |
public static <M extends Comparable<? super M>> M min(M a, M b)
public static <M extends Comparable<? super M>> M max(M a, M b)
public static <M extends Comparable<? super M>> M minPresent(M a, M b)
public static <M extends Comparable<? super M>> M maxPresent(M a, M b)
public static <M extends Comparable<? super M>> boolean same(M a, M b)
Copyright © 2020. All rights reserved.