public class OnmsUserList extends LinkedList<OnmsUser>
modCount
Constructor and Description |
---|
OnmsUserList() |
OnmsUserList(Collection<? extends OnmsUser> c) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
int |
getTotalCount() |
List<OnmsUser> |
getUsers() |
void |
setCount(int count) |
void |
setTotalCount(int count)
setTotalCount
|
void |
setUsers(List<OnmsUser> users) |
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 OnmsUserList()
public OnmsUserList(Collection<? extends OnmsUser> c)
Copyright © 2015. All Rights Reserved.