| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.utility.iterable | |
| org.eclipse.persistence.jpa.jpql.utility.iterator |
| Modifier and Type | Class and Description |
|---|---|
protected class |
CloneListIterable.DefaultMutator |
| Modifier and Type | Method and Description |
|---|---|
protected CloneListIterator.Mutator<E> |
CloneListIterable.buildDefaultMutator() |
| Constructor and Description |
|---|
CloneListIterable(CloneListIterator.Mutator<E> mutator) |
LocalCloneListIterator(CloneListIterator.Mutator<E> mutator,
Object[] array) |
SnapshotCloneListIterable(List<? extends E> list,
CloneListIterator.Mutator<E> mutator)
Construct a "snapshot" list iterable for the specified list.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CloneListIterator.Mutator.ReadOnly<S> |
| Modifier and Type | Field and Description |
|---|---|
static CloneListIterator.Mutator |
CloneListIterator.Mutator.ReadOnly.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static <R> CloneListIterator.Mutator<R> |
CloneListIterator.Mutator.ReadOnly.instance() |
| Constructor and Description |
|---|
CloneListIterator(CloneListIterator.Mutator<E> mutator,
Object... array)
Internal constructor used by subclasses.
|
CloneListIterator(E[] array,
CloneListIterator.Mutator<E> mutator)
Construct a list iterator on a copy of the specified array.
|
CloneListIterator(List<? extends E> list,
CloneListIterator.Mutator<E> mutator)
Construct a list iterator on a copy of the specified list.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.