public class MappingEntry extends Object implements Comparable<MappingEntry>
| Constructor and Description |
|---|
MappingEntry(int codePoint,
String string) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MappingEntry o) |
boolean |
equals(Object obj) |
int |
getCodePoint() |
String |
getString() |
int |
hashCode() |
public MappingEntry(int codePoint,
String string)
public int getCodePoint()
public String getString()
public int compareTo(MappingEntry o)
compareTo in interface Comparable<MappingEntry>Copyright © 2025. All rights reserved.