org.xerial.util
Class MinMax<E>
java.lang.Object
org.xerial.util.Pair<E,E>
org.xerial.util.MinMax<E>
public class MinMax<E>
- extends Pair<E,E>
A pair of min and max values
- Author:
- leo
|
Constructor Summary |
MinMax(E min,
E max)
Creates a pair of min and max |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MinMax
public MinMax(E min,
E max)
- Creates a pair of min and max
- Parameters:
min - max -
min
public E min()
max
public E max()

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.