Method set(int index, E element)
Return type: java.lang.Object<E>
Member of: java.util.List
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 fullList.set(0, val);
2 tb.getList().set(0, tb2);
3 coll.set(1, null);
4 coll.set(1, null);
5 fHistory.set(0, configuration);
6 list.set(0, element);
7 xmlSpace.set(0, (ai.value.equals("preserve")
8 return nodes.set(index, o);
9 Object o = list.set(index, element);
10 return list.set (index, obj);
11 Object o = l.set(i, el);
12 ((List) value).set(index, new StringProperty(prop, prop));
13 dataList.set(index, newObject);
14 list.set(i, result);
15 _selectables.set(i,db.resolveSelectable((Selectable)_selectables.get(i),tables));
16 else return list.set ( index, element );
17 branchContent.set(realIndex, object);
18 elements.set(index, elements.get(index - 1));
19 list.set( i, ( ( HtmlElement )list.get( i ) ).getAttributeValue( "id" ) );
20 ((List) collection).set(index, value);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.