| [news.eclipse.tools.emf] Re: fastest way of accessing position, predecessor, successor of EMf list elements |
|
Philipp, So you're doing something like this? List<?> values = (List<?>)eObject.eContainer().eGet(eObject.eContainmentFeature());And then incrementing or decrementing index and checking it abounds the 0 or value.size()? Philipp W. Kutter wrote: Hi, Everybody. |