| 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.MapEntry
A map entry (key, value) for an
ImmutableMap. |
| ImmutableSet
Immutable implementation of
Set. |
Copyright © 2021. All rights reserved.