Interface RawMatrix<TRow,TCol,TValue>
-
public interface RawMatrix<TRow,TCol,TValue>
- Author:
- Eugene Petrenko Created: 16.03.2010 20:34:40
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TValue
get(TRow rowHeader, TCol colHeader)
Collection<TCol>
getColumnHeaders()
Collection<TRow>
getRowHeaders()
-
-
-
Method Detail
-
getColumnHeaders
@NotNull Collection<TCol> getColumnHeaders()
-
getRowHeaders
@NotNull Collection<TRow> getRowHeaders()
-
-