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
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
ItemUpdateTuple 
public ItemUpdateTuple(I original,
I updated)
-
Method Details 
-
getOriginal 
-
getUpdated 