public class OnmsIpInterfaceList extends LinkedList<OnmsIpInterface>
OnmsIpInterfaceList class.
modCount
Constructor and Description |
---|
OnmsIpInterfaceList()
Constructor for OnmsIpInterfaceList.
|
OnmsIpInterfaceList(Collection<? extends OnmsIpInterface> c)
Constructor for OnmsIpInterfaceList.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getCount()
getCount
|
List<OnmsIpInterface> |
getInterfaces()
getInterfaces
|
int |
getTotalCount()
getTotalCount
|
void |
setInterfaces(List<OnmsIpInterface> interfaces)
setInterfaces
|
void |
setTotalCount(int count)
setTotalCount
|
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 OnmsIpInterfaceList()
Constructor for OnmsIpInterfaceList.
public OnmsIpInterfaceList(Collection<? extends OnmsIpInterface> c)
Constructor for OnmsIpInterfaceList.
c
- a Collection
object.public List<OnmsIpInterface> getInterfaces()
getInterfaces
List
object.public void setInterfaces(List<OnmsIpInterface> interfaces)
setInterfaces
interfaces
- a List
object.public int getTotalCount()
getTotalCount
public void setTotalCount(int count)
setTotalCount
count
- a int.Copyright © 2015. All Rights Reserved.