| Package | org.servebox.commons.comparator |
| Class | public class StringComparator |
| Implements | IComparator |
| Method | Defined by | ||
|---|---|---|---|
|
compare(o1:*, o2:*):int
Compares two arguments .
| StringComparator | ||
| compare | () | method |
public function compare(o1:*, o2:*):intCompares two arguments . Returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
Parameterso1:* |
|
o2:* |
int |