Package io.inversion.utils
Class Rows.RowKeys
- java.lang.Object
-
- io.inversion.utils.Rows.RowKeys
-
- Enclosing class:
- Rows
protected static class Rows.RowKeys extends java.lang.ObjectAn ordered list of case insensitive key/column names shared by all Row instances in a Rows.This allows you to map keys/column names to List indexes on each Row.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rows.RowKeyscopy()
-
-
-
Method Detail
-
copy
public Rows.RowKeys copy()
-
-