| Constructor and Description |
|---|
FastaRecord(long id,
String description,
S sequence)
General constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Returns description string (text that goes after ">")
|
long |
getId()
Returns serial id of fasta record (zero-based)
|
S |
getSequence()
Return sequence (main content of fasta record)
|
int |
hashCode() |
public long getId()
public String getDescription()
public S getSequence()
Copyright © 2018. All rights reserved.