sbrt.shell.text.math
Interface IndexPairFormat<R,C>

Type Parameters:
R - the row index type.
C - the column index type.
All Superinterfaces:
Format, Formatter<IndexPair<R,C>>, Parser<IndexPair<R,C>>, SimpleFormat<IndexPair<R,C>>
All Known Implementing Classes:
IndexPairFormatV1

public interface IndexPairFormat<R,C>
extends SimpleFormat<IndexPair<R,C>>

This interface is used to represent formats for pairs of indices.

Author:
This interface was written and documented by Jeremiah Wright while in the Wagner lab.

Method Summary
 
Methods inherited from interface sbrt.shell.text.Formatter
format
 
Methods inherited from interface sbrt.shell.text.Parser
parse