|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelliker.id3.MP3Comparator
Constructor Summary | |
MP3Comparator()
|
Method Summary | |
private boolean |
accept(java.lang.String str1,
java.lang.String str2)
Returns true if the two parameters are acceptable comparison values. |
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compares the objects. |
boolean |
equals(java.lang.Object obj)
Returns true if the specified object is an MP3Comparator |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MP3Comparator()
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in interface java.util.Comparator
obj
- the object to test
public int compare(java.lang.Object o1, java.lang.Object o2)
compare
in interface java.util.Comparator
o1
- one object to compareo2
- another object to compare
private boolean accept(java.lang.String str1, java.lang.String str2)
str1
- the first parameterstr2
- the second parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |