protected static class RefCountCloseable.InnerCloseable
extends java.lang.Object
implements java.io.Closeable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.atomic.AtomicReference<RefCountCloseable> |
parent
The parent instance.
|
| Constructor and Description |
|---|
InnerCloseable(RefCountCloseable parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected java.util.concurrent.atomic.AtomicReference<RefCountCloseable> parent
public InnerCloseable(RefCountCloseable parent)
parent - the parent instance.