T - the type of elements maintained by this CollectionV - the type of elements maintained by this Collection@FunctionalInterface
public interface Object2ObjectFunction<T,V>
extends java.util.function.Function<T,V>
| Modifier and Type | Method and Description |
|---|---|
default V |
apply(T k) |
V |
getObject(T k)
Type Specific get function to reduce boxing/unboxing
|