Class GapArray
java.lang.Object
org.biojava.nbio.structure.align.helper.GapArray
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
index
public int index - 
value
public int value 
 - 
 - 
Constructor Details
- 
GapArray
public GapArray() 
 - 
 - 
Method Details
- 
getIndex
public int getIndex() - 
setIndex
public void setIndex(int index)  - 
getValue
public int getValue() - 
setValue
public void setValue(int value)  
 -