| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools.utility.iterable | |
| org.eclipse.persistence.jpa.jpql.tools.utility.iterator |
| Modifier and Type | Class and Description |
|---|---|
protected class |
CloneIterable.DefaultRemover |
| Modifier and Type | Method and Description |
|---|---|
protected CloneIterator.Remover<E> |
CloneIterable.buildDefaultRemover() |
| Constructor and Description |
|---|
CloneIterable(CloneIterator.Remover<E> remover) |
LocalCloneIterator(CloneIterator.Remover<E> remover,
Object[] array) |
SnapshotCloneIterable(Collection<? extends E> collection,
CloneIterator.Remover<E> remover)
Construct a "snapshot" iterable for the specified collection.
|
SnapshotCloneIterable(Iterator<? extends E> iterator,
CloneIterator.Remover<E> remover)
Construct a "snapshot" iterable for the specified iterator.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CloneIterator.Remover.ReadOnly<S> |
| Modifier and Type | Field and Description |
|---|---|
static CloneIterator.Remover |
CloneIterator.Remover.ReadOnly.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static <R> CloneIterator.Remover<R> |
CloneIterator.Remover.ReadOnly.instance() |
| Constructor and Description |
|---|
CloneIterator(CloneIterator.Remover<E> remover,
Object... array)
Internal constructor used by subclasses.
|
CloneIterator(Collection<? extends E> collection,
CloneIterator.Remover<E> remover)
Construct an iterator on a copy of the specified collection.
|
CloneIterator(E[] array,
CloneIterator.Remover<E> remover)
Construct an iterator on a copy of the specified array.
|
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.