public class RequisitionInterfaceCollection extends LinkedList<RequisitionInterface>
RequisitionInterfaceCollection class.
modCount
Constructor and Description |
---|
RequisitionInterfaceCollection()
Constructor for RequisitionInterfaceCollection.
|
RequisitionInterfaceCollection(Collection<? extends RequisitionInterface> c)
Constructor for RequisitionInterfaceCollection.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getCount()
getCount
|
List<RequisitionInterface> |
getInterfaces()
getInterfaces
|
void |
setInterfaces(List<RequisitionInterface> interfaces)
setInterfaces
|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray
iterator
equals, hashCode, listIterator, removeRange, subList
containsAll, isEmpty, removeAll, retainAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
public RequisitionInterfaceCollection()
Constructor for RequisitionInterfaceCollection.
public RequisitionInterfaceCollection(Collection<? extends RequisitionInterface> c)
Constructor for RequisitionInterfaceCollection.
c
- a Collection
object.public List<RequisitionInterface> getInterfaces()
getInterfaces
List
object.public void setInterfaces(List<RequisitionInterface> interfaces)
setInterfaces
interfaces
- a List
object.Copyright © 2015. All Rights Reserved.