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