@Vetoed
Package org.jboss.weld.util.collections
-
Interface Summary 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 Summary Class Description AbstractImmutableMap<K,V> Common implementation for all immutable map implementations.Arrays2 EnumerationIterator<T> EnumerationList<T> An immutable Enumeration -> List adaptorImmutableHashSet<T> ImmutableSetimplementation.ImmutableList<E> Weld's immutableListimplementations.ImmutableMap<K,V> Weld's immutable map implementation.ImmutableSet<T> Weld's immutable set implementation.Iterables Static utility methods forIterable.Iterators Static utility methods forIterator.ListMultimap<K,V> ListToSet<T> Provides a set-like read-only view on a givenList.ListView<SOURCE,VIEW> Provides a view of type Listfor a List . Multimaps Multimap utilities.SetMultimap<K,V> Sets Static utility methods forSet.WeldCollections Collection utilities.