|
||||||||||
PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Inner Class Summary | |
---|---|
static interface |
InternalEList.Unsettable
Additional API for unsettable lists. |
Method Summary | |
---|---|
void |
addUnique(int index,
java.lang.Object object)
Adds the object without verifying uniqueness. |
void |
addUnique(java.lang.Object object)
Adds the object without verifying uniqueness. |
NotificationChain |
basicAdd(java.lang.Object object,
NotificationChain notifications)
Adds the object without updating the inverse. |
java.util.Iterator |
basicIterator()
Returns an iterator that yields unresolved values. |
java.util.List |
basicList()
Returns an unmodifiable list that yields unresolved values. |
java.util.ListIterator |
basicListIterator()
Returns a list iterator that yields unresolved values. |
java.util.ListIterator |
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. |
java.lang.Object |
setUnique(int index,
java.lang.Object 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 |
public java.util.List basicList()
public java.util.Iterator basicIterator()
public java.util.ListIterator basicListIterator()
public java.util.ListIterator basicListIterator(int index)
public NotificationChain basicRemove(java.lang.Object object, NotificationChain notifications)
public NotificationChain basicAdd(java.lang.Object object, NotificationChain notifications)
public void addUnique(java.lang.Object object)
public void addUnique(int index, java.lang.Object object)
public java.lang.Object setUnique(int index, java.lang.Object object)
|
Copyright 2001-2003 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |