| Interface | Description |
|---|---|
| ImmutableMap<K,V> |
A persistent Hash-based Map wrapper.
|
| ImmutableNavigableSet<E> |
A persistent Tree-based NavigableSet wrapper
java.util.Set methods that mutate in-place will throw UnsupportedOperationException
|
| ImmutableSet<E> |
A persistent Hash-based Set wrapper
java.util.Set methods that mutate in-place will throw UnsupportedOperationException
|