Top10Filter

Inheritance: java.lang.Object

public class Top10Filter

Represents the top 10 filter.

Methods

MethodDescription
equals(Object arg0)
getClass()
getCriteria()
getItems()Gets the items of the filter.
hashCode()
isPercent()Indicates whether the items is percent.
isTop()Indicates whether it’s top filter.
notify()
notifyAll()
setCriteria(Object value)
setItems(int value)Sets the items of the filter.
setPercent(boolean value)Indicates whether the items is percent.
setTop(boolean value)Indicates whether it’s top filter.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCriteria()

public Object getCriteria()

Returns: java.lang.Object

getItems()

public int getItems()

Gets the items of the filter.

Returns: int

hashCode()

public native int hashCode()

Returns: int

isPercent()

public boolean isPercent()

Indicates whether the items is percent.

Returns: boolean

isTop()

public boolean isTop()

Indicates whether it’s top filter.

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setCriteria(Object value)

public void setCriteria(Object value)

Parameters:

ParameterTypeDescription
valuejava.lang.Object

setItems(int value)

public void setItems(int value)

Sets the items of the filter.

Parameters:

ParameterTypeDescription
valueint

setPercent(boolean value)

public void setPercent(boolean value)

Indicates whether the items is percent.

Parameters:

ParameterTypeDescription
valueboolean

setTop(boolean value)

public void setTop(boolean value)

Indicates whether it’s top filter.

Parameters:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int