public class GenericPoller<T> extends Object implements Poller<T>
GenericPoller(List<T> items)
T
next()
Poller<T>
refresh(List<T> items)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GenericPoller(List<T> items)
public T next()
Poller
next
public Poller<T> refresh(List<T> items)
refresh
items
Copyright © 2018–2023 Alibaba Group. All rights reserved.