Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
MAX_VERSION |
4611686018427387903L |
public static final long |
MIN_VERSION |
0L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_BLOCK_SIZE |
48 |
public static final int |
DEFAULT_MIN_BLOCK_SIZE |
25 |
public static final int |
VERSION_CURRENT |
0 |
public static final int |
VERSION_START |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
defaultMaxExpansions |
50 |
public static final float |
defaultMinSimilarity |
2.0f |
public static final int |
defaultPrefixLength |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
FLAG_MATCH_CASEINDEPENDENT |
1 |
public static final int |
FLAG_MATCH_NORMAL |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
FLAG_CANON_EQ |
128 |
public static final int |
FLAG_CASE_INSENSITIVE |
2 |
public static final int |
FLAG_COMMENTS |
4 |
public static final int |
FLAG_DOTALL |
32 |
public static final int |
FLAG_LITERAL |
16 |
public static final int |
FLAG_MULTILINE |
8 |
public static final int |
FLAG_UNICODE_CASE |
64 |
public static final int |
FLAG_UNIX_LINES |
1 |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.