| Modifier and Type | Method and Description |
|---|---|
static List<ReplPair> |
ReplPair.readList(List<ReplPair> detals,
Scanner scn)
Read a list of replacement pairs from an input source, adding them to
an existing list.
|
static List<ReplPair> |
ReplPair.readList(List<ReplPair> detals,
Scanner scn,
List<ReplError> errs)
Read a list of replacement pairs from an input source, adding them to
an existing list.
|
static List<ReplPair> |
ReplPair.readList(List<ReplPair> detals,
Scanner scn,
List<ReplError> errs,
ReplOpts ropts) |
static List<ReplPair> |
ReplPair.readList(Scanner scn)
Read a list of replacement pairs from an input source.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ReplPair.compareTo(ReplPair rp) |
| Modifier and Type | Method and Description |
|---|---|
static List<ReplPair> |
ReplPair.readList(List<ReplPair> detals,
Scanner scn)
Read a list of replacement pairs from an input source, adding them to
an existing list.
|
static List<ReplPair> |
ReplPair.readList(List<ReplPair> detals,
Scanner scn,
List<ReplError> errs)
Read a list of replacement pairs from an input source, adding them to
an existing list.
|
static List<ReplPair> |
ReplPair.readList(List<ReplPair> detals,
Scanner scn,
List<ReplError> errs,
ReplOpts ropts) |
Copyright © 2019. All rights reserved.