 
| Name | Description | Type | Package | Framework | 
| FlatLists | Space-efficient, comparable, immutable lists. | Class | org.apache.calcite.runtime | Calcite | 
| FlatLists .AbstractFlatList | Base class for flat lists. | Class | org.apache.calcite.runtime.FlatLists | Calcite | 
| FlatLists .ComparableList | List that is also comparable. | Interface | org.apache.calcite.runtime.FlatLists | Calcite | 
| FlatLists .Flat2List | List that stores its two elements in the two members of the class. | Class | org.apache.calcite.runtime.FlatLists | Calcite | 
| FlatLists .Flat3List | List that stores its three elements in the three members of the class. | Class | org.apache.calcite.runtime.FlatLists | Calcite |