Module org.autogui

Class GuiReprValueNumberSpinner.Infinity

java.lang.Object
org.autogui.base.mapping.GuiReprValueNumberSpinner.Infinity
All Implemented Interfaces:
Comparable<Object>
Enclosing class:
GuiReprValueNumberSpinner

public static class GuiReprValueNumberSpinner.Infinity extends Object implements Comparable<Object>
a comparable infinity representation, which is not a Number type, but comparable to any other types. Note: the compareTo method of the class is not reflexive. This means the method is incorrect implementation. The class is intended to use just for an undefined setting of upper or lower bound of a property.
  • Field Details

    • upper

      protected boolean upper
  • Constructor Details

    • Infinity

      public Infinity(boolean upper)
  • Method Details