You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/01/10 14:27:15 UTC

DO NOT REPLY [Bug 26038] New: - IteratorChain - if first iterator empty, doesn't care about next ones.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26038>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26038

IteratorChain - if first iterator empty, doesn't care about next ones.

           Summary: IteratorChain - if first iterator empty, doesn't care
                    about next ones.
           Product: Commons
           Version: 2.1 Final
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Collections
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: pawelstawicki@poczta.onet.pl


If first Iterator in IteratorChain is empty, and next ones contain some
elements, first call to hasNext() on IteratorChain returns false. It should
return true if there are elements in other Iterators.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org