From 1ab7c6b0e02cdbc2dd911bb9df8a5bc6467d0434 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Fri, 21 Jun 2019 16:37:27 -0400 Subject: Update documentation site --- docs/apidocs/bjc/everge/IntHolder.html | 399 +++++++++++++++++++++++++++++++++ 1 file changed, 399 insertions(+) create mode 100644 docs/apidocs/bjc/everge/IntHolder.html (limited to 'docs/apidocs/bjc/everge/IntHolder.html') diff --git a/docs/apidocs/bjc/everge/IntHolder.html b/docs/apidocs/bjc/everge/IntHolder.html new file mode 100644 index 0000000..e089bd9 --- /dev/null +++ b/docs/apidocs/bjc/everge/IntHolder.html @@ -0,0 +1,399 @@ + + + + + + +IntHolder (everge 1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Class IntHolder

+
+
+ +
+
    +
  • +
    +
    +
    public class IntHolder
    +extends Object
    +
    Utility class for ints by ref.
    +
    +
    Author:
    +
    Ben Culkin
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      intval +
      The int value.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      IntHolder() +
      Create a new int-holder set to 0.
      +
      IntHolder(int i) +
      Create a new int-holder set to a value.
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        val

        +
        public int val
        +
        The int value.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        IntHolder

        +
        public IntHolder()
        +
        Create a new int-holder set to 0.
        +
      • +
      + + + +
        +
      • +

        IntHolder

        +
        public IntHolder(int i)
        +
        Create a new int-holder set to a value.
        +
        +
        Parameters:
        +
        i - The value to set the int to.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        incr

        +
        public int incr()
        +
        Increment the value by one, and return it.
        +
        +
        Returns:
        +
        The value of the holder.
        +
        +
      • +
      + + + +
        +
      • +

        incr

        +
        public int incr(int i)
        +
        Increment the value by an amount and return it.
        +
        +
        Parameters:
        +
        i - The amount to increment by.
        +
        Returns:
        +
        The value of the holder.
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public int get()
        +
        Get the value.
        +
        +
        Returns:
        +
        The value.
        +
        +
      • +
      + + + +
        +
      • +

        set

        +
        public void set(int i)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + -- cgit v1.2.3