public class OnmsEventCollection extends LinkedList<OnmsEvent>
OnmsEventCollection class.
modCount| Constructor and Description |
|---|
OnmsEventCollection()
Constructor for OnmsEventCollection.
|
OnmsEventCollection(Collection<? extends OnmsEvent> c)
Constructor for OnmsEventCollection.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount()
getCount
|
List<OnmsEvent> |
getEvents()
getEvents
|
int |
getTotalCount()
getTotalCount
|
void |
setEvents(List<OnmsEvent> events)
setEvents
|
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, toArrayiteratorequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subListpublic OnmsEventCollection()
Constructor for OnmsEventCollection.
public OnmsEventCollection(Collection<? extends OnmsEvent> c)
Constructor for OnmsEventCollection.
c - a Collection object.Copyright © 2015. All Rights Reserved.