Package com.atlassian.jira.util.collect

Interface Summary
CloseableIterable A limited collection view that may be backed by the something that needs closing, for example a connection to a database.
CloseableIterator For iterators that need to be closed after use.
Sized Something that contains a number of items.
 

Class Summary
CloseableIterable.ListResolver Utility class for transforming a CloseableIterable into a List.
CloseableIterator.ListResolver  
DecoratingIterable CloseableIterable that takes a decorating function and applies it when returning in the Iterator.
ListOrderComparator Compare objects based on their order in a supplied list.
ResolvingComparator Comparator that first resolves an input to an output type, and then delegates to a comparator of the output type.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.