IntegralArray

Inheritance: java.lang.Object

public class IntegralArray

Constructors

Constructor Description
IntegralArray(int[] Arr)
IntegralArray(float[] Arr)
IntegralArray(byte[] Arr)

Methods

Method Description
equals(Object arg0)
getAverageFromArea(int aLeft, int aRight)
getAverageFromWindow(int aX, int aWindow)
getClass()
getLength()
getSummAndAreaFromWindow(int aX, int aWindow)
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

IntegralArray(int[] Arr)

public IntegralArray(int[] Arr)

Parameters:

Parameter Type Description
Arr int[]

IntegralArray(float[] Arr)

public IntegralArray(float[] Arr)

Parameters:

Parameter Type Description
Arr float[]

IntegralArray(byte[] Arr)

public IntegralArray(byte[] Arr)

Parameters:

Parameter Type Description
Arr byte[]

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getAverageFromArea(int aLeft, int aRight)

public float getAverageFromArea(int aLeft, int aRight)

Parameters:

Parameter Type Description
aLeft int
aRight int

Returns: float

getAverageFromWindow(int aX, int aWindow)

public float getAverageFromWindow(int aX, int aWindow)

Parameters:

Parameter Type Description
aX int
aWindow int

Returns: float

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getLength()

public int getLength()

Returns: int

getSummAndAreaFromWindow(int aX, int aWindow)

public IntegralArray.SummAndArea getSummAndAreaFromWindow(int aX, int aWindow)

Parameters:

Parameter Type Description
aX int
aWindow int

Returns: SummAndArea

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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