|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
CollectionEnclosedIterable.copy(Collection<? extends T> collection)
|
|
static
|
Transformed.enclosedIterable(EnclosedIterable<I> iterable,
Function<I,E> transformer)
|
|
static
|
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
|
EnclosedIterable.Functions.apply(EnclosedIterable<T> iterable,
Consumer<T> sink)
Pass all the elements of the iterable to the supplied Consumer. |
|
static
|
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
|
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
|
EnclosedIterable.Functions.toList(EnclosedIterable<T> iterable)
Get an ArrayList of the contents of the supplied EnclosedIterable |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||