Re: [Biojava-l] Remove features from a sequence

2003-06-27 Thread Matthew Pocock
Done. SimpleFeatureHolder wraps it's features() iterator using ListUtils.nonRemoveIterator(). All in cvs. Matthew ps Developers may wish to use this wrapper method in other places So, on balance, I guess we should throw NotImplementedException on remove(). Unless somebody has a bright idea?

Re: [Biojava-l] Remove features from a sequence

2003-06-27 Thread Keith James
> "Matthew" == Matthew Pocock <[EMAIL PROTECTED]> writes: Matthew> Done. SimpleFeatureHolder wraps it's features() iterator Matthew> using ListUtils.nonRemoveIterator(). All in cvs. Thanks! I'll go on a hunt for other places where this needs to be used... Keith -- - Keith James <[

[Biojava-l] Mutable Features - strand?

2003-06-27 Thread Keith James
I'm wondering about mutating Features - someone here using biojava has pointed out that while most properties of generic features are now mutable (type, type term, location, source etc), strand is not. While there is a 'flip' method on Strand, there is no way to apply the flipped Strand back to a