com.im.ijc.widgets.common
Class ConcurrentDataProvider.IDsToData
java.lang.Object
com.im.ijc.widgets.common.ConcurrentDataProvider.IDsToData
- Enclosing class:
- ConcurrentDataProvider
public static final class ConcurrentDataProvider.IDsToData
- extends Object
This class is used as a type alias for two-tuple where first element is list of IDs of fetched data,
usually sorted accordingly to the current sort directive of the DFResultSet.VertexState, and second element is data
itself as returned by DFResultSet.VertexState.getData(java.util.List extends java.lang.Comparable>>, com.im.commons.progress.DFEnvironmentRO) or DFEntityDataProvider.getData(java.util.List extends java.lang.Comparable>>, com.im.commons.progress.DFEnvironmentRO).
getIds
public List<Comparable<?>> getIds()
getData
public Map<String,Object> getData(Comparable<?> id)
toString
public String toString()
- Overrides:
toString in class Object