Method get(int index)
Return type:
java.lang.Object
<E>
Member of:
java.util.ArrayList
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
return content.get(0);
2
return ((UnhappyBlock)listToDropFrom.get(0)).getWidth();
3
return ((UnhappyBlock)listToDropFrom.get(0)).getThickness();
4
BeanComparator cmp = (BeanComparator)this.comparators.get(0);
5
assertEquals("First item is 'First Item'", list.get(0), "First Item");
6
showStep((String) steps.get(0));
7
return (NodeLink) _navigation.get(0);
8
if (window.equals( _mainWindow )) _mainWindow = (WebWindow) _openWindows.get(0);
9
return (Alarm) alarms.get(0);
10
return get(index);
11
public JavaClass elementAt(int index) { return (JavaClass)vec.get(index); }
12
public String getNameList(int index) { return (String)nameList.get(index); }
13
return (Class_info) ConstantPool().get(ClassIndex());
14
return (TreeNode) _nonEmptyNodes.get(childIndex);
15
return (groups != null && groups.size() >= groupLevel + 1 && groups.get(groupLevel) != null);
16
return (TabData) list.get(index);
17
return dataList.get(index);
18
return (String)mColumnFields.get(columnIndex);
19
return m_List.get(i);
20
return(String) xVals.get(col);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.