public class IndexPair extends Object implements Serializable
| Constructor and Description | 
|---|
| IndexPair() | 
| IndexPair(short row,
         short col) | 
| Modifier and Type | Method and Description | 
|---|---|
| short | getCol() | 
| short | getRow() | 
| void | setCol(short col) | 
| void | setRow(short row) | 
| String | toString() | 
Copyright © 2000–2017 BioJava. All rights reserved.