Uses of Interface
com.atlassian.jira.util.collect.CloseableIterator

Packages that use CloseableIterator
com.atlassian.jira.util.collect   
 

Uses of CloseableIterator in com.atlassian.jira.util.collect
 

Methods in com.atlassian.jira.util.collect with parameters of type CloseableIterator
static
<T> void
CloseableIterator.Functions.foreach(CloseableIterator<T> iterator, Consumer<T> consumer)
           
 List<T> CloseableIterator.ListResolver.get(CloseableIterator<T> it)
          Get an ArrayList of the contents of the supplied CloseableIterator
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.