The number of fields in the tuple.
()
| 37 | * The number of fields in the tuple. |
| 38 | **/ |
| 39 | public int getNumFields() |
| 40 | { |
| 41 | return Native.getTupleSortNumFields(getContext().nCtx(), getNativeObject()); |
| 42 | } |
| 43 | |
| 44 | /** |
| 45 | * The field declarations. |
no test coverage detected