public class SegmentListImpl<S extends Segment> extends org.eclipse.emf.ecore.impl.EObjectImpl implements SegmentList<S>
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterListeAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY| Constructor and Description |
|---|
SegmentListImpl() |
| Modifier and Type | Method and Description |
|---|---|
S |
add() |
S |
add(int index) |
void |
add(int index,
S element) |
boolean |
add(S e) |
boolean |
addAll(Collection<? extends S> c) |
boolean |
addAll(int index,
Collection<? extends S> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
equals(Object o) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
S |
get(int index) |
org.eclipse.emf.common.util.EList<S> |
getDelegate() |
Segment |
getSegmentParent() |
org.eclipse.emf.ecore.EClass |
getSegmentType() |
int |
hashCode() |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<S> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<S> |
listIterator() |
ListIterator<S> |
listIterator(int index) |
S |
move(int newPosition,
int oldPosition) |
void |
move(int newPosition,
S object) |
S |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
S |
set(int index,
S element) |
void |
setDelegate(org.eclipse.emf.common.util.EList<S> delegate) |
void |
setSegmentClass(org.eclipse.emf.ecore.EClass segmentType) |
void |
setSegmentParent(Segment parent) |
int |
size() |
List<S> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURIeAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toStringeBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotifyclone, finalize, getClass, notify, notifyAll, wait, wait, waiteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetpublic boolean equals(Object o)
public int hashCode()
public Segment getSegmentParent()
public void setSegmentParent(Segment parent)
public org.eclipse.emf.common.util.EList<S> getDelegate()
public void setDelegate(org.eclipse.emf.common.util.EList<S> delegate)
public org.eclipse.emf.ecore.EClass getSegmentType()
public void setSegmentClass(org.eclipse.emf.ecore.EClass segmentType)
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImplpublic S add()
add in interface SegmentList<S extends Segment>public S add(int index)
add in interface SegmentList<S extends Segment>public boolean add(S e)
public boolean addAll(Collection<? extends S> c)
public boolean addAll(int index,
Collection<? extends S> c)
public void clear()
public boolean contains(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<S extends Segment>containsAll in interface List<S extends Segment>public boolean isEmpty()
public int lastIndexOf(Object o)
lastIndexOf in interface List<S extends Segment>public ListIterator<S> listIterator()
listIterator in interface List<S extends Segment>public ListIterator<S> listIterator(int index)
listIterator in interface List<S extends Segment>public boolean remove(Object o)
public boolean removeAll(Collection<?> c)
public void move(int newPosition,
S object)
public S move(int newPosition, int oldPosition)
public boolean retainAll(Collection<?> c)
public int size()
public Object[] toArray()
Apache Camel