public class ItemSyncBox<I> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ItemSyncBox.ItemUpdateTuple<I>
Tuple holder for original and updated item.
|
Constructor and Description |
---|
ItemSyncBox() |
Modifier and Type | Method and Description |
---|---|
Set<I> |
getItemsToPush() |
Set<ItemSyncBox.ItemUpdateTuple<I>> |
getItemsToUpdate() |
boolean |
isEmpty() |
public Set<ItemSyncBox.ItemUpdateTuple<I>> getItemsToUpdate()
public boolean isEmpty()
Copyright © 2018 OpenDaylight. All rights reserved.