| Package | sv.data.comparers |
| Class | public class NumericComparer |
| Inheritance | NumericComparer GenericComparer |
| Method | Defined by | ||
|---|---|---|---|
| NumericComparer | |||
|
compare(a:Object, b:Object):int
| NumericComparer | ||
|
equals(a:Object, b:Object):Boolean
| NumericComparer | ||
![]() |
referenceEquals(a:Object, b:Object):Boolean
| GenericComparer | |
| Constant | Defined by | ||
|---|---|---|---|
| instance : NumericComparer
[static]
| NumericComparer | ||
| NumericComparer | () | constructor |
public function NumericComparer()
| compare | () | method |
public override function compare(a:Object, b:Object):intParameters
a:Object |
|
b:Object |
int |
| equals | () | method |
public override function equals(a:Object, b:Object):BooleanParameters
a:Object |
|
b:Object |
Boolean |
| instance | constant |
public static const instance:NumericComparer