public class LongCode extends Object implements Comparable<LongCode>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LongCode other) |
boolean |
equals(Object obj) |
String |
getFullName() |
String |
getNamespaceSeparator() |
int |
hashCode() |
static LongCode |
of(String code,
String separator) |
String |
toString() |
Copyright © 2017. All rights reserved.