Top10Filter
Inheritance: java.lang.Object
public class Top10Filter
Represents the top 10 filter.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | java.lang.Object |
setItems(int value)
public void setItems(int value)
Sets the items of the filter.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setPercent(boolean value)
public void setPercent(boolean value)
Indicates whether the items is percent.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setTop(boolean value)
public void setTop(boolean value)
Indicates whether it’s top filter.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
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 |