All Superinterfaces:
Collection<Item>, ItemListBase<Item>, Iterable<Item>, List<Item>
All Known Implementing Classes:
ItemListImpl

public interface ItemList extends ItemListBase<Item>
Interface representing the back-end view of a list of Item. Basically this is just a convenience interface to type the ItemListBase with Item as Item Type.
  • Method Details

    • toItemArray

      Item[] toItemArray()
      A bridge method between Collection and Array. The same as calling myList.toArray(new Item[myList.size()])
      Returns:
      ItemList as typed Array