| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCollection<T>
Immutable implementation of
Collection. |
class |
ImmutableCollectionBase<A,E>
Base class for implementations of
Collection and its derived classes. |
class |
ImmutableList<T>
Immutable implementation of
List. |
class |
ImmutableMap<K,V>
Immutable implementation of
Map. |
static class |
ImmutableMap.KeySet<K,V>
Implementation of the
Set interface to provide a view of the keys in the ImmutableMap. |
static class |
ImmutableMap.ValueCollection<K,V>
Implementation of the
Collection interface to provide a view of the values in the ImmutableMap. |
class |
ImmutableSet<T>
Immutable implementation of
Set. |
Copyright © 2023. All rights reserved.