Class ItemSyncBox.ItemUpdateTuple<I>
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.frsync.util.ItemSyncBox.ItemUpdateTuple<I>
-
- Type Parameters:
I
- basic type
- Enclosing class:
- ItemSyncBox<I>
public static final class ItemSyncBox.ItemUpdateTuple<I> extends Object
Tuple holder for original and updated item.
-
-
Constructor Summary
Constructors Constructor Description ItemUpdateTuple(I original, I updated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description I
getOriginal()
I
getUpdated()
-