Interface NegateColumn
-
- All Known Subinterfaces:
DecompositionStore<N>
- All Known Implementing Classes:
GenericStore
,R064Store
public interface NegateColumn
-
-
Field Summary
Fields Modifier and Type Field Description static NegateColumn
NULL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
negateColumn(int col)
-
-
-
Field Detail
-
NULL
static final NegateColumn NULL
-
-