public abstract class AbstractSelector<T> extends Object implements Selector<T>
AbstractSelector()
protected abstract T
doSelect(Collection<T> source)
T
select(Collection<T> source)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractSelector()
public T select(Collection<T> source)
Selector
select
Selector<T>
source
protected abstract T doSelect(Collection<T> source)
Copyright © 2022 The Apache Software Foundation. All rights reserved.