java.lang.Comparablepublic class CompiledSelectorWeight
extends java.lang.Object
implements java.lang.Comparable
| Constructor | Description |
|---|---|
CompiledSelectorWeight(SelectorWeight selectorWeight,
int fileOrder,
int selectorOrder) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(java.lang.Object o) |
Compares this object with the specified object for order.
|
public CompiledSelectorWeight(SelectorWeight selectorWeight, int fileOrder, int selectorOrder)
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparableo - the Object to be compared.java.lang.ClassCastException - if the specified object's type prevents it from being
compared to this Object.