Interface NumericalValueWith1PoolController<T, V extends NumericalValue<T>>

All Superinterfaces:
NumericalValueController<T,V>, RecommendingController<T>
All Known Subinterfaces:
NumericalValueWith2PoolsController<T,V>, NumericalValueWith3PoolsController<T,V>

public interface NumericalValueWith1PoolController<T, V extends NumericalValue<T>> extends NumericalValueController<T,V>
  • Method Details

    • getColumn1

      String getColumn1()
    • getPointsLeft

      int getPointsLeft()
    • canBeIncreasedPoints

      Possible canBeIncreasedPoints(V key)
    • canBeDecreasedPoints

      Possible canBeDecreasedPoints(V key)
    • increasePoints

      OperationResult<V> increasePoints(V value)
    • decreasePoints

      OperationResult<V> decreasePoints(V value)
    • getPoints

      int getPoints(V key)