public final class LeaseImpl<T> extends Object implements Lease<T>
LeaseImpl(RecyclingSupplier<T> rs)
void
close()
T
get()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public LeaseImpl(RecyclingSupplier<T> rs)
public T get()
get
Supplier<T>
public void close()
close
AutoCloseable
public String toString()
toString
Object
Copyright © 2018 SPF4J. All rights reserved.