public class CountDownLatchExt<T> extends CountDownLatch
CountDownLatchExt()
CountDownLatchExt(int count)
T
getResult()
void
setResult(T result)
await, await, countDown, getCount, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CountDownLatchExt()
public CountDownLatchExt(int count)
public T getResult()
public void setResult(T result)
Copyright © 2022–2023. All rights reserved.