Class Max

java.lang.Object
  extended by Max

public class Max
extends java.lang.Object

Ueberladen von Methoden, Demonstrationsbeispiel.


Constructor Summary
Max()
           
 
Method Summary
static void main(java.lang.String[] args)
          Testprogramm
static double max(double x, double y)
           
static double max(double x, int y)
           
static int max(int x, int y)
           
static int max(int x, int y, int z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Max

public Max()
Method Detail

max

public static int max(int x,
                      int y)

max

public static double max(double x,
                         double y)

max

public static double max(double x,
                         int y)

max

public static int max(int x,
                      int y,
                      int z)

main

public static void main(java.lang.String[] args)
Testprogramm