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

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

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

    • getColumn2

      String getColumn2()
    • getPointsLeft2

      int getPointsLeft2()
    • canBeIncreasedPoints2

      Possible canBeIncreasedPoints2(V key)
    • canBeDecreasedPoints2

      Possible canBeDecreasedPoints2(V key)
    • increasePoints2

      OperationResult<V> increasePoints2(V value)
    • decreasePoints2

      OperationResult<V> decreasePoints2(V value)
    • getPoints2

      int getPoints2(V key)