Uses of Interface
cn.sliew.milky.common.reference.ReferenceCounted
-
Packages that use ReferenceCounted Package Description cn.sliew.milky.common.reference -
-
Uses of ReferenceCounted in cn.sliew.milky.common.reference
Methods in cn.sliew.milky.common.reference that return ReferenceCounted Modifier and Type Method Description ReferenceCountedReferenceCounted. retain()Increases the reference count by1.ReferenceCountedReferenceCounted. retain(int increment)Increases the reference count by the specifiedincrement.ReferenceCountedReferenceCounted. touch()Records the current access location of this object for debugging purposes.ReferenceCountedReferenceCounted. touch(Object hint)Records the current access location of this object with an additional arbitrary information for debugging purposes.
-