Uses of Class
net.floodlightcontroller.devicemanager.internal.DeviceSyncRepresentation.SyncEntity

Packages that use DeviceSyncRepresentation.SyncEntity
net.floodlightcontroller.devicemanager.internal   
 

Uses of DeviceSyncRepresentation.SyncEntity in net.floodlightcontroller.devicemanager.internal
 

Methods in net.floodlightcontroller.devicemanager.internal that return types with arguments of type DeviceSyncRepresentation.SyncEntity
 java.util.List<DeviceSyncRepresentation.SyncEntity> DeviceSyncRepresentation.getEntities()
           
 

Methods in net.floodlightcontroller.devicemanager.internal with parameters of type DeviceSyncRepresentation.SyncEntity
 int DeviceSyncRepresentation.SyncEntity.compareTo(DeviceSyncRepresentation.SyncEntity other)
           
 

Method parameters in net.floodlightcontroller.devicemanager.internal with type arguments of type DeviceSyncRepresentation.SyncEntity
 void DeviceSyncRepresentation.setEntities(java.util.List<DeviceSyncRepresentation.SyncEntity> entities)