Interface ComponentIterator<T>

All Known Implementing Classes:
Bag.BagIterator

public interface ComponentIterator<T>
物品迭代器接口 物品迭代器
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    T next()