From f2feb8e5af5da11038044a30cac8a4f2b1c8219c Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Mon, 24 Jun 2019 20:49:30 -0400 Subject: Update site --- docs/apidocs/bjc/everge/class-use/ReplPair.html | 43 +++++++++++++++++++++---- 1 file changed, 37 insertions(+), 6 deletions(-) (limited to 'docs/apidocs/bjc/everge/class-use/ReplPair.html') diff --git a/docs/apidocs/bjc/everge/class-use/ReplPair.html b/docs/apidocs/bjc/everge/class-use/ReplPair.html index 2907d4c..f02c14b 100644 --- a/docs/apidocs/bjc/everge/class-use/ReplPair.html +++ b/docs/apidocs/bjc/everge/class-use/ReplPair.html @@ -2,10 +2,10 @@ - + Uses of Class bjc.everge.ReplPair (everge 1.0-SNAPSHOT API) - + @@ -109,7 +109,10 @@ ReplPair.readList(List<ReplPair> detals, Scanner scn, List<ReplError> errs, - ReplOpts ropts)  + ReplOpts ropts) +
Read a list of replacement pairs from an input source, adding them to + an existing list.
+ static List<ReplPair> @@ -127,6 +130,12 @@ +void +ReplSet.addPairs(ReplPair... pars) +
Adds more pairs to the ReplSet.
+ + + int ReplPair.compareTo(ReplPair rp)  @@ -140,6 +149,12 @@ +void +ReplSet.addPairs(List<ReplPair> pars) +
Adds more pairs to the ReplSet.
+ + + static List<ReplPair> ReplPair.readList(List<ReplPair> detals, Scanner scn) @@ -147,7 +162,7 @@ an existing list. - + static List<ReplPair> ReplPair.readList(List<ReplPair> detals, Scanner scn, @@ -156,12 +171,28 @@ an existing list. - + static List<ReplPair> ReplPair.readList(List<ReplPair> detals, Scanner scn, List<ReplError> errs, - ReplOpts ropts)  + ReplOpts ropts) +
Read a list of replacement pairs from an input source, adding them to + an existing list.
+ + + + + + + + + + + +
Constructor parameters in bjc.everge with type arguments of type ReplPair 
Constructor and Description
ReplSet(List<ReplPair> lst) +
Create a new set of pairs using an existing list of pairs.
+
-- cgit v1.2.3