|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codemesh.terp.api.Sorter.AbstractSorter
public abstract static class Sorter.AbstractSorter
An abstract baseclass for concrete sorters.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.codemesh.terp.api.Sorter |
|---|
Sorter.AbstractSorter |
| Field Summary |
|---|
| Fields inherited from interface com.codemesh.terp.api.Sorter |
|---|
NO_ARGS |
| Constructor Summary | |
|---|---|
Sorter.AbstractSorter()
|
|
| Method Summary | |
|---|---|
java.util.Comparator |
getComparator(java.lang.Object owner)
Returns the comparator that may be used for comparisons. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.codemesh.terp.api.Sorter |
|---|
getComparator |
| Constructor Detail |
|---|
public Sorter.AbstractSorter()
| Method Detail |
|---|
public java.util.Comparator getComparator(java.lang.Object owner)
Sorter
getComparator in interface Sorterowner - the collection being sorted.
|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||