
com.activitystream.sdk.utilities.ColumnarDataReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of as-sdk Show documentation
Show all versions of as-sdk Show documentation
AS-SDK is a java library to allow easy interoperability with Activity Stream.
package com.activitystream.sdk.utilities;
/**
* Helper class for reading the records from different structures consistently (HashMap, Array...)
*
* @author ivan
*/
//TODO think about the naming
public interface ColumnarDataReader {
String column(Enum column);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy