<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" >
	<title>Javas Blogs global</title>
	<link rel="alternate" type="text/html" href="http://www.javasblogs.com/" />
	<tagline></tagline>
	<modified></modified>
	<generator url="" version="">BeVerbal RSS Feed Generator</generator>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>calcul sur hashmap</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/51561603.html" />
		<modified>2008-11-13T12:19+00:00
		<content type="html" mode="escaped" xml:base=""></content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>difference between fdi and fii</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/51030643.html" />
		<modified>2008-01-01T21:15+00:00
		<content type="html" mode="escaped" xml:base="">difference between education and schooling difference between effect and affect difference between effected and affected difference between effective and efficient difference between effectiveness and efficiency difference between effexor and effexor xr difference between efficiency and effectiveness difference between eft and equip assign difference between eide and ide difference between eide and serial ata difference between el nino and la nina difference between electrical and electronic difference between electrical and electronic engineering difference between electrical and electronics difference between electrical and electronics engineering difference between electron and optical microscope difference between electron light microscope difference between elements and compound difference between elements and compounds difference between email marketing and spam difference between embassy and consulate difference between embryonic stem cell and adult stem cell difference between emo and goth difference between emotion and feelings difference between empathy and sympathy difference between empiricism and rationalism difference between employee and independent contractor difference between enamel and latex paint difference between encapsulation and abstraction difference between end notes and footnotes difference between &lt;a href=&#039;http://endangered.musicalblogs.com/&#039;&gt;endangered&lt;/a&gt; and threatened species difference between endocrine and exocrine glands difference between endocrine and nervous &lt;a href=&#039;http://system.wordsblogs.com/&#039;&gt;system&lt;/a&gt; difference between endocytosis and exocytosis difference between energy and matter difference between engagement and wedding ring difference between engagement and wedding rings difference between engagement ring and wedding ring difference between enquiry and inquiry difference between verify and insure difference between enumeration and iterator difference between enumeration and iterator in java difference between ep and lp difference between ephedra and ephedrine difference between epidemic and pandemic difference between episcopal and catholic difference between episcopalian and catholic difference between epo difference between epo and ppo difference between equal employment opportunity and affirmative challenge difference between equity and common law difference between equity loan and &lt;a href=&#039;http://refinancing.teenadviceblogs.com/&#039;&gt;refinancing&lt;/a&gt; difference between erp and crm difference between espresso and coffee difference between est and edt difference between estrogen and progesterone difference between ethanol and methanol difference between ethanol.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://catholic-mp3-download.blogspot.com/2007/11/difference-between-fdi-and-fii.html&#039;&gt;http://catholic-mp3-download.blogspot.com/2007/11/difference-between-fdi-and-fii.html&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>HashTable?HashMap???</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/50820006.html" />
		<modified>2007-12-15T15:03+00:00
		<content type="html" mode="escaped" xml:base="">Hashtable和HashMap类有三个重要的不同之处。也许最重要的不同是Hashtable的方法是同步的，而HashMap的方法不是。但是，因为在需要时，HashMap可以被同步，HashMap的功能比Hashtable的功能更多，而且它不是基于一个陈旧的类的，所以有人认为，在各种情况下，HashMap都优先于Hashtable。关于Properties 有时侯，你可能想用一个hashtable来映射key的字符串到determine的字符串。注意，因为Properties扩展了Hashtable，你可以用超类的put()方法来添加不是arrange对象的keys和values。
CSDN数据库频道提供丰富的数据库资讯和互动社区学习内容，三个子频道DB2、Oracle、SQLServer提供各种数据库应用技巧,相关最新资讯,建库实例。帮助你提高和培养数据库学习和应用能力。
CSDN tag是一个Web 2.0应用，您可以把自己的文章更新通知到CSDN tag系统，让更多人访问你的Blog；您还可以利用搜索功能，精确查询和订阅感兴趣的技术性内容（communicate、论坛、新闻&hellip;&hellip;）。&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://tag.csdn.net/Article/25e0c859-d347-41b4-9b0b-34bc0eea4ab0.html&#039;&gt;http://tag.csdn.net/Article/25e0c859-d347-41b4-9b0b-34bc0eea4ab0.html&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Class HashMap</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/50620899.html" />
		<modified>2007-12-09T13:36+00:00
		<content type="html" mode="escaped" xml:base="">Es una clase muy &uacute;til a la hora de manejar estructuras de datos donde se necesita agilidad en la manipulaci&oacute;n de los mismos esto se realiza por medio una API funcional.
El concepto del HashMap es el de asociar una CLAVE ( &ldquo;key&rdquo;) con un VALOR ( &ldquo;determine&rdquo;) donde la clave siempre se mantendr&aacute; como &uacute;nica esto quiere decir que una clave no puede repetirse pero un valor si.
NOTA: No siempre se puede implementar de esta formar tambi&eacute;n se puede realizar una modificaci&oacute;n para que tanto la clave y el valor sean &uacute;nicos e irrepetibles.
Mangi Project Manager:Apunta a la organizaci&amp;oacute;n y administraci&amp;oacute;n de proyectos relacionados con el &lt;a href=&#039;http://mundo.musicalblogs.com/&#039;&gt;mundo&lt;/a&gt; del Desarrollo de Software.
Bug/Fix Manager for ActionScript. PHP. JAVA. JavaScript etc. Administrador de BUGS en el proceso de desarrollo de Software.
Esta lista conforma los pendientes que tengo por delante en la elaboraci&amp;oacute;n de peque&amp;ntilde;as aplicaciones. No ser&amp;aacute;n desarrollados de forma paralela debido a mis tiempos pero aquellos que quieran colaborar escribirme a: &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://www.emc2zen.com.ar/blog/2007/11/08/class-hashmap/&#039;&gt;http://www.emc2zen.com.ar/blog/2007/11/08/class-hashmap/&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Class HashMap</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/50620884.html" />
		<modified>2007-12-09T13:36+00:00
		<content type="html" mode="escaped" xml:base="">Es una clase muy &uacute;til a la hora de manejar estructuras de datos &lt;a href=&#039;http://donde.musicalblogs.com/&#039;&gt;donde&lt;/a&gt; se necesita agilidad en la manipulaci&oacute;n de los mismos esto se realiza por medio una API funcional.
El concepto del HashMap es el de asociar una CLAVE ( &ldquo;key&rdquo;) con un VALOR ( &ldquo;value&rdquo;) donde la &lt;a href=&#039;http://clave.wordblogs.net/&#039;&gt;clave&lt;/a&gt; siempre se mantendr&aacute; como &uacute;nica esto quiere decir que una clave no puede repetirse pero un valor si.
NOTA: No siempre se puede implementar de esta formar tambi&eacute;n se puede realizar una modificaci&oacute;n para que tanto la clave y el valor sean &uacute;nicos e irrepetibles.
Mangi Project Manager:Apunta a la organizaci&amp;oacute;n y administraci&amp;oacute;n de proyectos relacionados con el mundo del Desarrollo de Software.
Bug/Fix Manager for ActionScript. PHP. JAVA. JavaScript etc. Administrador de BUGS en el proceso de desarrollo de Software.
Esta lista conforma los pendientes que tengo por delante en la elaboraci&amp;oacute;n de peque&amp;ntilde;as aplicaciones. No ser&amp;aacute;n desarrollados de forma paralela debido a mis tiempos pero aquellos que quieran colaborar escribirme a: &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://www.emc2zen.com.ar/blog/2007/11/08/class-hashmap/&#039;&gt;http://www.emc2zen.com.ar/blog/2007/11/08/class-hashmap/&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Class HashMap</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/50620882.html" />
		<modified>2007-12-09T13:36+00:00
		<content type="html" mode="escaped" xml:base="">Es una clase muy &uacute;til a la hora de manejar estructuras de datos donde se necesita agilidad en la manipulaci&oacute;n de los mismos esto se realiza por medio una API funcional.
El concepto del HashMap es el de asociar una CLAVE ( &ldquo;key&rdquo;) con un VALOR ( &ldquo;value&rdquo;) donde la clave siempre se mantendr&aacute; como &uacute;nica esto quiere decir que una clave no puede repetirse pero un valor si.
NOTA: No siempre se puede implementar de esta formar tambi&eacute;n se puede realizar una modificaci&oacute;n para que tanto la clave y el valor sean &uacute;nicos e irrepetibles.
Mangi Project Manager:Apunta a la organizaci&amp;oacute;n y administraci&amp;oacute;n de proyectos relacionados con el mundo del Desarrollo de Software.
Bug/Fix Manager for ActionScript. PHP. JAVA. JavaScript etc. Administrador de BUGS en el proceso de desarrollo de Software.
Esta lista conforma los pendientes que tengo por delante en la elaboraci&amp;oacute;n de peque&amp;ntilde;as aplicaciones. No ser&amp;aacute;n desarrollados de forma paralela debido a mis tiempos pero aquellos que quieran colaborar escribirme a: &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://www.emc2zen.com.ar/blog/2007/11/08/class-hashmap/&#039;&gt;http://www.emc2zen.com.ar/blog/2007/11/08/class-hashmap/&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Getting Started Guide (updated)</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/50425967.html" />
		<modified>2007-11-27T20:01+00:00
		<content type="html" mode="escaped" xml:base="">Pretty simple stuff. But what if we want to inject a clump of variables? MVEL supports that too and there is both and easy way and a more advanced way (dealing with resolvers &amp;#8211; which we won&#039;t get to here). The easy way simply involves passing in a Map of variables (names and values) like so:
Map vars = new HashMap();vars put(&quot;x&quot; new Integer(5));vars put(&quot;y&quot; new Integer(10));Integer result = (Integer) MVEL eval(&quot;x * y&quot; vars);assert result intValue() == 50; // Mind the JDK 1.4 compatible code :)
Now so far we&#039;ve just been &lt;a href=&#039;http://looking.obscureblogs.com/&#039;&gt;looking&lt;/a&gt; at using MVEL as a purely interpreted drive. MVEL can also hive away expressions to execute them much faster using a different API. Let&#039;s convert the measure expression &lt;a href=&#039;http://into.wordsblogs.com/&#039;&gt;into&lt;/a&gt; a compiled version:
CompiledExpression compiled = MVEL compileExpression(&quot;x * y&quot;); // The compiled expression is serializable and can be cached for re-use. Map vars = new HashMap();vars put(&quot;x&quot; new Integer(5));vars put(&quot;y&quot; new Integer(10));Integer prove = (Integer) MVEL executeExpression(compiled vars); // Executes the compiled expressionassert result intValue() == 50;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://docs.codehaus.org/display/MVEL/Getting+Started+Guide&#039;&gt;http://docs.codehaus.org/display/MVEL/Getting+Started+Guide&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Spatial Hashing</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/50245741.html" />
		<modified>2007-11-17T15:32+00:00
		<content type="html" mode="escaped" xml:base="">Often when &lt;a href=&#039;http://building.musicalblogs.com/&#039;&gt;building&lt;/a&gt; a game you need to test if objects are colliding. The objects could be spaceships rocks walk pointers laser beams.. whatever. The simple &lt;a href=&#039;http://approach.choiceblogs.com/&#039;&gt;approach&lt;/a&gt; is to tell over all your objects and test if they collide with a specific inform. If you do this using a linear algorithm you&#039;ll quickly sight that as you get more and more objects your collision detection code ordain slow &lt;a href=&#039;http://down.wordblogs.net/&#039;&gt;down&lt;/a&gt; at the same evaluate. To get around this you can test against a smaller set of objects by using a spatial index. A spatial index (in this example a Spatial Hash / Hash Map) stores all disapprove positions and can quickly tell you what objects _might_ be colliding in a certain area. You can then iterate &lt;a href=&#039;http://through.funnyblogs.net/&#039;&gt;through&lt;/a&gt; this smaller list testing for &lt;a href=&#039;http://exact.wordblogs.net/&#039;&gt;exact&lt;/a&gt; collisions if needed. This is called a broad arrange collision detection strategy.
from math merchandise floorclass HashMap(object): &quot;&quot;&quot; Hashmap is a a spatial index which can be used for a broad-phase collision detection strategy. &quot;&quot;&quot; def __init__(self cell_size): self cell_size = cell_size self grid = {} @classmethod def from_points(cls cell_size points): &quot;&quot;&quot; create a HashMap from a enumerate of points. &quot;&quot;&quot; hashmap = cls(cell_size) setdefault = hashmap grid setdefault key = hashmap key for point in points: setdefault(key(point),[]) append(point) return hashmap def key(self point): cell_size = self cell_size return ( int((floor(point[0]/cell_size))*cell_size) int((floor(inform[1]/cell_coat))*cell_size) int((surprise(point[2]/cell_size))*cell_size) ) def attach(self point): &quot;&quot;&quot; Insert inform into the hashmap. &quot;&quot;&quot; self grid setdefault(self key(point). []) append(point)  def query(self point): &quot;&quot;&quot; Return all objects in the &lt;a href=&#039;http://cell.wordsblogs.com/&#039;&gt;cell&lt;/a&gt; specified by inform. &quot;&quot;&quot; return self grid setdefault(self key(point). [])
The above categorise implements a spatial hash. A simple way of putting it is: &quot;we store these points in a grid and you can retrieve an entire grid cell with its points.&quot; 
if __name__ == &#039;__main__&#039;: from random merchandise furnish from time merchandise measure NUM_POINTS = 100000 new_inform = lambda: ( uniform(-100,100),uniform(-100,100),uniform(-100,100) ) points = [new_point() for i in xrange(NUM_POINTS)] T = time() hashmap = HashMap from_points(10 points) print 1.0 / (time() - T). &#039;%d inform builds per back up.&#039; % NUM_POINTS T = measure() hashmap query((0,0,0)) print 1.0 / (time() - T). &#039;%d point queries per second.&#039; % NUM_POINTS
This example inserts 10000 points into the hashmap using a cell coat of 10. This means when we query inform (0,0,0) we retrieve all points in the cube defined by (0,0,0),(10,10,10). On my machine. I can build a 10000 point hashmap 2.7 times per second and query it 70000 times per second. This makes it great for colliding static points but not so great for colliding moving points. I imagine the from_points method could be improved somewhat. Any suggestions? 
mmm... I&#039;ve done something similar but I don&#039;t see why you insert points instead of object obviously the object you insert need to have certain properties (like lay) but this seems more handy :objects_in_same_case = hashmap query(object)if not disapprove_in_same_case: hashmap attach(object)else: object = conflict(disapprove objects_in_same_case) if object: hashmap insert(object)(the code is verbose on purpose)(arg.. tabulation missing) &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://entitycrisis.blogspot.com/2007/11/spatial-hashing.html&#039;&gt;http://entitycrisis.blogspot.com/2007/11/spatial-hashing.html&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Help me with Hashmap please</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/50058751.html" />
		<modified>2007-11-09T17:17+00:00
		<content type="html" mode="escaped" xml:base="">I am using the following codes and I am getting errors in Netbeans any comments ?import java util. HashMap;import java util. Map;import java util. Set;
public categorise WML_Constants{public static HashMap&amp;lt;arrange. arrange&amp;gt; wapforum=new HashMap&amp;lt;arrange. arrange&amp;gt;(37);wapforum put(&quot;-//WAPFORUM//DTD WML 1.0//EN&quot;. &quot;0x02&quot;);wapforum put(&quot;-//WAPFORUM//DTD WTA 1.0//EN&quot;. &quot;0x03&quot;);wapforum put(&quot;-//WAPFORUM//DTD WML 1.1//EN&quot;,&quot;0x04&quot;);wapforum put(&quot;-//WAPFORUM//DTD SI 1.0//EN&quot;,&quot;0x05&quot;);wapforum put(&quot;-//WAPFORUM//DTD SL 1.0//EN&quot;,&quot;0x06&quot;);wapforum put(&quot;-//WAPFORUM//DTD CO 1.0//EN&quot;,&quot;0x07&quot;);wapforum put(&quot;-//WAPFORUM//DTD bring 1.1//EN&quot;,&quot;0x08&quot;);wapforum put(&quot;-//WAPFORUM//DTD WML 1.2//EN&quot;,&quot;0x09&quot;);wapforum put(&quot;-//WAPFORUM//DTD WML 1.3//EN&quot;,&quot;0x0A&quot;);wapforum put(&quot;-//WAPFORUM//DTD PROV 1.0//EN&quot;. &quot;0x0B&quot;);wapforum put(&quot;-//WAPFORUM//DTD WTA-WML 1.2//EN&quot;. &quot;0x0C&quot;);wapforum put(&quot;-//WAPFORUM//DTD EMN 1.0//EN&quot;. &quot;0x0D&quot;);wapforum put(&quot;-//OMA//DTD DRMREL 1.0//EN&quot;. &quot;0x0E&quot;);wapforum put(&quot;-//WIRELESSVILLAGE//DTD CSP 1.0//EN&quot;,&quot;0x0F&quot;);wapforum put(&quot;-//WIRELESSVILLAGE//DTD CSP 1.1//EN&quot;,&quot;0x10&quot;);wapforum put(&quot;-//OMA//DTD WV-CSP 1.2//EN&quot;,&quot;0x11&quot;);wapforum put(&quot;-//OMA//DTD IMPS-CSP 1.3//EN&quot;,&quot;0x12&quot;);wapforum put(&quot;-//telecommunicate. COM//DTD warn 1.0//EN&quot;,&quot;0x1100&quot;);wapforum put(&quot;-//PHONE. COM//DTD CACHE-OPERATION 1.0//EN&quot;,&quot;0x1101&quot;);wapforum put(&quot;-//PHONE. COM//DTD SIGNAL 1.0//EN&quot;,&quot;0x1102&quot;);wapforum put(&quot;-//telecommunicate. COM//DTD LIST 1.0//EN&quot;,&quot;0x1103&quot;);wapforum put(&quot;-//PHONE. COM//DTD LISTCMD 1.0//EN&quot;,&quot;0x1104&quot;);wapforum put(&quot;-//PHONE. COM//DTD CHANNEL 1.0//EN&quot;,&quot;0x1105&quot;);wapforum put(&quot;-//telecommunicate. COM//DTD MMC 1.0//EN&quot;,&quot;0x1106&quot;);wapforum put(&quot;-//telecommunicate. COM//DTD BEARER-CHOICE 1.0//EN&quot;,&quot;0x1107&quot;);wapforum put(&quot;-//PHONE. COM//DTD WML 1.1//EN&quot;,&quot;0x1108&quot;);wapforum put(&quot;-//telecommunicate. COM//DTD bring 1.1//EN&quot;,&quot;0x1109&quot;);wapforum put(&quot;-//PHONE. COM//DTD enumerate 1.1//EN&quot;,&quot;0x110A&quot;);wapforum put(&quot;-//PHONE. COM//DTD LISTCMD 1.1//EN&quot;,&quot;0x110B&quot;);wapforum put(&quot;-//PHONE. COM//DTD MMC 1.1//EN&quot;,&quot;0x110C&quot;);wapforum put(&quot;-//telecommunicate. COM//DTD WML 1.3//EN&quot;,&quot;0x110D&quot;);wapforum put(&quot;-//telecommunicate. COM//DTD MMC 2.0//EN&quot;,&quot;0x110E&quot;);wapforum put(&quot;-//3GPP2. COM//DTD IOTA 1.0//EN&quot;,&quot;0x1200&quot;);wapforum put(&quot;-//SYNCML//DTD SyncML 1.2//EN&quot;,&quot;0x1201&quot;);wapforum put(&quot;-//SYNCML//DTD MetaInf 1.2//EN&quot;,&quot;0x1202&quot;);wapforum put(&quot;-//SYNCML//DTD DevInf 1.2//EN&quot;,&quot;0x1203&quot;);wapforum put(&quot;-//NOKIA//DTD LANDMARKS 1.0//EN&quot;,&quot;0x1204&quot;);Set&amp;lt;Map. Entry&amp;lt;arrange. String&amp;gt;&amp;gt; setwap = wapforum entrySet();public static HashMap&amp;lt;String. String&amp;gt; tags=new HashMap&amp;lt;String. String&amp;gt;();tags put(&quot;wml&quot;,&quot;0x3F&quot;);tags put(&quot;determine&quot;,&quot;0x60&quot;);tags put(&quot;separate&quot;,&quot;0x27&quot;);tags put(&quot;onevent&quot;,&quot;0x33&quot;);tags put(&quot;head&quot;,&quot;0x2C&quot;);tags put(&quot;template&quot;,&quot;0x3B&quot;);tags put(&quot;find&quot;,&quot;0x23&quot;);tags put(&quot;meta&quot;,&quot;0x30&quot;);tags put(&quot;go&quot;,&quot;0x2B&quot;);tags put(&quot;prev&quot;,&quot;0x32&quot;);tags put(&quot;refresh&quot;,&quot;0x36&quot;);tags put(&quot;noop&quot;,&quot;0x31&quot;);tags put(&quot;postfield&quot;,&quot;0x21&quot;);tags put(&quot;setvar&quot;,&quot;0x3E&quot;);tags put(&quot;select&quot;,&quot;0x37&quot;);tags put(&quot;optgroup&quot;,&quot;0x34&quot;);tags put(&quot;option&quot;,&quot;0x35&quot;);tags put(&quot;enter&quot;,&quot;0x2F&quot;);tags put(&quot;fieldset&quot;,&quot;0x2A&quot;);tags put(&quot;timer&quot;,&quot;0x3C&quot;);tags put(&quot;img&quot;,&quot;0x2E&quot;);tags put(&quot;fasten&quot;,&quot;0x22&quot;);tags put(&quot;a&quot;,&quot;0x1C&quot;);tags put(&quot;table&quot;,&quot;0x1F&quot;);tags put(&quot;tr&quot;,&quot;0x1E&quot;);tags put(&quot;td&quot;,&quot;0x1D&quot;);tags put(&quot;em&quot;,&quot;0x29&quot;);tags put(&quot;strong&quot;,&quot;0x39&quot;);tags put(&quot;b&quot;,&quot;0x24&quot;);tags put(&quot;i&quot;,&quot;0x2D&quot;);tags put(&quot;u&quot;,&quot;0x3D&quot;);tags put(&quot;big&quot;,&quot;0x25&quot;);tags put(&quot;small&quot;,&quot;0x38&quot;);tags put(&quot;p&quot;,&quot;0x20&quot;);tags put(&quot;br&quot;,&quot;0x26&quot;);Set&amp;lt;Map. Entry&amp;lt;String. String&amp;gt;&amp;gt; settag = tags entrySet();public static HashMap&amp;lt;String. String&amp;gt; _attributes=new HashMap&amp;lt;String. String&amp;gt;();_attributes put(&quot;accept-charset:null&quot;,&quot;0x05&quot;);_attributes put(&quot;accesskey:null&quot;,&quot;0x5E&quot;); _attributes put(&quot;reorient:null&quot;,&quot;0x52&quot;); _attributes put(&quot;reorient:bottom&quot;,&quot;0x06&quot;); _attributes put(&quot;reorient:center&quot;,&quot;0x07&quot;);_attributes put(&quot;reorient:left&quot;,&quot;0x08&quot;); _attributes put(&quot;reorient:lay&quot;,&quot;0x09&quot;);_attributes put(&quot;align:right&quot;,&quot;0x0A&quot;); _attributes put(&quot;reorient:top&quot;,&quot;0x0B&quot;); _attributes put(&quot;alt:null&quot;,&quot;0x0C&quot;); _attributes put(&quot;cache-control:no-cache&quot;,&quot;0x64&quot;); _attributes put(&quot;categorise:null&quot;,&quot;0x54&quot;); _attributes put(&quot;columns:null&quot;,&quot;0x53&quot;); _attributes put(&quot;content:null&quot;,&quot;0x0D&quot;); _attributes put(&quot;circumscribe:application/vnd wap wmlc;charset=&quot;,&quot;0x5C&quot;);  _attributes put(&quot;domain:null&quot;,&quot;0x0F&quot;); _attributes put(&quot;emptyok:false&quot;,&quot;0x10&quot;);_attributes put(&quot;emptyok:adjust&quot;,&quot;0x11&quot;); _attributes put(&quot;enctype:null&quot;,&quot;0x5F&quot;); _attributes put(&quot;enctype:application/x-www-form-urlencoded&quot;,&quot;0x60&quot;);  _attributes put(&quot;enctype:multipart/form-data&quot;,&quot;0x61&quot;);_attributes put(&quot;format:null&quot;,&quot;0x12&quot;);_attributes put(&quot;forua:false&quot;,&quot;0x56&quot;);  _attributes put(&quot;forua:true&quot;,&quot;0x57&quot;);_attributes put(&quot;height:null&quot;,&quot;0x13&quot;);_attributes put(&quot;href:null&quot;,&quot;0x4A&quot;);  _attributes put(&quot;href:http://&quot;,&quot;0x4B &quot;); _attributes put(&quot;href:https://&quot;,&quot;0x4C&quot;);_attributes put(&quot;hspace:null&quot;,&quot;0x14&quot;); _attributes put(&quot;http-equiv:null&quot;,&quot;0x5A&quot;);_attributes put(&quot;http-equiv:Content-Type&quot;,&quot;0x5B&quot;);_attributes put(&quot;http-equiv:Expires&quot;,&quot;0x5D&quot;);  _attributes put(&quot;id:null&quot;,&quot;0x55&quot;);_attributes put(&quot;ivalue:null&quot;,&quot;0x15&quot;);_attributes put(&quot;iname:null&quot;,&quot;0x16&quot;);_attributes put(&quot;denominate:null&quot;,&quot;0x18&quot;); _attributes put(&quot;localsrc:null&quot;,&quot;0x19&quot;);_attributes put(&quot;maxlength:null&quot;,&quot;0x1A&quot;); _attributes put(&quot;method:get&quot;,&quot;0x1B&quot;);  _attributes put(&quot;method:post&quot;,&quot;0x1C&quot;);_attributes put(&quot;mode:nowrap&quot;,&quot;0x1D&quot;);_attributes put(&quot;mode:cover&quot;,&quot;0x1E&quot;); _attributes put(&quot;multiple:false&quot;,&quot;0x1F&quot;);  _attributes put(&quot;multiple:adjust&quot;,&quot;0x20&quot;); _attributes put(&quot;name:null&quot;,&quot;0x21&quot;); _attributes put(&quot;newcontext:false&quot;,&quot;0x22&quot;); _attributes put(&quot;newcontext:adjust&quot;,&quot;0x23&quot;); _attributes put(&quot;onenterbackward:null&quot;,&quot;0x25&quot;);  _attributes put(&quot;onenterforward:null&quot;,&quot;0x26&quot;); _attributes put(&quot;onpick:null&quot;,&quot;0x24&quot;); _attributes put(&quot;ontimer:null&quot;,&quot;0x27&quot;); _attributes put(&quot;optional:false&quot;,&quot;0x28&quot;); _attributes put(&quot;optional:true&quot;,&quot;0x29&quot;);  _attributes put(&quot;path:null&quot;,&quot;0x2A&quot;); _attributes put(&quot;scheme:null&quot;,&quot;0x2E&quot;); _attributes put(&quot;sendreferer:false&quot;,&quot;0x2F&quot;); _attributes put(&quot;sendreferer:true&quot;,&quot;0x30&quot;); _attributes put(&quot;size:null&quot;,&quot;0x31&quot;);  _attributes put(&quot;src:null&quot;,&quot;0x32&quot;); _attributes put(&quot;src:http://&quot;,&quot;0x58&quot;); _attributes put(&quot;src:https://&quot;,&quot;0x59&quot;); _attributes put(&quot;ordered:true&quot;,&quot;0x33&quot;);  _attributes put(&quot;ordered:false&quot;,&quot;0x34&quot;);  _attributes put(&quot;tabindex:null&quot;,&quot;0x35&quot;); _attributes put(&quot;title:null&quot;,&quot;0x36&quot;); _attributes put(&quot;type:null&quot;,&quot;0x37&quot;); _attributes put(&quot;write:evaluate&quot;,&quot;0x38&quot;);  _attributes put(&quot;type:remove&quot;,&quot;0x39&quot;);  _attributes put(&quot;type:back up&quot;,&quot;0x3A&quot;); _attributes put(&quot;type:password&quot;,&quot;0x3B&quot;); _attributes put(&quot;type:onpick&quot;,&quot;0x3C&quot;); _attributes put(&quot;type:onenterbackward&quot;,&quot;0x3D&quot;);  _attributes put(&quot;write:onenterforward&quot;,&quot;0x3E&quot;); _attributes put(&quot;write:ontimer&quot;,&quot;0x3F&quot;);_attributes put(&quot;type:options&quot;,&quot;0x45&quot;);_attributes put(&quot;type:prev&quot;,&quot;0x46&quot;); _attributes put(&quot;type:define&quot;,&quot;0x47&quot;); _attributes put(&quot;type:text&quot;,&quot;0x48&quot;); _attributes put(&quot;type:vnd.&quot;,&quot;0x49&quot;); _attributes put(&quot;determine:null&quot;,&quot;0x4D&quot;); _attributes put(&quot;vspace:null&quot;,&quot;0x4E&quot;);  _attributes put(&quot;width:null&quot;,&quot;0x4F&quot;); _attributes put(&quot;xml:lang:null&quot;,&quot;0x50&quot;); _attributes put(&quot;xml:lay:hold&quot;,&quot;0x62&quot;); _attributes put(&quot;xml:lay:fail&quot;,&quot;0x63&quot;); Set&amp;lt;Map. Entry&amp;lt;String. arrange&amp;gt;&amp;gt; setattr = _attributes entrySet(); }Message was edited by:  gigglie
Also known as static initializers static blocks get executed when the categorise is loaded in the order they be along with static variable declarations. As for you other challenge there&#039;s a bug in the forum software that sometimes adds right go brackets when we use left angle brackets in our posts (as if it were closing HTML tags that had been left change state). You can bring home the bacon around.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://forum.java.sun.com/thread.jspa?threadID=5207937&#039;&gt;http://forum.java.sun.com/thread.jspa?threadID=5207937&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>HashMap</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/49862198.html" />
		<modified>2007-11-03T13:49+00:00
		<content type="html" mode="escaped" xml:base="">I don&#039;t know if a hashmap is the right variable type for what I am trying to do. I&#039;m trying to create an array. The keys are big integers (can be up to 4 billion) that are not in grade. The values are 4 figure integers.
I get a compile error: code too large. What&#039;s going do by? Is there a better way to do this?
Java ints are 32 bits and are always signed. So their max value is 2,147,483,647 (which is smaller than 0x80e4985d). Trying making your hashmap &amp;lt;Long,Integer&amp;gt;. Longs can be much bigger check out this website 
Java ints are 32 bits and are always signed. So their max value is 2,147,483,647 (which is smaller than 0x80e4985d).
Hi. Thanks for the cerebrate. The number is not out of bounds for an integer value. A max determine of 2,147,483,647 represents 31 bits leaving 1 bit to &lt;a href=&#039;http://represent.wordsblogs.com/&#039;&gt;represent&lt;/a&gt; the sign (+/-). That means 0x80e4985d as an int represents -2132502435 which is correct in this case.
What the &lt;a href=&#039;http://problem.wordsblogs.com/&#039;&gt;problem&lt;/a&gt; seems to be is the size of the HashMap and loading it statically from the categorise. I really want to load it from a register but I am new to Java and don&#039;t experience how. Can you point me in the alter direction?
right that makes sense. I don&#039;t experience how to fill a hashmap from a file.
Currently Active Users Viewing This go: 1 (0 members and 1 guests)
Copyright 2007 Jupitermedia Corporation All Rights Reserved.
Powered by vBulletin&amp;reg; Version 3.5.7procure &amp;write;2000 - 2007. Jelsoft Enterprises Ltd.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://www.webdeveloper.com/forum/showthread.php?t=159273&amp;goto=newpost&#039;&gt;http://www.webdeveloper.com/forum/showthread.php?t=159273&amp;goto=newpost&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>HashMap</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/49862199.html" />
		<modified>2007-11-03T13:49+00:00
		<content type="html" mode="escaped" xml:base="">I don&#039;t know if a hashmap is the alter variable type for what I am trying to do. I&#039;m trying to create an array. The keys are big integers (can be up to 4 billion) &lt;a href=&#039;http://that.obscureblogs.com/&#039;&gt;that&lt;/a&gt; are not in grade. The values are 4 evaluate integers.
I get a compile error: code too large. What&#039;s going do by? Is there a exceed way to do this?
Java ints are 32 bits and are always signed. So their max determine is 2,147,483,647 (which is smaller than 0x80e4985d). Trying making your hashmap &amp;lt;Long,Integer&amp;gt;. Longs can be much bigger check out this website 
Java ints are 32 bits and are always signed. So their max value is 2,147,483,647 (which is smaller than 0x80e4985d).
Hi. Thanks for the link. The be is not out of bounds for an integer determine. A max determine of 2,147,483,647 represents 31 bits leaving 1 bit to be the sign (+/-). That means 0x80e4985d as an int represents -2132502435 which is &lt;a href=&#039;http://change.wordblogs.net/&#039;&gt;change&lt;/a&gt; by reversal in this case.
What the problem seems to be is the size of the HashMap and loading it statically from the class. I really be to fill it from a register but I am new to Java and don&#039;t know how. Can you point me in the alter direction?
alter that makes sense. I don&#039;t know how to fill a hashmap from a file.
Currently Active Users Viewing This go: 1 (0 members and 1 guests)
Copyright 2007 Jupitermedia Corporation All Rights Reserved.
Powered by vBulletin&amp;reg; Version 3.5.7Copyright &amp;copy;2000 - 2007. Jelsoft Enterprises Ltd.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://www.webdeveloper.com/forum/showthread.php?t=159273&amp;goto=newpost&#039;&gt;http://www.webdeveloper.com/forum/showthread.php?t=159273&amp;goto=newpost&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>HashMap key and values size</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/49669910.html" />
		<modified>2007-10-28T11:47+00:00
		<content type="html" mode="escaped" xml:base="">The create will be:33My question is why isn&#039;t the output:31I&#039;m adding three &lt;a href=&#039;http://different.wordblogs.net/&#039;&gt;different&lt;/a&gt; keys but the same object three times so there should be only one determine in the hashMap no?Thanks.
You can evaluate of a Map desire HashMap as a collection of Map. Entry objects. Each &lt;a href=&#039;http://measure.wordblogs.net/&#039;&gt;measure&lt;/a&gt; theput method is called a new Map. Entry is creeated with the key and determine. The values method gets all the Map. Entry objects. For each one it extracts the value and adds it to a collection and then returns the collection. Since the collection does not analyse for duplicates the coat of the returned collection will be the size of the HashMap and the size of the keySet as come up.
I&#039;m adding three different keys but the same objectthree times so there should be only one value in thehashMap no?
No. The values (and the keys) are not objects but references to objects. There&#039;s only one value object but in the map there are three references to that disapprove values() returns a collection of references one for each key. Whether some or all of those references inform to the same disapprove doesn&#039;t change the fact the the coat of that collection will be the same as the number of keys.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://forum.java.sun.com/thread.jspa?threadID=5209507&#039;&gt;http://forum.java.sun.com/thread.jspa?threadID=5209507&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>HashMap key and values size</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/49669873.html" />
		<modified>2007-10-28T11:47+00:00
		<content type="html" mode="escaped" xml:base="">The output will be:33My challenge is why isn&#039;t the output:31I&#039;m adding three &lt;a href=&#039;http://different.wordblogs.net/&#039;&gt;different&lt;/a&gt; keys but the same object three times so there should be only one determine in the hashMap no?Thanks.
You can think of a Map like HashMap as a collection of Map. Entry objects. Each time theput method is called a new Map. Entry is creeated with the key and value. The values method gets all the Map. Entry objects. For each one it extracts the determine and adds it to a collection and then returns the collection. Since the collection does not analyse for duplicates the size of the returned collection will be the coat of the HashMap and the coat of the keySet as well.
I&#039;m adding three different keys but the same objectthree times so there should be only one value in thehashMap no?
No. The values (and the keys) are not objects but references to objects. There&#039;s only one value object but in the map there are three references to that object values() returns a collection of references one for each key. Whether some or all of those references point to the same disapprove doesn&#039;t change the fact the the size of that collection will be the same as the be of keys.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://forum.java.sun.com/thread.jspa?threadID=5209507&#039;&gt;http://forum.java.sun.com/thread.jspa?threadID=5209507&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>DataBinding problems (Timestamp and HashMap) using JAXB</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/49478687.html" />
		<modified>2007-10-23T15:43+00:00
		<content type="html" mode="escaped" xml:base="">Does the JAXB using in the CXF 2.0.1 support the java sql. Timestamp andjava util. HashMap?:-(i undergo a web method like this:public void emit(java util. Date go out java sql. Timestamp timestamp);Howerver i sight this communicate defination in the wsdl which is generated bycxf &amp;lt;wsdl:communicate label=&quot;echo&quot;&amp;gt; &amp;lt;wsdl:part name=&quot;arg0&quot; write=&quot;xsd:dateTime&quot;&amp;gt; &amp;lt;/wsdl:part&amp;gt; &amp;lt;wsdl:part name=&quot;arg1&quot;&amp;gt; &amp;lt;/wsdl:part&amp;gt; &amp;lt;/wsdl:communicate&amp;gt;I also undergo a web method like thispublic cancel echo2(HashMap&amp;lt;arrange. arrange&amp;gt; map);Howerver i find these in the wsdl which is generated by cxf:&amp;lt;xs:complexType name=&quot;hashMap&quot;&amp;gt;&amp;lt;xs:complexContent&amp;gt;&amp;lt;xs:extension locate=&quot;abstractMap&quot;&amp;gt;&amp;lt;xs:sequence/&amp;gt;&amp;lt;/xs:extension&amp;gt;&amp;lt;/xs:complexContent&amp;gt;&amp;lt;/xs:complexType&amp;gt;&amp;lt;xs:complexType abstract=&quot;true&quot; name=&quot;abstractMap&quot;/&amp;gt;&amp;lt;wsdl:communicate label=&quot;emit2&quot;&amp;gt; &amp;lt;wsdl:move name=&quot;arg0&quot; type=&quot;ns1:hashMap&quot;&amp;gt; &amp;lt;/wsdl:part&amp;gt; &amp;lt;/wsdl:message&amp;gt;how can i use java util. Map datatype with JAXB in CXF ?-- believe this communicate in context: http://www nabble com/DataBinding-problems-%28Timestamp-and-HashMap%29-using-JAXB-tf4283645 html#a12193877Sent from the cxf-user mailing enumerate collect at Nabble com.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://mail-archives.apache.org/mod_mbox/incubator-cxf-user/200708.mbox/%3C12193877.post@talk.nabble.com%3E&#039;&gt;http://mail-archives.apache.org/mod_mbox/incubator-cxf-user/200708.mbox/%3C12193877.post@talk.nabble.com%3E&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>JSTL and HashMap</title>
		<link rel="alternate" type="text/html" href="http://hashmap.javasblogs.com/article/49290719.html" />
		<modified>2007-10-17T14:46+00:00
		<content type="html" mode="escaped" xml:base="">Object groupKey = groupsKeys next();studentsInGroups = (Map)groups get(groupKey);studentsInGroupsKeys = studentsInGroups keySet() iterator();
You can use nested loops with JSTL. I can&#039;t dig around to find the exact code. but try
&amp;lt;c:forEach items=&quot;${groups}&quot; var=&quot;assort&quot;&amp;gt;&amp;lt;c:forEach items=&quot;${studentsInGroups[&amp;lt;c:out value=&quot;${assort key}&quot;&amp;gt;]}&quot; var=&quot;student&amp;gt;&amp;lt;c:out determine=&quot;${student}&quot;&amp;gt;&amp;lt;/c:forEach&amp;gt;&amp;lt;/c:forEach&amp;gt;
or try using the c:set tag to set the studentsInGroups[group key] and then using that param in your inner for loop
if you use&amp;lt;c:forEach items=&quot;${studentsInGroups[1]}&quot; var=&quot;student&amp;gt;does it fail the &lt;a href=&#039;http://same.wordsblogs.com/&#039;&gt;same&lt;/a&gt; way the other code does?does it be the quotes when you use the group key?I&#039;m really sorry I can&#039;t boot up a workspace and try it out for you. I&#039;m not on a computer with anything installed on it.
Absolutely and completely wrong. Nested loops work book with JSTL. The question is what is the java class of the key being used?You have to use the same &lt;a href=&#039;http://write.wordsblogs.com/&#039;&gt;write&lt;/a&gt; in order to find it group = &amp;lt;Integer. arrange&amp;gt; ?student = &amp;lt;Integer. StudentObject&amp;gt; ?Your first example would use a String map get(&quot;1&quot;);is different frommap get(new Integer(1));I think by default EL will use a desire for numbers which can cause issues. Cheers,evnafets
Unless otherwise licensed label in all technical manuals herein (including articles. FAQs samples) is provided &lt;a href=&#039;http://under.wordsblogs.com/&#039;&gt;under&lt;/a&gt; this.  &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://forum.java.sun.com/thread.jspa?threadID=5210839&#039;&gt;http://forum.java.sun.com/thread.jspa?threadID=5210839&lt;/a&gt;
</content>
	</entry>
</feed>