|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.utility.comparator.StartsWithComparator
public final class StartsWithComparator
Compares to Strings by checking, if the first String starts with the second one.
| Field Summary | |
|---|---|
static StartsWithComparator |
INSTANCE
|
| Method Summary | |
|---|---|
int |
compare(java.lang.String string1,
java.lang.String string2)
Compares to Strings by checking, if the first String starts with the second one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Field Detail |
|---|
public static final StartsWithComparator INSTANCE
| Method Detail |
|---|
public final int compare(java.lang.String string1,
java.lang.String string2)
compare in interface java.util.Comparator<java.lang.String>string1 - string2 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||