Re: How to iterate 2 nested collections w <logic:iterate> without a "getter"
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 31 Mar 2008 20:13:32 GMT
On Mon, 31 Mar 2008 12:38:59 -0700 (PDT), John
<gundam.f0rtre55@xxxxxxxxxxxxxx> wrote, quoted or indirectly quoted
someone who said :
Does anybody know how to process such an Iterator with a method that
does not begin with "get"? Any suggestions?
You would have to make the class implement Iterable perhaps by
extending it.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- Prev by Date: Re: How to iterate 2 nested collections w <logic:iterate> without a "getter"
- Next by Date: Re: Serialization Issue
- Previous by thread: Re: How to iterate 2 nested collections w <logic:iterate> without a "getter"
- Next by thread: Loading files asynchronously using SwingWorker: method communication problem
- Index(es):
Relevant Pages
|