public class OnmsMapElementList extends LinkedList<OnmsMapElement>
OnmsMapElementList class.
modCount
Constructor and Description |
---|
OnmsMapElementList()
Constructor for OnmsMapElementList.
|
OnmsMapElementList(Collection<? extends OnmsMapElement> c)
Constructor for OnmsMapElementList.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getCount()
getCount
|
List<OnmsMapElement> |
getMapElements()
getMapElements
|
void |
setMapElements(List<OnmsMapElement> mapElements)
setMapElements
|
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 OnmsMapElementList()
Constructor for OnmsMapElementList.
public OnmsMapElementList(Collection<? extends OnmsMapElement> c)
Constructor for OnmsMapElementList.
c
- a Collection
object.public List<OnmsMapElement> getMapElements()
getMapElements
List
object.public void setMapElements(List<OnmsMapElement> mapElements)
setMapElements
mapElements
- a List
object.Copyright © 2015. All Rights Reserved.