| 程序包 | 说明 |
|---|---|
| cn.sliew.milky.common.reference |
| 限定符和类型 | 方法和说明 |
|---|---|
ReferenceCounted |
ReferenceCounted.retain()
Increases the reference count by
1. |
ReferenceCounted |
ReferenceCounted.retain(int increment)
Increases the reference count by the specified
increment. |
ReferenceCounted |
ReferenceCounted.touch()
Records the current access location of this object for debugging purposes.
|
ReferenceCounted |
ReferenceCounted.touch(Object hint)
Records the current access location of this object with an additional
arbitrary information for debugging purposes.
|
Copyright © 2021. All rights reserved.