| Class | Description |
|---|---|
| ImmutableBase<A> |
Base class for immutable collections.
|
| ImmutableCollection<T> |
Immutable implementation of
Collection. |
| ImmutableCollectionBase<A,E> |
Base class for implementations of
Collection and its derived classes. |
| ImmutableIterator<T> |
Implementation of
Iterator to provide functionality for the immutable classes. |
| ImmutableIteratorBase<T> |
Base class for implementations of
Iterator for the immutable classes. |
| ImmutableList<T> |
Immutable implementation of
List. |
| ImmutableListIterator<T> |
Implementation of
ListIterator to provide functionality for the immutable classes. |
| ImmutableMap<K,V> |
Immutable implementation of
Map. |
| ImmutableMap.KeyIterator<K,V> |
Implementation of
Iterator to iterate over the contents of a ImmutableMap.KeySet. |
| ImmutableMap.KeySet<K,V> |
Implementation of the
Set interface to provide a view of the keys in the ImmutableMap. |
| ImmutableMap.MapEntry<K,V> |
A map entry (key, value) for an
ImmutableMap. |
| ImmutableMap.ValueCollection<K,V> |
Implementation of the
Collection interface to provide a view of the values in the ImmutableMap. |
| ImmutableMap.ValueIterator<K,V> |
Implementation of
Iterator to iterate over the contents of a ImmutableMap.ValueCollection. |
| ImmutableSet<T> |
Immutable implementation of
Set. |
Copyright © 2021. All rights reserved.