|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractCollection | +--java.util.AbstractList | +--org.eclipse.emf.common.util.DelegatingEList | +--org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
An unmodifiable version of DelegatingEList
.
Inner classes inherited from class org.eclipse.emf.common.util.DelegatingEList |
---|
DelegatingEList.EIterator, DelegatingEList.EListIterator, DelegatingEList.NonResolvingEIterator, DelegatingEList.NonResolvingEListIterator, DelegatingEList.UnmodifiableEList |
Field Summary | |
---|---|
protected java.util.List |
underlyingList
|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
DelegatingEList.UnmodifiableEList(java.util.List underlyingList)
Creates an initialized instance. |
Method Summary | |
---|---|
void |
add(int index,
java.lang.Object object)
Throws an exception. |
boolean |
add(java.lang.Object object)
Throws an exception. |
boolean |
addAll(java.util.Collection collection)
Throws an exception. |
boolean |
addAll(int index,
java.util.Collection collection)
Throws an exception. |
void |
clear()
Throws an exception. |
protected java.util.List |
delegateList()
Returns the list that acts as the backing store. |
java.util.Iterator |
iterator()
Returns the basic iterator . |
java.util.ListIterator |
listIterator()
Returns the basic list iterator . |
java.util.ListIterator |
listIterator(int index)
Returns the basic list iterator advanced to the index. |
java.lang.Object |
move(int targetIndex,
int sourceIndex)
Throws an exception. |
void |
move(int index,
java.lang.Object object)
Throws an exception. |
java.lang.Object |
remove(int index)
Throws an exception. |
boolean |
remove(java.lang.Object object)
Throws an exception. |
boolean |
removeAll(java.util.Collection collection)
Throws an exception. |
boolean |
retainAll(java.util.Collection collection)
Throws an exception. |
java.lang.Object |
set(int index,
java.lang.Object object)
Throws an exception. |
Methods inherited from class org.eclipse.emf.common.util.DelegatingEList |
---|
addAllUnique, addAllUnique, addUnique, addUnique, basicGet, basicIterator, basicList, basicListIterator, basicListIterator, canContainNull, contains, containsAll, delegateAdd, delegateAdd, delegateBasicList, delegateClear, delegateContains, delegateContainsAll, delegateEquals, delegateGet, delegateHashCode, delegateIndexOf, delegateIsEmpty, delegateIterator, delegateLastIndexOf, delegateListIterator, delegateRemove, delegateSet, delegateSize, delegateToArray, delegateToArray, delegateToString, didAdd, didChange, didClear, didMove, didRemove, didSet, doClear, equalObjects, equals, get, getDuplicates, getNonDuplicates, hashCode, indexOf, isEmpty, isUnique, lastIndexOf, resolve, setUnique, size, toArray, toArray, toString, useEquals, validate |
Methods inherited from class java.util.AbstractList |
---|
removeRange, subList |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
subList |
Field Detail |
protected java.util.List underlyingList
Constructor Detail |
public DelegatingEList.UnmodifiableEList(java.util.List underlyingList)
size
- the size of the list.underlyingList
- the backing store list.Method Detail |
protected java.util.List delegateList()
DelegatingEList
delegateList
in class DelegatingEList
org.eclipse.emf.common.util.DelegatingEList
public java.lang.Object set(int index, java.lang.Object object)
set
in class DelegatingEList
UnsupportedOperationException
- always because it's not supported.public boolean add(java.lang.Object object)
add
in class DelegatingEList
UnsupportedOperationException
- always because it's not supported.public void add(int index, java.lang.Object object)
add
in class DelegatingEList
UnsupportedOperationException
- always because it's not supported.public boolean addAll(java.util.Collection collection)
addAll
in class DelegatingEList
UnsupportedOperationException
- always because it's not supported.public boolean addAll(int index, java.util.Collection collection)
addAll
in class DelegatingEList
UnsupportedOperationException
- always because it's not supported.public boolean remove(java.lang.Object object)
remove
in class DelegatingEList
UnsupportedOperationException
- always because it's not supported.public java.lang.Object remove(int index)
remove
in class DelegatingEList
UnsupportedOperationException
- always because it's not supported.public boolean removeAll(java.util.Collection collection)
removeAll
in class DelegatingEList
UnsupportedOperationException
- always because it's not supported.public boolean retainAll(java.util.Collection collection)
retainAll
in class DelegatingEList
UnsupportedOperationException
- always because it's not supported.public void clear()
clear
in class DelegatingEList
UnsupportedOperationException
- always because it's not supported.public void move(int index, java.lang.Object object)
move
in class DelegatingEList
UnsupportedOperationException
- always because it's not supported.public java.lang.Object move(int targetIndex, int sourceIndex)
move
in class DelegatingEList
UnsupportedOperationException
- always because it's not supported.public java.util.Iterator iterator()
basic iterator
.iterator
in class DelegatingEList
public java.util.ListIterator listIterator()
basic list iterator
.listIterator
in class DelegatingEList
public java.util.ListIterator listIterator(int index)
basic list iterator
advanced to the index.listIterator
in class DelegatingEList
index
- the starting index.
|
Copyright 2001-2003 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |