<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - How to Access a vector inside another vector</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Wed, 19 Jun 2013 23:14:14 -0400</pubDate>


    <item>

        <title>How to Access a vector inside another vector</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18339</link>

        

        
            <description><![CDATA[I think this should've been posted on a Java forum, not a Web Tier forum, but......]]></description>
        

        <pubDate>Fri, 14 Mar 2003 00:32:07 -0500</pubDate>

        

        <jf:creationDate>Fri, 14 Mar 2003 00:32:07 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 14 Mar 2003 00:32:07 -0500</jf:modificationDate>
        <jf:date>Mar 14, 2003</jf:date>
        <jf:author>Lasse Koskela</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>try this</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18339</link>

        

        
            <description><![CDATA[Vector guide = new Vector(); 
<br>		Vector category1 = new Vector(); 
<br>		category1.addElement(&quot;item1&quot;); 
<br>		guide.addElement(category1); 
<br>		System.out.println(&quot;---&quot;+( (Vector) (guide.get(0)) ).get(0));]]></description>
        

        <pubDate>Fri, 14 Mar 2003 00:28:42 -0500</pubDate>

        

        <jf:creationDate>Fri, 14 Mar 2003 00:28:42 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 14 Mar 2003 00:28:42 -0500</jf:modificationDate>
        <jf:date>Mar 14, 2003</jf:date>
        <jf:author>Raj Banyal</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>How to Access a vector inside another vector</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18339</link>

        

        
            <description><![CDATA[hello!...]]></description>
        

        <pubDate>Thu, 13 Mar 2003 19:56:31 -0500</pubDate>

        

        <jf:creationDate>Thu, 13 Mar 2003 19:56:31 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 13 Mar 2003 19:56:31 -0500</jf:modificationDate>
        <jf:date>Mar 13, 2003</jf:date>
        <jf:author>masoud tehrani</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>



</channel>
</rss>

