Interface | Description |
---|---|
ImmutableMap<K,V> |
A persistent Hash-based Map wrapper.
|
ImmutableNavigableMap<K,V> |
A persistent Tree-based Navigable 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
|