public abstract class RefCount<Type> extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected AtomicInteger |
refcount |
protected Type |
resource |
protected final Type resource
protected final AtomicInteger refcount
public RefCount(Type resource)
Copyright © 2016. All Rights Reserved.