Package org.eclipse.net4j.util.container
Class ContainerDelta<E>
- java.lang.Object
- 
- org.eclipse.net4j.util.container.ContainerDelta<E>
 
- 
- All Implemented Interfaces:
- IContainerDelta<E>
 
 public class ContainerDelta<E> extends java.lang.Object implements IContainerDelta<E> A defaultcontainer deltaimplementation.- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainerDeltaIContainerDelta.Kind
 
- 
 - 
Constructor SummaryConstructors Constructor Description ContainerDelta(E element, IContainerDelta.Kind kind)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EgetElement()IContainerDelta.KindgetKind()EsetValue(E value)
 
- 
- 
- 
Constructor Detail- 
ContainerDeltapublic ContainerDelta(E element, IContainerDelta.Kind kind) 
 
- 
 - 
Method Detail- 
getElementpublic E getElement() - Specified by:
- getElementin interface- IContainerDelta<E>
 
 - 
getKindpublic IContainerDelta.Kind getKind() - Specified by:
- getKindin interface- IContainerDelta<E>
 
 
- 
 
-