Class IntValue

  • All Implemented Interfaces:
    de.mhus.lib.basics.Valueable<Integer>

    public class IntValue
    extends Object
    implements de.mhus.lib.basics.Valueable<Integer>
    • Field Detail

      • value

        public int value
    • Constructor Detail

      • IntValue

        public IntValue()
      • IntValue

        public IntValue​(int initial)
    • Method Detail

      • getValue

        public Integer getValue()
        Specified by:
        getValue in interface de.mhus.lib.basics.Valueable<Integer>
      • get

        public int get()
      • set

        public void set​(int value)