org.ontobox.box.helper
Class Sorter.ObjectValueIgnoreCase

java.lang.Object
  extended by org.ontobox.box.helper.Sorter.ObjectValueIgnoreCase
All Implemented Interfaces:
java.lang.Comparable<Sorter.ObjectValueIgnoreCase>
Enclosing class:
Sorter

protected static class Sorter.ObjectValueIgnoreCase
extends java.lang.Object
implements java.lang.Comparable<Sorter.ObjectValueIgnoreCase>


Constructor Summary
Sorter.ObjectValueIgnoreCase(int object, java.lang.String value)
           
 
Method Summary
 int compareTo(Sorter.ObjectValueIgnoreCase o)
           
 boolean equals(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sorter.ObjectValueIgnoreCase

public Sorter.ObjectValueIgnoreCase(int object,
                                    java.lang.String value)
Method Detail

compareTo

public int compareTo(Sorter.ObjectValueIgnoreCase o)
Specified by:
compareTo in interface java.lang.Comparable<Sorter.ObjectValueIgnoreCase>

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object