java.text
Class EntryPair
java.lang.Object
java.text.EntryPair
- final class EntryPair
- extends Object
This is used for building contracting character tables. entryName
is the contracting character name and value is its collation
order.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entryName
public String entryName
value
public int value
fwd
public boolean fwd
EntryPair
public EntryPair(String name,
int value)
EntryPair
public EntryPair(String name,
int value,
boolean fwd)