public class Cep extends Object implements Serializable, Formattable, Comparable<Cep>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Cep o) |
boolean |
equals(Object obj) |
void |
formatTo(Formatter formatter,
int flags,
int width,
int precision) |
int |
hashCode() |
static Cep |
of(String value) |
String |
toString() |
public void formatTo(Formatter formatter, int flags, int width, int precision)
formatTo in interface Formattablepublic int compareTo(Cep o)
compareTo in interface Comparable<Cep>Copyright © 2015 Edson Yanaga. All rights reserved.