public interface FullWaitQueue<T>
boolean
add(T t)
void
clear()
isEmpty()
T
poll()
null
int
size()
boolean add(T t)
t
T poll()
void clear()
int size()
boolean isEmpty()
Copyright © 2019. All rights reserved.