public class CompiledSelectorWeight
extends java.lang.Object
implements java.lang.Comparable
| Constructor and Description |
|---|
CompiledSelectorWeight(SelectorWeight selectorWeight,
int fileOrder,
int selectorOrder) |
| Modifier and Type | Method and 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.