T - the underlying type of objectpublic final class Sized<T> extends Object
T with an accompanying size estimate. Units are unspecified.| Modifier and Type | Method and Description |
|---|---|
long |
getSize() |
T |
getValue() |
static <T> Sized<T> |
of(T value,
long size) |