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