StatisticFunc

Inheritance: java.lang.Object

public class StatisticFunc

Constructors

Constructor Description
StatisticFunc()

Methods

Method Description
equals(Object arg0)
findMedianFromRadiantList(List aList)
findModeFromRadiantList(List aList)
findRatioValueFromRadiantList(List aList, double aRatio)
getClass()
hashCode()
notify()
notifyAll()
sortListRadiant(List aList)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

StatisticFunc()

public StatisticFunc()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

findMedianFromRadiantList(List aList)

public static int findMedianFromRadiantList(List<Integer> aList)

Parameters:

Parameter Type Description
aList java.util.List<java.lang.Integer>

Returns: int

findModeFromRadiantList(List aList)

public static int findModeFromRadiantList(List<Integer> aList)

Parameters:

Parameter Type Description
aList java.util.List<java.lang.Integer>

Returns: int

findRatioValueFromRadiantList(List aList, double aRatio)

public static int findRatioValueFromRadiantList(List<Integer> aList, double aRatio)

Parameters:

Parameter Type Description
aList java.util.List<java.lang.Integer>
aRatio double

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

sortListRadiant(List aList)

public static List<Integer> sortListRadiant(List<Integer> aList)

Parameters:

Parameter Type Description
aList java.util.List<java.lang.Integer>

Returns: List

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int