@Immutable public class ObjectType extends Object implements IComparable<ObjectType>, IHasName
| Constructor and Description |
|---|
ObjectType(String sName) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ObjectType aObjType) |
boolean |
equals(Object o) |
String |
getName() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitisEQ, isGE, isGT, isLE, isLT, isNEgetComparatorCollating, getComparatorNamepublic int compareTo(@Nonnull ObjectType aObjType)
compareTo in interface Comparable<ObjectType>Copyright © 2014–2022 Philip Helger. All rights reserved.