Interface HasFieldsList

All Superinterfaces:
HasFields
All Known Implementing Classes:
HasFieldsListImpl

public interface HasFieldsList extends HasFields
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 Details

    • length

      int length()
    • get

      HasFields get(int index)
    • getSubList

      HasFieldsList getSubList(int from, int to)