public class FilterableResultImpl<DRONE> extends Object implements FilterableResult<DRONE>
| Constructor and Description |
|---|
FilterableResultImpl(DroneContext context,
Set<DronePoint<DRONE>> wrapped) |
| Modifier and Type | Method and Description |
|---|---|
FilterableResult<DRONE> |
filter(DronePointFilter<? super DRONE> filter) |
Iterator<DronePoint<DRONE>> |
iterator() |
DronePoint<DRONE> |
single() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic FilterableResultImpl(DroneContext context, Set<DronePoint<DRONE>> wrapped)
public FilterableResult<DRONE> filter(DronePointFilter<? super DRONE> filter)
filter in interface FilterableResult<DRONE>public DronePoint<DRONE> single()
single in interface FilterableResult<DRONE>public int size()
size in interface FilterableResult<DRONE>public Iterator<DronePoint<DRONE>> iterator()
iterator in interface Iterable<DronePoint<DRONE>>Copyright © 2017 JBoss by Red Hat. All rights reserved.