Interface HTAmountView.IntSized
-
- All Implemented Interfaces:
-
hiiragi283.core.api.storage.amount.HTAmountView
public interface HTAmountView.IntSized implements HTAmountView<Int>
Int値を扱うHTAmountViewの拡張インターフェース
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description IntegergetNeeded()空き容量を返します。 FractiongetStoredLevel()占有率を返します。 -
-
Method Detail
-
getStoredLevel
Fraction getStoredLevel()
占有率を返します。
- Returns:
Fraction型での占有率
-
-
-
-