| 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)
Read a list of replacement pairs from an input source, adding them to an
existing list.
|
static List<ReplPair> |
ReplPair.readList(Scanner scn)
Read a list of replacement pairs from an input source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplSet.addPairs(ReplPair... pars)
Adds more pairs to the ReplSet.
|
int |
ReplPair.compareTo(ReplPair rp) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplSet.addPairs(List<ReplPair> pars)
Adds more pairs to the ReplSet.
|
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)
Read a list of replacement pairs from an input source, adding them to an
existing list.
|
| Constructor and Description |
|---|
ReplSet(List<ReplPair> lst)
Create a new set of pairs using an existing list of pairs.
|
Copyright © 2020. All rights reserved.