All Implemented Interfaces:
Iterable<List<String>>, Collection<List<String>>, List<List<String>>, SequencedCollection<List<String>>

@Deprecated(since="1.6.8", forRemoval=true) public class StampTable extends StampTable
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.6.8, This class has been deprecated in the effort of the library modularization. It is recommended to use the StampTable class instead. This class will be removed in the future releases of the module.
  • Constructor Details

    • StampTable

      public StampTable()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • StampTable

      public StampTable(@NonNull List<String> headers, @NonNull List<List<String>> records)
      Deprecated, for removal: This API element is subject to removal in a future version.