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