com.sun.jini.outrigger
Class EntryRep.FieldComparator
java.lang.Object
com.sun.jini.outrigger.EntryRep.FieldComparator
- All Implemented Interfaces:
- Comparator
- Enclosing class:
- EntryRep
private static class EntryRep.FieldComparator
- extends Object
- implements Comparator
Comparator for sorting fields. Cribbed from Reggie
Method Summary |
int |
compare(Object o1,
Object o2)
Super before subclass, alphabetical within a given class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryRep.FieldComparator
public EntryRep.FieldComparator()
compare
public int compare(Object o1,
Object o2)
- Super before subclass, alphabetical within a given class
- Specified by:
compare
in interface Comparator
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.