public class Ident extends Object implements Comparable<Ident>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Ident other) |
boolean |
equals(Object obj) |
int |
hashCode() |
static Ident |
of(String code) |
String |
toString() |
public int compareTo(Ident other)
compareTo
in interface Comparable<Ident>
Copyright © 2017. All Rights Reserved.