com.atlassian.jira.util.collect
Class CloseableIterable.ListResolver
java.lang.Object
com.atlassian.jira.util.collect.CloseableIterable.ListResolver
- Enclosing interface:
- CloseableIterable
public static class CloseableIterable.ListResolver
- extends Object
Utility class for transforming a CloseableIterable
into a List
. Generally you only want to do this when the size of the
iterable is small as it loads all the elements into memory.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloseableIterable.ListResolver
public CloseableIterable.ListResolver()
get
public List get(CloseableIterable iterable)
Copyright © 2002-2009 Atlassian. All Rights Reserved.