public class SatelliteOutageCollection extends BaseCollection<SatelliteOutage>
SatelliteOutages
.Constructor and Description |
---|
SatelliteOutageCollection()
Initializes a new instance.
|
SatelliteOutageCollection(List<SatelliteOutage> list)
Initializes a new instance.
|
add, add, addAll, addAll, clear, clearItems, contains, containsAll, get, getItems, indexOf, insertItem, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeItem, retainAll, set, setItem, size, subList, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public SatelliteOutageCollection()
public SatelliteOutageCollection(List<SatelliteOutage> list)
list
- The list that is wrapped by the new satellite outage collection.