Interface Recyclable
- All Known Implementing Classes:
FileInfo,FileInfoBackingCache.CachedFileInfo,LastAddConfirmedUpdateNotification,ReadOnlyFileInfo,TransientLedgerInfo,Watchable
public interface Recyclable
An interface represents an object that is recyclable.
-
Method Summary
-
Method Details
-
recycle
void recycle()Recycle the instance.
-