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

Packages that use EnclosedIterable
com.atlassian.jira.sharing   
com.atlassian.jira.util.collect   
 

Uses of EnclosedIterable in com.atlassian.jira.sharing
 

Methods in com.atlassian.jira.sharing that return EnclosedIterable
 EnclosedIterable<S> SharedEntityAccessor.get(SharedEntityAccessor.RetrievalDescriptor descriptor)
          Used to get sharable entities from a search result.
 EnclosedIterable<S> SharedEntityAccessor.get(com.atlassian.crowd.embedded.api.User searcher, SharedEntityAccessor.RetrievalDescriptor descriptor)
          Used to get sharable entities from a search result.
 EnclosedIterable<S> SharedEntityAccessor.getAll()
          Get all sharable entities this accessor can see.
 EnclosedIterable<SharedEntity> SharedEntityAccessor.getAllIndexableSharedEntities()
          Get all sharable entities this accessor can see for use in indexing.
 

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

Classes in com.atlassian.jira.util.collect that implement EnclosedIterable
 class CollectionEnclosedIterable<T>
          Simple collection based EnclosedIterable.
 

Methods in com.atlassian.jira.util.collect that return EnclosedIterable
 EnclosedIterable<T> CollectionBuilder.asEnclosedIterable()
           
static
<T> EnclosedIterable<T>
CollectionEnclosedIterable.copy(Collection<? extends T> collection)
           
static
<I,E> EnclosedIterable<E>
Transformed.enclosedIterable(EnclosedIterable<I> iterable, Function<I,E> transformer)
           
static
<T> EnclosedIterable<T>
CollectionEnclosedIterable.from(Collection<? extends T> collection)
          Create an EnclosedIterable from the supplied Collection.
 

Methods in com.atlassian.jira.util.collect with parameters of type EnclosedIterable
static
<T> void
EnclosedIterable.Functions.apply(EnclosedIterable<T> iterable, Consumer<T> sink)
          Pass all the elements of the iterable to the supplied Consumer.
static
<I,E> EnclosedIterable<E>
Transformed.enclosedIterable(EnclosedIterable<I> iterable, Function<I,E> transformer)
           
 List<T> EnclosedIterable.ListResolver.get(EnclosedIterable<T> iterable)
          Get an ArrayList of the contents of the supplied EnclosedIterable
static
<I,O> List<O>
EnclosedIterable.Functions.toList(EnclosedIterable<I> iterable, Function<I,O> transformer)
          Get an ArrayList of the contents of the supplied EnclosedIterable transformed by the supplied transform function into the new type O.
static
<T> List<T>
EnclosedIterable.Functions.toList(EnclosedIterable<T> iterable)
          Get an ArrayList of the contents of the supplied EnclosedIterable
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.