io.annot8.common.data.content.DefaultRow Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of annot8-common-data Show documentation
Show all versions of annot8-common-data Show documentation
Common data (bounds and content) definitions
The newest version!
/* Annot8 (annot8.io) - Licensed under Apache-2.0. */
package io.annot8.common.data.content;
import java.util.List;
import java.util.Optional;
public class DefaultRow implements Row {
private final int index;
private final List columnNames;
private final List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy