protected static final class ImplicitlySharedHolder.Reference<T> extends Object implements AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes exclusive access to this reference
|
void |
decrement()
Decrements the reference counter by one
|
void |
increment()
Increments the reference counter by one
|
void |
open()
Opens exclusive access to this reference
|
public final T val
public Reference(T value)
public final void decrement()
public final void increment()
public final void open()
public final void close()
close
in interface AutoCloseable
Copyright © 2019. All rights reserved.