Interface ReferenceCounted
-
public interface ReferenceCounted
An interface for indicating an object is reference counted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
release()
Release the reference.void
retain()
Retain the reference.
-