| Package | Description |
|---|---|
| org.eclipse.emf.common.notify.impl |
Provides a basic implementation of the notification framework.
|
| org.eclipse.emf.common.util |
Provides basic utilities.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter> |
class |
DelegatingNotifyingListImpl<E>
An extensible implementation of a notifying list that delegates to a backing list.
|
class |
NotificationChainImpl
A list that acts as a notification chain.
|
class |
NotifyingListImpl<E>
An extensible implementation of a notifying list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTreeIterator<E>
An extensible tree iterator implementation
that iterates over an object, it's children, their children, and so on.
|
class |
ArrayDelegatingEList<E>
A highly extensible abstract list implementation
logically backed by an array that is never modified. |
class |
BasicEList<E>
A highly extensible list implementation.
|
static class |
BasicEList.FastCompare<E>
|
static class |
BasicEList.UnmodifiableEList<E>
An unmodifiable version of
BasicEList. |
class |
DelegatingEList<E>
A highly extensible delegating list implementation.
|
static class |
DelegatingEList.UnmodifiableEList<E>
An unmodifiable version of
DelegatingEList. |
class |
UniqueEList<E>
A
BasicEList that allows only unique elements. |
static class |
UniqueEList.FastCompare<E>
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature