public static enum WhitespaceCorrector.Whitespace extends Enum<WhitespaceCorrector.Whitespace>
| Modifier and Type | Method and Description |
|---|---|
char |
getWhitespace() |
static WhitespaceCorrector.Whitespace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhitespaceCorrector.Whitespace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WhitespaceCorrector.Whitespace LINE_FEED
public static final WhitespaceCorrector.Whitespace LINE_TABULATION
public static final WhitespaceCorrector.Whitespace FORM_FEED
public static final WhitespaceCorrector.Whitespace CARRIAGE_RETURN
public static final WhitespaceCorrector.Whitespace NEXT_LINE
public static final WhitespaceCorrector.Whitespace LINE_SEPARATOR
public static final WhitespaceCorrector.Whitespace PARAGRAPH_SEPARATOR
public static final WhitespaceCorrector.Whitespace CHARACTER_TABULATION
public static final WhitespaceCorrector.Whitespace SPACE
public static final WhitespaceCorrector.Whitespace NO_BREAK_SPACE
public static final WhitespaceCorrector.Whitespace EN_QUAD
public static final WhitespaceCorrector.Whitespace EM_QUAD
public static final WhitespaceCorrector.Whitespace EN_SPACE
public static final WhitespaceCorrector.Whitespace EM_SPACE
public static final WhitespaceCorrector.Whitespace THREE_PER_EM_SPACE
public static final WhitespaceCorrector.Whitespace FOUR_PER_EM_SPACER
public static final WhitespaceCorrector.Whitespace SIX_PER_EM_SPACE
public static final WhitespaceCorrector.Whitespace FIGURE_SPACE
public static final WhitespaceCorrector.Whitespace PUNCUATION_SPACE
public static final WhitespaceCorrector.Whitespace THIS_SPACE
public static final WhitespaceCorrector.Whitespace HAIR_SPACE
public static final WhitespaceCorrector.Whitespace NAORROW_NO_BREAK_SPACE
public static final WhitespaceCorrector.Whitespace MEDIUM_MATHEMATICAL_SPACE
public static final WhitespaceCorrector.Whitespace IDEOGRAPHIC_SPACE
public static final WhitespaceCorrector.Whitespace ZERO_WIDTH_SPACE
public static final WhitespaceCorrector.Whitespace ZERO_WIDTH_NON_BREAKING_SPACE
public static WhitespaceCorrector.Whitespace[] values()
for (WhitespaceCorrector.Whitespace c : WhitespaceCorrector.Whitespace.values()) System.out.println(c);
public static WhitespaceCorrector.Whitespace valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic char getWhitespace()
Copyright © 2021. All rights reserved.