public class Key extends Object implements Comparable<Key>
Key(String name)
int
compareTo(Key o)
boolean
equals(Object o)
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Key(String name)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public int compareTo(Key o)
compareTo
Comparable<Key>
public String toString()
toString
Copyright © 2015–2024 Red Hat. All rights reserved.