|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed interface com.google.common.base.Function
.
Added interface com.google.common.base.Function
.
Removed Constructors | |
String, |
|
String, |
Added Constructors | |
String, |
|
String, |
Added Methods | |
Class<T> getType() |
The type of the target field, which is the type of the return value of the partition function. |
Changed Methods | ||
T apply(S ) |
Change in return type from Object to T .Change in signature from Object to S . |
Apply the partition function to the given {@code value}. |
T valueFromString(String ) |
Change in return type from Object to T . |
Retrieve the value for the field from the string representation. |
String valueToString(T ) |
Change in signature from Object to T . |
Retrieve the value for the field formatted as a String. |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |