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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
recycle()
Recycle the instance.
-