public class ID extends Object implements Comparable<ID>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ID other) |
boolean |
equals(Object obj) |
String |
getIDString() |
int |
hashCode() |
String |
toString() |
public static final ID NULL_ID
public ID(String id)
public String getIDString()
public String toString()
toString in class ObjectgetIDString().public int compareTo(ID other)
compareTo in interface Comparable<ID>Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.