A - The type of the key and value in this entry.public final class TypedEntry<A>
extends java.lang.Object
TypedMap
or any other type of object with typed values.| Constructor and Description |
|---|
TypedEntry(TypedKey<A> key,
A value) |
| Modifier and Type | Method and Description |
|---|---|
TypedKey<A> |
key() |
A |
value() |