utils
クラス MathUtils

java.lang.Object
  上位を拡張 utils.MathUtils

public class MathUtils
extends java.lang.Object


コンストラクタの概要
MathUtils()
           
 
メソッドの概要
static int max(int x, int y, int z)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MathUtils

public MathUtils()
メソッドの詳細

max

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