| Class | Description |
|---|---|
| TypedEntry<A> |
An entry that binds a typed key and a value.
|
| TypedKey<A> |
A TypedKey is a key that can be used to get and set values in a
TypedMap or any object
with typed keys. |
| TypedMap |
A TypedMap is an immutable map containing typed values.
|