Interface Recyclable
-
- All Known Implementing Classes:
FileInfo,FileInfoBackingCache.CachedFileInfo,LastAddConfirmedUpdateNotification,ReadOnlyFileInfo,TransientLedgerInfo,Watchable
public interface RecyclableAn interface represents an object that is recyclable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrecycle()Recycle the instance.
-