com.google.doclava
Class Sorter

java.lang.Object
  extended by com.google.doclava.Sorter
All Implemented Interfaces:
Comparable

public class Sorter
extends Object
implements Comparable


Field Summary
 Object data
           
 String label
           
 
Constructor Summary
Sorter(String l, Object d)
           
 
Method Summary
 int compareTo(Object other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

public String label

data

public Object data
Constructor Detail

Sorter

public Sorter(String l,
              Object d)
Method Detail

compareTo

public int compareTo(Object other)
Specified by:
compareTo in interface Comparable


Copyright © 2010-2013 Google. All Rights Reserved.