java.text
Class CollationKey

java.lang.Object
  extended by java.text.CollationKey
All Implemented Interfaces:
Comparable

public final class CollationKey
extends Object
implements Comparable


Method Summary
 int compareTo(CollationKey var0)
           
 int compareTo(Object var0)
           
 boolean equals(Object var0)
           
 String getSourceString()
           
 int hashCode()
           
 byte[] toByteArray()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(CollationKey var0)

compareTo

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

equals

public boolean equals(Object var0)
Overrides:
equals in class Object

getSourceString

public String getSourceString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toByteArray

public byte[] toByteArray()


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.