Package org.eclipse.net4j.util.container
Interface IContainerDelta<E>
- 
- All Known Implementing Classes:
- ContainerDelta
 
 public interface IContainerDelta<E>Describes the addition or removal of a single element from acontainer.- Author:
- Eike Stepper
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classIContainerDelta.KindEnumerates the possiblecontainer deltakindsIContainerDelta.Kind.ADDEDorIContainerDelta.Kind.REMOVED.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EgetElement()IContainerDelta.KindgetKind()
 
- 
- 
- 
Method Detail- 
getElementE getElement() 
 - 
getKindIContainerDelta.Kind getKind() 
 
- 
 
-