|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
org.eclipse.emf.common.util.AbstractEList<E>
org.eclipse.emf.common.util.BasicEList<java.util.Iterator<? extends E>>
org.eclipse.emf.common.util.AbstractTreeIterator<Mapping>
org.eclipse.emf.mapping.impl.MappingImpl.MappingTreeIterator
public static class MappingImpl.MappingTreeIterator
This implements a tree iterator that will iterate over a mapping, all it's nested mappings, all their nested mappings, and so on.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.common.util.BasicEList |
|---|
BasicEList.BasicIndexOutOfBoundsException, BasicEList.EIterator<E1>, BasicEList.EListIterator<E1>, BasicEList.FastCompare<E>, BasicEList.NonResolvingEIterator<E1>, BasicEList.NonResolvingEListIterator<E1>, BasicEList.UnmodifiableEList<E> |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.emf.common.util.AbstractTreeIterator |
|---|
includeRoot, nextPruneIterator, nextRemoveIterator, object |
| Fields inherited from class org.eclipse.emf.common.util.BasicEList |
|---|
data, size |
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
MappingImpl.MappingTreeIterator(Mapping mapping)
This creates a tree iterator that will iterate over a mapping, all it's nested mappings, all their nested mappings, and so on. |
|
MappingImpl.MappingTreeIterator(Mapping mapping,
boolean includeRoot)
This creates a tree iterator that will iterate over a mapping (but only if includeRoot is true), all it's nested mappings, all their nested mappings, and so on. |
|
| Method Summary | |
|---|---|
protected java.util.Iterator<Mapping> |
getChildren(java.lang.Object o)
Returns the iterator that yields the children of the object. |
void |
remove()
Removes the last object returned by AbstractTreeIterator.next() from the underlying tree;
it's an optional operation. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractTreeIterator |
|---|
hasNext, next, prune |
| Methods inherited from class org.eclipse.emf.common.util.BasicEList |
|---|
addAllUnique, addAllUnique, addAllUnique, addAllUnique, addUnique, addUnique, assign, basicGet, basicList, clear, clone, contains, data, get, grow, indexOf, isEmpty, lastIndexOf, move, newData, primitiveGet, remove, setData, setUnique, shrink, size, toArray, toArray |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEList |
|---|
add, add, addAll, addAll, basicIterator, basicListIterator, basicListIterator, canContainNull, didAdd, didChange, didClear, didMove, didRemove, didSet, equalObjects, equals, getDuplicates, getNonDuplicates, hashCode, isUnique, iterator, listIterator, listIterator, move, remove, removeAll, resolve, retainAll, set, toString, useEquals, validate |
| Methods inherited from class java.util.AbstractList |
|---|
removeRange, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, subList |
| Constructor Detail |
|---|
public MappingImpl.MappingTreeIterator(Mapping mapping)
public MappingImpl.MappingTreeIterator(Mapping mapping,
boolean includeRoot)
| Method Detail |
|---|
protected java.util.Iterator<Mapping> getChildren(java.lang.Object o)
AbstractTreeIterator
getChildren in class AbstractTreeIterator<Mapping>o - the object for which children are required.
public void remove()
AbstractTreeIteratorAbstractTreeIterator.next() from the underlying tree;
it's an optional operation.
remove in interface java.util.Iterator<Mapping>remove in class AbstractTreeIterator<Mapping>
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||