-
- Type Parameters:
T- The type managed by theColumns.
- All Superinterfaces:
org.refcodes.mixin.Clearable,Collection<Column<? extends T>>,ColumnRow<T,Column<? extends T>>,Iterable<Column<? extends T>>,org.refcodes.struct.Keys<String,Column<? extends T>>,org.refcodes.struct.Keys.MutableKeys<String,Column<? extends T>>
public interface Columns<T> extends ColumnRow<T,Column<? extends T>>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Columns<T>withColumns(Column<? extends T>... aColumns)With columns.-
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
-
Methods inherited from interface org.refcodes.tabular.ColumnRow
containsValue
-
-