Package com.google.refine.expr
Interface HasFieldsList
- All Superinterfaces:
HasFields
- All Known Implementing Classes:
HasFieldsListImpl
Interface for objects each of which is a list of HasFields objects of the
same kind (e.g., list of cells). Its getField method thus returns either
another HasFieldsList object or an array or java.util.List of objects.
-
Method Summary
Methods inherited from interface com.google.refine.expr.HasFields
fieldAlsoHasFields, getField
-
Method Details
-
length
int length() -
get
-
getSubList
-