org.jvnet.hyperjaxb3.item
Interface ItemList<ListType,ItemType extends Item<ListType>>

All Superinterfaces:
Collection<ListType>, Iterable<ListType>, List<ListType>
All Known Implementing Classes:
AbstractItemList, DefaultItemList

public interface ItemList<ListType,ItemType extends Item<ListType>>
extends List<ListType>


Method Summary
 ItemType create(ListType item)
           
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

create

ItemType create(ListType item)


Copyright © 2005-2011. All Rights Reserved.