Interface ColumnRow<T, C extends Column<? extends T>>
- Type Parameters:
T- The type managed by theColumnRow.C- the generic type
- All Superinterfaces:
Clearable, Collection<C>, Iterable<C>, Keys<String,C>, Keys.MutableKeys<String, C>
- All Known Subinterfaces:
Columns<T>, FormattedColumns<T>, Header<T>, HeaderRow<T,C>
- All Known Implementing Classes:
AbstractHeader, FormattedHeader, HeaderImpl, StringHeader
public interface ColumnRow<T, C extends Column<? extends T>>
extends Collection<C>, Keys.MutableKeys<String,C>
-
Nested Class Summary
Nested classes/interfaces inherited from interface Keys
Keys.MutableKeys<K,V>, Keys.MutableValues<K, V> -
Method Summary
Modifier and TypeMethodDescriptiondefault booleancontainsValue(Object value) withColumns(C... aColumns) With columns.Methods inherited from interface Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArrayMethods inherited from interface Keys.MutableKeys
delete
-
Method Details
-
withColumns
-
containsValue
-