| Class and Description |
|---|
| ImmutableBase
Base class for immutable collections.
|
| ImmutableCollection
Immutable implementation of
Collection. |
| ImmutableCollectionBase
Base class for implementations of
Collection and its derived classes. |
| ImmutableIterator
Implementation of
Iterator to provide functionality for the immutable classes. |
| ImmutableIteratorBase
Base class for implementations of
Iterator for the immutable classes. |
| ImmutableList
Immutable implementation of
List. |
| ImmutableMap
Immutable implementation of
Map. |
| ImmutableMap.KeySet
Implementation of the
Set interface to provide a view of the keys in the ImmutableMap. |
| ImmutableMap.ValueCollection
Implementation of the
Collection interface to provide a view of the values in the ImmutableMap. |
| ImmutableMapEntry
An immutable
Map.Entry. |
| ImmutableSet
Immutable implementation of
Set. |
| MiniMap
An implementation of
Map to provide a simple and fast lookup mechanism for small numbers of keys. |
| MiniMap0
An empty implementation of
MiniMap. |
| MiniSet
An implementation of
Set to provide a simple "contains" mechanism. |
| MiniSet0
An empty implementation of
MiniSet. |
Copyright © 2022. All rights reserved.