de.twenty11.skysail.common
Interface SkysailData
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- FormData, GridData, MapData
public interface SkysailData
- extends Serializable
A class implementing this interface can be used in the skysail server-client communication, i.e. in
SkysailResponses.
The key feature of a data structure is to serve as a container holding elements of the same kind, and there are
"getSize" elements of the "same kind".
getSize
int getSize()
- Returns:
- the number of data elements in this data structure
Copyright © 2011-2012. All Rights Reserved.