java.lang.Object | ||
↳ | com.facebook.common.references.CloseableReference<T> | |
↳ | com.facebook.common.references.RefCountCloseableReference<T> |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.facebook.common.references.CloseableReference
|
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.facebook.common.references.CloseableReference
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CloseableReference<T> |
clone()
Returns a new CloseableReference to the same underlying SharedReference.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.facebook.common.references.CloseableReference
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.io.Closeable
| |||||||||||
From interface
java.lang.AutoCloseable
|
Returns a new CloseableReference to the same underlying SharedReference. The SharedReference ref-count is incremented.