com.sun.jini.outrigger
Class EntryRep.FieldComparator

java.lang.Object
  extended by 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


Constructor Summary
EntryRep.FieldComparator()
           
 
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
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

EntryRep.FieldComparator

public EntryRep.FieldComparator()
Method Detail

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.