-
abstrasy.Node.elementAt()
-
antlr.collections.impl.Vector.elementAt()
Returns the element at the specified index.
@param index the index of the desired element
@exception ArrayIndexOutOfBoundsException If an invalidindex was given.
-
anvil.core.Array.elementAt()
-
ariba.ui.aribaweb.core.AWBindingDictionary.elementAt()
-
ariba.ui.aribaweb.util.AW2DVector.elementAt()
-
ariba.ui.aribaweb.util.AWStringDictionary.elementAt()
-
ariba.util.fieldvalue.OrderedList.elementAt()
-
aterm.ATermList.elementAt()
Gets the element at a specific index of this list.
@param i the index of the required element.
@return the ith element of this list.
@throws IndexOutOfBoundsException if i does not referto a position in this list.
-
com.ericsson.otp.erlang.OtpErlangList.elementAt()
Get the specified element from the list.
@param i the index of the requested element. List elements are numbered as array elements, starting at 0.
@return the requested element, of null if i is not a valid element index.
-
com.ericsson.otp.erlang.OtpErlangTuple.elementAt()
Get the specified element from the tuple.
@param i the index of the requested element. Tuple elements are numbered as array elements, starting at 0.
@return the requested element, of null if i is not a valid element index.
-
com.exigen.ie.constrainer.IntArray.elementAt()
d have values 75 or 35 only For the sake of clarity, let's call A the invoking array. When idx_exp is bound to the value i, the value of the resulting variable is A[i]. More generally, the domain of the variable is the set of values A[i] where the i are in the domain of idx_exp.
-
com.exigen.ie.constrainer.IntExpArray.elementAt()
Returns the i-th element of this array.
-
com.exigen.ie.tools.FastVector.elementAt()
-
com.extentech.toolkit.CompatibleVector.elementAt()
-
com.funambol.syncclient.blackberry.StringVector.elementAt()
-
com.mucommander.commons.file.util.FileSet.elementAt()
-
com.sun.org.apache.xml.internal.utils.NodeVector.elementAt()
Get the nth element.
@param i Index of node to get
@return Node at specified index
-
com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.elementAt()
Get the nth element. This is often at the innermost loop of an application, so performance is critical.
@param i index of value to get
@return value at given index. If that value wasn't previously set,the result is undefined for performance reasons. It may throw an exception (see below), may return zero, or (if setSize has previously been used) may return stale data.
@throws ArrayIndexOutOfBoundsException if the index was _clearly_unreasonable (negative, or past the highest block).
@throws NullPointerException if the index points to a block that couldhave existed (based on the highest index used) but has never had anything set into it. %REVIEW% Could add a catch to create the block in that case, or return 0. Try/Catch is _supposed_ to be nearly free when not thrown to. Do we believe that? Should we have a separate safeElementAt?
-
java.util.Stack.elementAt()
-
java.util.Vector.elementAt()
Returns the component at the specified index.
This method is identical in functionality to the {@link #get(int)}method (which is part of the {@link List} interface).
@param index an index into this vector
@return the component at the specified index
@throws ArrayIndexOutOfBoundsException if the index is out of range( {@code index < 0 || index>= size()})
-
javax.swing.DefaultListModel.elementAt()
-
mesquite.lib.ListableVector.elementAt()
-
net.sf.jcontracts.antlr.collections.impl.Vector.elementAt()
-
netscape.ldap.LDAPAttributeSet.elementAt()
-
netscape.ldap.ber.stream.BERSequence.elementAt()
-
nz.co.abrahams.asithappens.storage.DataSet.elementAt()
-
org.apache.derby.iapi.sql.dictionary.ColumnDescriptorList.elementAt()
Return the nth (0-based) element in the list.
@param n Which element to return.
@return The nth element in the list.
-
org.apache.derby.iapi.sql.dictionary.ConglomerateDescriptorList.elementAt()
-
org.apache.derby.iapi.sql.dictionary.ConstraintDescriptorList.elementAt()
Return the nth (0-based) element in the list.
@param n Which element to return.
@return The nth element in the list.
-
org.apache.derby.impl.sql.compile.ResultColumnList.elementAt()
-
org.apache.isis.objectstore.xml.internal.data.ListOfRootOid.elementAt()
-
org.apache.isis.runtimes.dflt.objectstores.xml.internal.data.ReferenceVector.elementAt()
-
org.apache.tapestry.dom.Element.elementAt()
-
org.apache.xml.utils.IntStack.elementAt()
-
org.apache.xml.utils.NodeVector.elementAt()
Get the nth element.
@param i Index of node to get
@return Node at specified index
-
org.apache.xml.utils.ObjectStack.elementAt()
-
org.apache.xml.utils.StringVector.elementAt()
Get the nth element.
@param i Index of string to find
@return String at given index
-
org.apache.xml.utils.SuballocatedIntVector.elementAt()
Get the nth element. This is often at the innermost loop of an application, so performance is critical.
@param i index of value to get
@return value at given index. If that value wasn't previously set,the result is undefined for performance reasons. It may throw an exception (see below), may return zero, or (if setSize has previously been used) may return stale data.
@throw ArrayIndexOutOfBoundsException if the index was _clearly_unreasonable (negative, or past the highest block).
@throw NullPointerException if the index points to a block that couldhave existed (based on the highest index used) but has never had anything set into it. %REVIEW% Could add a catch to create the block in that case, or return 0. Try/Catch is _supposed_ to be nearly free when not thrown to. Do we believe that? Should we have a separate safeElementAt?
-
org.apache.xpath.NodeSet.elementAt()
Get the nth element.
@param i Index of node to get
@return Node at specified index
-
org.apache.xpath.NodeSetDTM.elementAt()
Get the nth element.
@param i The index of the requested node.
@return Node at specified index.
-
org.apache.xpath.VariableStack.elementAt()
Get the element at the given index, regardless of stackframe.
@param i index from zero.
@return The item at the given index.
-
org.aspectj.org.eclipse.jdt.internal.compiler.util.ObjectVector.elementAt()
-
org.cybergarage.upnp.DeviceList.elementAt()
-
org.cybergarage.upnp.ServiceList.elementAt()
-
org.cybergarage.upnp.ServiceStateTable.elementAt()
-
org.eclipse.jdt.internal.compiler.util.ObjectVector.elementAt()
-
org.fnlp.ml.types.sv.SparseMatrix.elementAt()
-
org.htmlparser.lexer.PageIndex.elementAt()
Get an element from the list.
@param index The index of the element to get.
@return The element.
-
org.htmlparser.util.NodeList.elementAt()
-
org.integratedmodelling.riskwiz.learning.data.FastVector.elementAt()
Returns the element at the given position.
@param index the element's index
@return the element with the given index
-
org.jgroups.util.RspList.elementAt()
Returns the Rsp at index i
@param i The index
@return a Rsp
@throws ArrayIndexOutOfBoundsException
@deprecated Use {@link #entrySet()} or {@link #values()} instead
-
org.jostraca.comp.antlr.collections.impl.Vector.elementAt()
Returns the element at the specified index.
@param index the index of the desired element
@exception ArrayIndexOutOfBoundsException If an invalidindex was given.
-
org.jpedal.utils.repositories.Vector_Float.elementAt()
remove element at
-
org.jpedal.utils.repositories.Vector_String.elementAt()
remove element at
-
org.mozilla.jss.asn1.SEQUENCE.elementAt()
-
org.w3c.util.ArrayDictionary.elementAt()
Returns the nth element (value).
@param n the index of the desired element
@return the nth element, or null if no element in that place.
-
persistence.antlr.collections.impl.Vector.elementAt()
Returns the element at the specified index.
@param index the index of the desired element
@exception ArrayIndexOutOfBoundsException If an invalidindex was given.
-
simtools.diagram.DiagramClipboard.elementAt()
-
sizzle.parser.syntaxtree.NodeSequence.elementAt()
-
systole.domain.signals.Segment.elementAt()
-
test.list.types.Modules.elementAt()
-
test.list.types.Separated.elementAt()
-
tools.util.EZArrayList.elementAt()
-
weka.core.FastVector.elementAt()
Returns the element at the given position.
@param index the element's index
@return the element with the given index
-
xbird.util.collections.IntStack.elementAt()
-
xbird.util.collections.ints.IntStack.elementAt()