Interface RealValuable<T>
-
public interface RealValuable<T>
- Author:
- skublik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getRealValue()
void
setRealValue(T object)
-
public interface RealValuable<T>
Modifier and Type | Method | Description |
---|---|---|
T |
getRealValue() |
|
void |
setRealValue(T object) |