RE: [Biojava-l] Sequence and String

2005-08-09 Thread mark . schreiber
(bcc: Mark Schreiber/GP/Novartis) Subject: RE: [Biojava-l] Sequence and String Internally the Sequence is stored not as a String but as an array of Symbol objects. Hence when you call seqString(), a new String is generated every time by appending the results of calling toString() on every

RE: [Biojava-l] Sequence and String

2005-08-05 Thread Richard HOLLAND
Internally the Sequence is stored not as a String but as an array of Symbol objects. Hence when you call seqString(), a new String is generated every time by appending the results of calling toString() on every Symbol object in the internal array. cheers, Richard -Original Message- Fr