Interface | Description |
---|---|
Map<K,V> |
An object that maps keys to values.
|
Map.BiBlock<A,B> |
Interface describing a void action of two arguments
|
Map.BiFunction<A,B,T> |
Interface describing a function of two arguments
|
Map.Block<A> |
Interface describing a void action of one argument
|
Map.Entry<K,V> |
A map entry (key-value pair).
|
Map.Function<A,T> |
Interface describing a function of one argument
|