public final class FindReplaceDirection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BACKWARD
Matched items are replaced from last back to first.
|
static int |
FORWARD
Matched items are replaced from first to last.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String findReplaceDirectionName) |
static java.lang.String |
getName(int findReplaceDirection) |
static int[] |
getValues() |
static java.lang.String |
toString(int findReplaceDirection) |