In HiveMind 1.0,

  suppose I have a contribution of a list of elements
like this :
 
<contribution configuration-id="Simple">
  <datum key="key0" value="value0"/>
  <datum key="key1" value="value1"/>
 <datum key="key2" value="value2"/>
</contribution>

Is the order of the  elements in the resulted list
preserved ? 
More explictly, if I access the above contribution by

List elements = registry.getConfiguration("Simple");    

Is 
  elements.get(0) : datum key="key0" value="value0"
   elements.get(1) : datum key="key1" value="value1"
   elements.get(2) : datum key="key2" value="value2" ?

 When I try out the above in an example, the order is
preserved.
 But I can not find the comfirmation in the
documentation.

Thank you in advance for any comments !

Shing


Home page :
  http://uk.geocities.com/matmsh/index.html


        
        
                
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to