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/ReplSet.html | 367 +++++++++++++++++++++++++++++++++++ 1 file changed, 367 insertions(+) create mode 100644 docs/apidocs/bjc/everge/ReplSet.html (limited to 'docs/apidocs/bjc/everge/ReplSet.html') diff --git a/docs/apidocs/bjc/everge/ReplSet.html b/docs/apidocs/bjc/everge/ReplSet.html new file mode 100644 index 0000000..c162bfc --- /dev/null +++ b/docs/apidocs/bjc/everge/ReplSet.html @@ -0,0 +1,367 @@ + + + + + + +ReplSet (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Class ReplSet

+
+
+ +
+
    +
  • +
    +
    +
    public class ReplSet
    +extends Object
    +
    A set of ReplPairs, kept together for easy use
    +
    +
    Author:
    +
    Ben Culkin
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ReplSet

        +
        public ReplSet()
        +
        Create a new blank set of pairs.
        +
      • +
      + + + +
        +
      • +

        ReplSet

        +
        public ReplSet(List<ReplPair> lst)
        +
        Create a new set of pairs using an existing list of pairs. + + Changes to the list of pairs will carry across to the ReplSet, so be careful about that.
        +
        +
        Parameters:
        +
        lst - The list of pairs to use.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        addPairs

        +
        public void addPairs(List<ReplPair> pars)
        +
        Adds more pairs to the ReplSet.
        +
        +
        Parameters:
        +
        pars - The pairs to add to the ReplSet.
        +
        +
      • +
      + + + +
        +
      • +

        addPairs

        +
        public void addPairs(ReplPair... pars)
        +
        Adds more pairs to the ReplSet.
        +
        +
        Parameters:
        +
        pars - The pairs to add to the ReplSet.
        +
        +
      • +
      + + + +
        +
      • +

        apply

        +
        public String apply(String val)
        +
        Apply the ReplSet to a string.
        +
        +
        Parameters:
        +
        val - The string to apply the ReplSet to.
        +
        Returns:
        +
        The result of applying the ReplSet.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + -- cgit v1.2.3