Package org.opennms.web.rest.support
Class LongCollection
- java.lang.Object
-
- org.opennms.core.config.api.JaxbListWrapper<java.lang.Long>
-
- org.opennms.web.rest.support.LongCollection
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<java.lang.Long>
public class LongCollection extends JaxbListWrapper<java.lang.Long>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LongCollection()
LongCollection(java.util.Collection<java.lang.Long> items)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Long>
getObjects()
-
Methods inherited from class org.opennms.core.config.api.JaxbListWrapper
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getCount, getOffset, getTotalCount, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setCount, setObjects, setOffset, setTotalCount, size, subList, toArray, toArray, toString
-
-
-
-
Method Detail
-
getObjects
public java.util.List<java.lang.Long> getObjects()
- Overrides:
getObjects
in classJaxbListWrapper<java.lang.Long>
-
-