@Vetoed
| Interface | Description |
|---|---|
| ImmutableList.Builder<T> | |
| ImmutableMap.Builder<K,V> | |
| ImmutableSet.Builder<T> |
Builder for building immutable sets.
|
| Multimap<K,V> |
A collection-like structure that maps keys to collections of values.
|
| Class | Description |
|---|---|
| AbstractImmutableMap<K,V> |
Common implementation for all immutable map implementations.
|
| Arrays2 | |
| EnumerationIterator<T> | |
| EnumerationList<T> |
An immutable Enumeration -> List adaptor
|
| ImmutableHashSet<T> |
Immutable
Set implementation. |
| ImmutableList<E> |
Weld's immutable
List implementations. |
| ImmutableMap<K,V> |
Weld's immutable map implementation.
|
| ImmutableSet<T> |
Weld's immutable set implementation.
|
| Iterables |
Static utility methods for
Iterable. |
| Iterators |
Static utility methods for
Iterator. |
| ListMultimap<K,V> | |
| ListToSet<T> |
Provides a set-like read-only view on a given
List. |
| ListView<SOURCE,VIEW> |
Provides a view of type List
|
| Multimaps |
Multimap utilities.
|
| SetMultimap<K,V> | |
| Sets |
Static utility methods for
Set. |
| WeldCollections |
Collection utilities.
|
Copyright © 2017. All rights reserved.