Package org.jboss.weld.extensions.util.collections

A collection of collection related utilities for Weld Extensions

See:
          Description

Interface Summary
Multimap<K,V> A collection similar to a Map, but which may associate multiple values with a single key.
Multiset<E> A collection that supports order-independent equality, like Set, but may have duplicate elements.
Multiset.Entry<E> An unmodifiable element-count pair for a multiset.
SetMultimap<K,V> A Multimap that cannot hold duplicate key-value pairs.
Supplier<T> A class that can supply objects of a single type.
 

Class Summary
Arrays2 A collection of utilities for working with Arrays that goes beyond that in the JDK.
Collections2  
Iterators  
Maps  
Multimaps  
Multisets  
Objects  
Platform  
Preconditions  
Serialization  
Sets  
WrappedIterator<K,V> Collection iterator for WrappedCollection.
WrappedListIterator<K,V> ListIterator decorator.
 

Package org.jboss.weld.extensions.util.collections Description

A collection of collection related utilities for Weld Extensions



Copyright © 2008-2010 Seam Framework. All Rights Reserved.