See: Description
| Interface | Description |
|---|---|
| FreezableMap<K,V> |
This interface models a
map that can be frozen. |
| ReadOnlyMap<K,V> |
This interface provides read-only access to
maps and should never be cast away (unless external code requires it). |
| Class | Description |
|---|---|
| FreezableHashMap<K,V> |
This class extends the
HashMap and makes it freezable. |
| FreezableHashMapBuilder<K,V> | |
| FreezableHashMapBuilder.InnerFreezableHashMapBuilder<K,V> | |
| FreezableLinkedHashMap<K,V> |
This class extends the
LinkedHashMap and makes it freezable. |
| FreezableLinkedHashMapBuilder<K,V> | |
| FreezableLinkedHashMapBuilder.InnerFreezableLinkedHashMapBuilder<K,V> |
Copyright © 2017. All rights reserved.