public class AntennaTargetingResultCollection extends BaseCollection<AntennaTargetingResult>
CommunicationSystem.configureAntennaTargeting()
.Constructor and Description |
---|
AntennaTargetingResultCollection()
Initializes a new instance.
|
AntennaTargetingResultCollection(Iterable<? extends AntennaTargetingResult> results)
Create a new instance containing the specified elements.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getHasFailures()
Gets a value indicating whether there are any targeting failures.
|
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 AntennaTargetingResultCollection()
public AntennaTargetingResultCollection(@Nonnull Iterable<? extends AntennaTargetingResult> results)
results
- The collection of elements.