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, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic AntennaTargetingResultCollection()
public AntennaTargetingResultCollection(@Nonnull Iterable<? extends AntennaTargetingResult> results)
results - The collection of elements.