public static final class AsyncQueue.BorrowResult<T,R> extends Object
BorrowResult(List<T> elementsToInsert, R result)
List<T>
getElementsToInsert()
R
getResult()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BorrowResult(List<T> elementsToInsert, R result)
public List<T> getElementsToInsert()
public R getResult()
Copyright © 2012–2023. All rights reserved.