public class CharMapperEntry extends Object
CharMapper interface.| Modifier and Type | Field and Description |
|---|---|
static Comparator<CharMapperEntry> |
charComparator |
static Comparator<CharMapperEntry> |
stringComparator |
| Constructor and Description |
|---|
CharMapperEntry(int codePoint,
String string) |
public static final Comparator<CharMapperEntry> charComparator
public static final Comparator<CharMapperEntry> stringComparator
public CharMapperEntry(int codePoint,
String string)
public int getCodePoint()
public String getString()
Copyright © 2020. All rights reserved.