public class Category extends Object
| Modifier and Type | Field and Description |
|---|---|
static Category |
C |
static CharCharMap |
cases |
static LinkedHashMap<String,Category> |
categories |
static Category |
Cc |
static Category |
Cf |
static Category |
Cn |
static Category |
Co |
static Category |
Cs |
static Category |
Horizontal |
static Category |
IdentifierPart |
static Category |
L |
int |
length |
static Category |
Ll |
static Category |
Lm |
static Category |
Lo |
static Category |
Lt |
static Category |
Lu |
static Category |
M |
static Category |
Mc |
static Category |
Me |
static Category |
Mn |
static Category |
N |
static Category |
Nd |
static Category |
Nl |
static Category |
No |
static Category |
P |
static Category |
Pc |
static Category |
Pd |
static Category |
Pe |
static Category |
Pf |
static Category |
Pi |
static Category |
Po |
static Category |
Ps |
static Category |
S |
static Category |
Sc |
static Category |
Sk |
static Category |
Sm |
static Category |
So |
static LinkedHashMap<String,Category> |
superCategories |
static Category |
Vertical |
static Category |
Word |
static Category |
Z |
static Category |
Zl |
static Category |
Zp |
static Category |
Zs |
| Modifier and Type | Method and Description |
|---|---|
static char |
caseFold(char c) |
boolean |
contains(char checking) |
char[] |
contents() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public final int length
public static final Category IdentifierPart
public static final Category Horizontal
public static final CharCharMap cases
public static final LinkedHashMap<String,Category> categories
public static final LinkedHashMap<String,Category> superCategories
Copyright © 2016. All rights reserved.