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