python748 / alternate-java-bridge-library

Automatically exported from code.google.com/p/alternate-java-bridge-library
Apache License 2.0
0 stars 0 forks source link

Add method to add objects to a certain index in DoubleList #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
List how an Arraylist will allow you to insert an item to a specific location 
in the list.

list.add(0, "blah", 42);

This will insert those two items in the list, and push any others behind it.

Original issue reported on code.google.com by IMPINC...@gmail.com on 5 May 2012 at 7:22

GoogleCodeExporter commented 8 years ago
it inserts blah as the header and 42 as the body?

Original comment by bric...@gmail.com on 6 May 2012 at 2:24

GoogleCodeExporter commented 8 years ago
I don't know what you mean. The double list is two lists. If you want to think 
of one list as a header, and the other as a body, then yes.

Original comment by IMPINC...@gmail.com on 6 May 2012 at 5:00

GoogleCodeExporter commented 8 years ago

Original comment by IMPINC...@gmail.com on 10 May 2012 at 7:44