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

Alle Superschnittstellen:
NumericalValueController<T,V>, NumericalValueWith1PoolController<T,V>, RecommendingController<T>
Alle bekannten Unterschnittstellen:
NumericalValueWith3PoolsController<T,V>

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

    • 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)