T - the type of elements maintained by this Collection@FunctionalInterface
public interface Object2CharFunction<T>
| Modifier and Type | Method and Description |
|---|---|
char |
getChar(T k)
Type Specific get function to reduce boxing/unboxing
|
char getChar(T k)
k - the value that should be processed