|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.operation.MinOperation<E>
public class MinOperation<E>
Returns the minimum of two values. If a Comparaotr is provided, that one is used,
else it is assumed that E implements Comparable.
Created: 03.08.2007 07:40:14
| Constructor Summary | |
|---|---|
MinOperation()
|
|
MinOperation(java.util.Comparator<E> comparator)
|
|
| Method Summary | |
|---|---|
E |
perform(E... args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MinOperation()
public MinOperation(java.util.Comparator<E> comparator)
| Method Detail |
|---|
public E perform(E... args)
perform in interface Operation<E,E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||