Class IntegerBox

java.lang.Object
com.strobel.core.IntegerBox
All Implemented Interfaces:
IStrongBox

public final class IntegerBox extends Object implements IStrongBox
  • Field Details

    • value

      public int value
  • Constructor Details

    • IntegerBox

      public IntegerBox()
    • IntegerBox

      public IntegerBox(int value)
  • Method Details