[Biojava-l] comparison for exact sequence match

david.jackson@arrowt.co.uk david.jackson@arrowt.co.uk
Mon, 8 Jul 2002 08:45:37 +0100


Hi - is the best way to compare two SymbolList objects
to see if they represent the same sequence,
	mySL1.toList().equals(mySL2.toList())

(so if I want to use a sequence as a key in a Map I could
use the SymbolList.toList() )?

thanks,
david