public class DataLinkInterfaceList extends LinkedList<DataLinkInterface>
OnmsMapList class.
modCount| Constructor and Description |
|---|
DataLinkInterfaceList()
Constructor for OnmsMapList.
|
DataLinkInterfaceList(Collection<? extends DataLinkInterface> c)
Constructor for OnmsMapList.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount()
getCount
|
List<DataLinkInterface> |
getLinks()
getMaps
|
void |
setLinks(List<DataLinkInterface> links)
setMaps
|
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, toArrayiteratorequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subListpublic DataLinkInterfaceList()
Constructor for OnmsMapList.
public DataLinkInterfaceList(Collection<? extends DataLinkInterface> c)
Constructor for OnmsMapList.
c - a Collection object.public List<DataLinkInterface> getLinks()
getMaps
List object.public void setLinks(List<DataLinkInterface> links)
setMaps
maps - a List object.Copyright © 2015. All Rights Reserved.