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, 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 OnmsEventCollection()
Constructor for OnmsEventCollection.
public OnmsEventCollection(Collection<? extends OnmsEvent> c)
Constructor for OnmsEventCollection.
c
- a Collection
object.Copyright © 2015. All Rights Reserved.