<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Looking for a flexible data structure. Hesitating between Hashmap and others &#8230;</title>
		<atom:link href="http://cycling74.com/forums/topic/looking-for-a-flexible-data-structure-hesitating-between-hashmap-and-others/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/looking-for-a-flexible-data-structure-hesitating-between-hashmap-and-others/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 12:35:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/looking-for-a-flexible-data-structure-hesitating-between-hashmap-and-others/#post-56529</guid>
					<title><![CDATA[Looking for a flexible data structure. Hesitating between Hashmap and others &#8230;]]></title>
					<link>http://cycling74.com/forums/topic/looking-for-a-flexible-data-structure-hesitating-between-hashmap-and-others/#post-56529</link>
					<pubDate>Thu, 31 May 2012 08:13:30 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
I&#8217;d need a JAVA equivalent of C++ Map.<br />
I don&#8217;t care about the sort/order in the structure.<br />
I just need to retrieve easily objects or values stored by using an ID.</p>
<p>I have to able to remove stuff too without letting my structure increasing to the infinite..</p>
<p>any suggestions ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/looking-for-a-flexible-data-structure-hesitating-between-hashmap-and-others/#post-202716</guid>
					<title><![CDATA[Re: Looking for a flexible data structure. Hesitating between Hashmap and others &#8230;]]></title>
					<link>http://cycling74.com/forums/topic/looking-for-a-flexible-data-structure-hesitating-between-hashmap-and-others/#post-202716</link>
					<pubDate>Thu, 31 May 2012 11:12:18 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>Sysex answered:</p>
<blockquote><p>Hi,</p>
<p>I don&#8217;t know what you really want to archive but why using a Hashmap? You could put the reference to the MaxBox-Instance in myObject as field and store the instances of myObject in something that implements the List Interface, like ArrayMap<myobject>. In case of a HashMap what would be your key (I guess the values will be the myObjects) ?.</myobject></p>
</blockquote>
<p>What would be the benefits to use ArrayMap over HashMap ?<br />
Indeed, I can store the ref inside the object itself.<br />
Actually the key was a number incremented each time I created on MaxBox and, this is an important value because I&#8217;m instantiating my MaxBox (basically pre-made abstractions) with that value as argument, propagating inside the abstraction by #1 ..</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

