| Class | Description |
|---|---|
| NullAllowingImmutableList<E> |
An immutable list that allows null elements.
|
| NullAllowingImmutableList.Builder<E> |
A builder to create an immutable list; this class is not thread-safe.
|
| NullAllowingImmutableMap<K,V> |
An immutable map that allows null keys and values.
|
| NullAllowingImmutableMap.Builder<K,V> |
A builder to create an immutable map; this class is not thread-safe.
|
| NullAllowingImmutableSet<E> |
An immutable set that allows null elements.
|
| NullAllowingImmutableSet.Builder<E> |
A builder to create an immutable list; this class is not thread-safe.
|
Copyright © 2017–2022. All rights reserved.