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

All Superinterfaces:
NumericalValueController<T,V>, NumericalValueWith1PoolController<T,V>, NumericalValueWith2PoolsController<T,V>, RecommendingController<T>

public interface NumericalValueWith3PoolsController<T, V extends NumericalValue<T>> extends NumericalValueWith2PoolsController<T,V>
  • Method Details

    • getColumn3

      String getColumn3()
    • getPointsLeft3

      int getPointsLeft3()
    • canBeIncreasedPoints3

      Possible canBeIncreasedPoints3(V key)
    • canBeDecreasedPoints3

      Possible canBeDecreasedPoints3(V key)
    • increasePoints3

      OperationResult<V> increasePoints3(V value)
    • decreasePoints3

      OperationResult<V> decreasePoints3(V value)
    • getPoints3

      int getPoints3(V key)