Method remove(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.remove(0);
2
listToDropFrom.remove(0);
3
JCExpression exp1 = (JCExpression)prmList.remove(0);
4
alarms.remove(0);
5
return m_Queue.remove(0);
6
toreturn.add(content.remove(0));
7
m_headerArray = ( ArrayList ) m_geoArray.remove( 0 ); //remove the metadata to use.
8
refreshInfoElements.remove(0);
9
eventBuffer.remove(0);
10
sheet.records.remove(0);
11
public void removeElementAt(int index) { vec.remove(index); }
12
hosts.remove(hosts.indexOf(oldHost));
13
return actions.remove (index);
14
childPages.remove(index);
15
pageInh.remove(pageInh.size() - 1);
16
fileList.remove(index);
17
entityStack.remove ( entityStack.size() - 1 );
18
yVals.remove(row);
19
marrayGrabbers.remove(liPosn);
20
m_List.remove(index);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.