public interface LinkedQueue<T>
<T> T[] getArray(Class<T> componentType, int length)
T - componentType - length - T put(T t) throws InterruptedException
t - InterruptedExceptionT poll() throws InterruptedException
InterruptedExceptionint getCount()
int getCapacity()
Copyright © 2021. All rights reserved.