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, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic SatelliteOutageCollection()
public SatelliteOutageCollection(List<SatelliteOutage> list)
list - The list that is wrapped by the new satellite outage collection.