-
-
All Methods Instance Methods Abstract Methods 修饰符和类 成员函数描述 Item
getItem(int index)
返回一个存储在容器里的物品的Item
对象。
Returns an item that stores in this container, as anItem
object.int
getSize()
返回这个容器最多能包含的物品数量。
Returns the max number of items that this container can contain.void
setItem(int index, Item item)
把一个物品存储进容器。
Sets or stores this item into this container.
-