|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.ECollections
Support for empty
and unmodifiable
EList
s.
Field Summary | |
static EList |
EMPTY_ELIST
An unmodifiable empty list with an efficient reusable iterator. |
Method Summary | |
static void |
reverse(EList list)
Reverses the order of the elements in the specified EList. |
static EList |
unmodifiableEList(EList list)
Returns an unmodifiable view of the list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final EList EMPTY_ELIST
Method Detail |
public static void reverse(EList list)
public static EList unmodifiableEList(EList list)
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |