|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalEList<E>
Nested Class Summary | |
---|---|
static interface |
InternalEList.Unsettable<E>
Additional API for unsettable lists. |
Method Summary | |
---|---|
void |
addUnique(E object)
Adds the object without verifying uniqueness. |
void |
addUnique(int index,
E object)
Adds the object without verifying uniqueness. |
NotificationChain |
basicAdd(E object,
NotificationChain notifications)
Adds the object without updating the inverse. |
E |
basicGet(int index)
Returns the unresolved value. |
java.util.Iterator<E> |
basicIterator()
Returns an iterator that yields unresolved values. |
java.util.List<E> |
basicList()
Returns an unmodifiable list that yields unresolved values. |
java.util.ListIterator<E> |
basicListIterator()
Returns a list iterator that yields unresolved values. |
java.util.ListIterator<E> |
basicListIterator(int index)
Returns a list iterator that yields unresolved values. |
NotificationChain |
basicRemove(java.lang.Object object,
NotificationChain notifications)
Removes the object with without updating the inverse. |
E |
setUnique(int index,
E object)
Sets the object without verifying uniqueness. |
Methods inherited from interface org.eclipse.emf.common.util.EList |
---|
move, move |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
---|
E basicGet(int index)
java.util.List<E> basicList()
java.util.Iterator<E> basicIterator()
java.util.ListIterator<E> basicListIterator()
java.util.ListIterator<E> basicListIterator(int index)
NotificationChain basicRemove(java.lang.Object object, NotificationChain notifications)
NotificationChain basicAdd(E object, NotificationChain notifications)
void addUnique(E object)
void addUnique(int index, E object)
E setUnique(int index, E object)
|
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 |