public final class ReferenceCountUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
safestRelease(Object msg)
Try to release input object iff it's instance is of
ReferenceCounted type and its
refCount greater than zero. |
public static boolean safestRelease(Object msg)
ReferenceCounted type and its
refCount greater than zero.Copyright © 2015–2019. All rights reserved.