Package com.atlassian.jira.util.collect

Interface Summary
EnclosedIterable<T> A limited collection view that may be backed by the something that needs closing, for example a connection to a database.
MultiMap<K,V,C extends Collection<V>>  
Sized Something that contains a number of items.
 

Class Summary
CollectionBuilder<T> Convenience class for creating collections (Set and List) instances or enclosed iterables.
CollectionEnclosedIterable<T> Simple collection based EnclosedIterable.
CollectionUtil  
CompositeMap<K,V> Provides a union view of two maps.
EnclosedIterable.Functions  
EnclosedIterable.ListResolver<T> Utility class for transforming a EnclosedIterable into a List.
EnumerationIterator<E> Adaptor for turning an Enumeration into an Iterator.
MapBuilder<K,V> Utility for easily creating Maps of all standard types.
MultiMaps Static factory methods for creating and manipulating multi-maps.
Transformed Static factory for creating transformed Map, Set, and Iterator instances.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.