public interface Sizeable
In particular, Transferable instances implementing this interface can help CopyPasteManager
implementation to manage clipboard history memory footprint.
| Modifier and Type | Method and Description |
|---|---|
int |
getSize()
Object size estimation (in bytes).
|