-
abstrasy.Node.indexOf()
-
alt.jiapi.reflect.InstructionList.indexOf()
Scans this InstructionList for a opcode. Scanning is started from the beginning of the InstructionList.
@param ins Instruction to look for
@return index of the instruction that was found, or -1 if not found.
-
ariba.util.core.FastStringBuffer.indexOf()
Returns the index of the first occurrence of value in the FastStringBuffer. If the value is not found, -1 is returned.
@param value the String to search for in the FastStringBuffer
@return the index of the first occurrence of the String in thecharacter sequence represented by this object, or -1
if the String does not occur.
@aribaapi documented
-
ca.canucksoftware.ipkg.PackageFeed.indexOf()
-
cern.colt.list.LongArrayList.indexOf()
-
client.net.sf.saxon.ce.tree.util.FastStringBuffer.indexOf()
Get the index of the first character equal to a given value
@param ch the character to search for
@return the position of the first occurrence, or -1 if not found
-
com.alee.extended.layout.ComponentPanelLayout.indexOf()
-
com.alibaba.fastjson.JSONArray.indexOf()
-
com.android.dx.util.IntList.indexOf()
Returns the index of the given value, or -1 if the value does not appear in the list. This will do a binary search if the list is sorted or a linear search if not.
@param value value to find
@return index of value or -1
-
com.aptana.shared_core.string.FastStringBuffer.indexOf()
-
com.bbn.openmap.dataAccess.shape.EsriGraphicList.indexOf()
-
com.bbn.openmap.omGraphics.OMGraphicList.indexOf()
Return the index of the OMGraphic in the list.
@param graphic the graphic to look for
@return the index in the list of the graphic, -1 if the object is notfound.
-
com.browseengine.bobo.facets.data.TermIntList.indexOf()
-
com.browseengine.bobo.facets.data.TermStringList.indexOf()
-
com.browseengine.bobo.facets.data.TermValueList.indexOf()
-
com.caucho.quercus.env.StringValue.indexOf()
Returns the first index of the match string, starting from the head.
-
com.caucho.util.CharBuffer.indexOf()
-
com.caucho.util.CharSegment.indexOf()
Returns the index of a character in the CharSegment.
-
com.dci.intellij.dbn.language.common.element.SequenceElementType.indexOf()
-
com.ericdaugherty.mail.server.configuration.DefaultSmtpServer.indexOf()
-
com.esotericsoftware.kryo.util.IntArray.indexOf()
-
com.extjs.gxt.ui.client.widget.Container.indexOf()
Returns the index of the item.
@param item the item
@return the index
-
com.extjs.gxt.ui.client.widget.ContentPanel.indexOf()
-
com.extjs.gxt.ui.client.widget.Header.indexOf()
Returns the index of the given tool.
@param tool the tool
@return the index or -1 if no match
-
com.extjs.gxt.ui.client.widget.LayoutContainer.indexOf()
-
com.extjs.gxt.ui.client.widget.toolbar.PagingToolBar.indexOf()
-
com.facebook.presto.jdbc.internal.netty.buffer.ChannelBuffer.indexOf()
Locates the first occurrence of the specified {@code value} in thisbuffer. The search takes place from the specified {@code fromIndex}(inclusive) to the specified {@code toIndex} (exclusive).
If {@code fromIndex} is greater than {@code toIndex}, the search is performed in a reversed order.
This method does not modify {@code readerIndex} or {@code writerIndex} ofthis buffer.
@return the absolute index of the first occurrence if found.{@code -1} otherwise.
-
com.facebook.presto.sql.analyzer.TupleDescriptor.indexOf()
Gets the index of the specified field or -1 if not found.
-
com.goodow.realtime.json.JsonArray.indexOf()
-
com.google.code.yanf4j.buffer.IoBuffer.indexOf()
Returns the first occurence position of the specified byte from the current position to the current limit.
@return -1 if the specified byte is not found
-
com.google.eclipse.protobuf.ui.grammar.CompoundElement.indexOf()
-
com.google.gwt.libideas.resources.client.ImmutableResourceBundle.Resource.indexOf()
-
com.google.gwt.user.client.ui.WidgetCollection.indexOf()
Gets the index of the specified index.
@param w the widget to be found
@return the index of the specified widget, or -1
if it isnot found
-
com.hazelcast.core.IList.indexOf()
-
com.hp.hpl.jena.rdf.model.RDFList.indexOf()
Answer the index of the first occurrence of the given value in the list, or -1 if the value is not in the list.
@param value The value to search for
@return The index of the first occurrence of value in the list, or
-1
if not found.
-
com.hp.hpl.jena.rdf.model.Seq.indexOf()
Return the index of a given member of the sequence.
If more the the same value appears more than once in the sequence, it is undefined which of the indexes will be returned.
If the member is not found in this sequence, a value of 0 is returned.
@param o The member sought..
@return an index of the member in this sequence or 0 if themember is not found in this sequence.
-
com.ibm.icu.text.UnicodeSet.indexOf()
Returns the index of the given character within this set, where the set is ordered by ascending code point. If the character is not in this set, return -1. The inverse of this method is charAt()
.
@return an index from 0..size()-1, or -1
@stable ICU 2.0
-
com.mysema.query.types.path.StringPath.indexOf()
-
com.positive.charts.data.xy.XYDataset.indexOf()
-
com.salas.bb.core.GuideModel.indexOf()
Returns index of specified feed in current list.
@param feed feed to check.
@return index of feed or -1
.
-
com.salas.bb.core.GuidesListModel.indexOf()
Returns index of the guide.
@param guide guide.
@return index.
-
com.salas.bb.domain.GuidesSet.indexOf()
Returns index of guide in the list.
@param guide guide.
@return index of guide or (-1) if not in list.
@throws NullPointerException if guide isn't specified.
-
com.salas.bb.domain.IGuide.indexOf()
Returns index of feed within the guide.
@param feed feed to get index for.
@return the index of a feed.
@throws NullPointerException if feed isn't specified.
@throws IllegalStateException if feed is assigned to the other guide.
-
com.sun.grizzly.util.buf.ByteChunk.indexOf()
-
com.sun.grizzly.util.buf.CharChunk.indexOf()
-
com.sun.jna.Pointer.indexOf()
Returns the offset of the given value in memory from the given offset, or -1 if the value is not found.
-
com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray.indexOf()
-
com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.indexOf()
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
@param elem object to look for
@param index Index of where to begin search
@return the index of the first occurrence of the objectargument in this vector at position index or later in the vector; returns -1 if the object is not found.
-
com.sun.xml.ws.api.message.HeaderList.indexOf()
-
com.tinyline.tiny2d.TinyString.indexOf()
-
com.tulskiy.musique.playlist.Playlist.indexOf()
-
com.uic.ase.proj.xbn.string.SOBStringBuffer.indexOf()
-
com.vividsolutions.jts.linearref.LengthIndexedLine.indexOf()
Computes the minimum index for a point on the line. If the line is not simple (i.e. loops back on itself) a single point may have more than one possible index. In this case, the smallest index is returned. The supplied point does not necessarily have to lie precisely on the line, but if it is far from the line the accuracy and performance of this function is not guaranteed. Use {@link #project} to compute a guaranteed result for pointswhich may be far from the line.
@param pt a point on the line
@return the minimum index of the point
@see project
-
com.vividsolutions.jts.linearref.LocationIndexedLine.indexOf()
Computes the index for a given point on the line.
The supplied point does not necessarily have to lie precisely on the line, but if it is far from the line the accuracy and performance of this function is not guaranteed. Use {@link #project} to compute a guaranteed result for pointswhich may be far from the line.
@param pt a point on the line
@return the index of the point
@see project
-
de.sciss.gui.MenuGroup.indexOf()
-
edu.stanford.nlp.trees.Tree.indexOf()
Returns the position of a Tree in the children list, if present, or -1 if it is not present. Trees are checked for presence with equals()
.
@param tree The tree to look for in children list
@return Its index in the list or -1
-
edu.umd.cloud9.util.array.ArrayListOfDoubles.indexOf()
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
-
edu.umd.cloud9.util.array.ArrayListOfFloats.indexOf()
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
-
edu.umd.cloud9.util.array.ArrayListOfShorts.indexOf()
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
-
elemental.util.ArrayOfBoolean.indexOf()
Returns the index of the specified value or -1
if the value is not found.
-
elemental.util.ArrayOfInt.indexOf()
Returns the index of the specified value or -1
if the value is not found.
-
elemental.util.ArrayOfString.indexOf()
Returns the index of the specified value or -1
if the value is not found.
-
gnu.java.lang.CPStringBuilder.indexOf()
-
gnu.trove.list.TIntList.indexOf()
Searches the list front to back for the index of value.
@param value an int
value
@return the first offset of the value, or -1 if it is not inthe list.
@see #binarySearch for faster searches on sorted lists
-
gnu.trove.list.array.TDoubleArrayList.indexOf()
{@inheritDoc}
-
gov.nasa.worldwind.layers.LayerList.indexOf()
-
io.netty.buffer.ByteBuf.indexOf()
Locates the first occurrence of the specified {@code value} in thisbuffer. The search takes place from the specified {@code fromIndex}(inclusive) to the specified {@code toIndex} (exclusive).
If {@code fromIndex} is greater than {@code toIndex}, the search is performed in a reversed order.
This method does not modify {@code readerIndex} or {@code writerIndex} ofthis buffer.
@return the absolute index of the first occurrence if found.{@code -1} otherwise.
-
io.netty.buffer.ChannelBuffer.indexOf()
-
it.unimi.dsi.fastutil.ints.IntArrayList.indexOf()
-
it.unimi.dsi.lang.MutableString.indexOf()
-
java.io.File.indexOf()
-
java.io.InputStream.indexOf()
-
java.io.Reader.indexOf()
-
java.lang.String.indexOf()
Returns the index within this string of the first occurrence of the specified character. If a character with value
ch
occurs in the character sequence represented by this
String
object, then the index (in Unicode code units) of the first such occurrence is returned. For values of
ch
in the range from 0 to 0xFFFF (inclusive), this is the smallest value
k such that:
this.charAt(k) == ch
is true. For other values of
ch
, it is the smallest value
k such that:
this.codePointAt(k) == ch
is true. In either case, if no such character occurs in this string, then
-1
is returned.
@param ch a character (Unicode code point).
@return the index of the first occurrence of the character in thecharacter sequence represented by this object, or
-1
if the character does not occur.
-
java.lang.StringBuilder.indexOf()
@throws NullPointerException {@inheritDoc}
-
java.math.BigDecimal.indexOf()
-
java.net.URL.indexOf()
-
java.sql.Array.indexOf()
-
java.sql.Blob.indexOf()
-
java.sql.Clob.indexOf()
-
java.sql.Date.indexOf()
-
java.sql.Ref.indexOf()
-
java.sql.Time.indexOf()
-
java.sql.Timestamp.indexOf()
-
java.util.ArrayList.indexOf()
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element. More formally, returns the lowest index i such that (o==null ? get(i)==null : o.equals(get(i))), or -1 if there is no such index.
-
java.util.Enumeration.indexOf()
-
java.util.LinkedList.indexOf()
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element. More formally, returns the lowest index i such that (o==null ? get(i)==null : o.equals(get(i))), or -1 if there is no such index.
@param o element to search for
@return the index of the first occurrence of the specified element inthis list, or -1 if this list does not contain the element
-
java.util.List.indexOf()
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element. More formally, returns the lowest index i such that (o==null ? get(i)==null : o.equals(get(i))), or -1 if there is no such index.
@param o element to search for
@return the index of the first occurrence of the specified element inthis list, or -1 if this list does not contain the element
@throws ClassCastException if the type of the specified elementis incompatible with this list (optional)
@throws NullPointerException if the specified element is null and thislist does not permit null elements (optional)
-
java.util.Stack.indexOf()
-
java.util.Vector.indexOf()
Returns the index of the first occurrence of the specified element in this vector, or -1 if this vector does not contain the element. More formally, returns the lowest index {@code i} such that(o==null ? get(i)==null : o.equals(get(i))), or -1 if there is no such index.
@param o element to search for
@return the index of the first occurrence of the specified element inthis vector, or -1 if this vector does not contain the element
-
javax.security.auth.x500.X500Principal.indexOf()
-
javax.swing.DefaultListModel.indexOf()
-
javax.swing.JTextField.indexOf()
-
javax.xml.namespace.QName.indexOf()
-
js.lang.NativeArray.indexOf()
Returns the first (least) index of an element within the array equal to the specified value, or -1 if none is found.
@param item A search item.
@return A first index or -1 if none is found.
-
net.hydromatic.avatica.ByteString.indexOf()
Returns the position at which {@code seek} first occurs in this bytestring, or -1 if it does not occur.
-
net.rim.device.api.util.StringMatch.indexOf()
-
net.sf.cindy.Buffer.indexOf()
-
net.sf.saxon.om.FastStringBuffer.indexOf()
Get the index of the first character equal to a given value
@param ch the character to search for
@return the position of the first occurrence, or -1 if not found
-
net.sourceforge.chaperon.model.symbol.SymbolList.indexOf()
Return the index of a symbol.
@param symbol Symbol.
@return Index of this symbol.
-
net.sourceforge.chaperon.model.symbol.SymbolSet.indexOf()
Return the index of a symbol.
@param symbol Symbol.
@return Index of this symbol.
-
nextapp.echo2.app.Grid.indexOf()
Returns the index of the specified item.
@param item the item
@return the index
-
nextapp.echo2.app.list.DefaultListModel.indexOf()
Returns the index of the specified item.
@param item the item
@return the index
-
no.uib.jsparklines.data.XYDataPoint.indexOf()
-
nu.xom.Document.indexOf()
-
nu.xom.Element.indexOf()
-
nu.xom.ParentNode.indexOf()
Returns the position of a node within the children of this node. This is a number between 0 and one less than the number of children of this node. It returns -1 if child
does not have this node as a parent.
This method does a linear search through the node's children. On average, it executes in O(N) where N is the number of children of the node.
@param child the node whose position is desired
@return the position of the argument node among the children of this node
-
org.allcolor.xml.parser.CStringBuilder.indexOf()
Finds the first instance of a substring in this StringBuilder.
@param str String to find
@return location (base 0) of the String, or -1 if not found
@see #indexOf(String,int)
-
org.apache.activemq.util.ByteSequence.indexOf()
-
org.apache.batik.gvt.CompositeGraphicsNode.indexOf()
Returns the index in the children list of the specified graphics node or -1 if the children list does not contain this graphics node.
@param node the graphics node to search for
-
org.apache.commons.collections.map.LinkedMap.indexOf()
Gets the index of the specified key.
@param key the key to find the index of
@return the index, or -1 if not found
-
org.apache.commons.collections.map.ListOrderedMap.indexOf()
Gets the index of the specified key.
@param key the key to find the index of
@return the index, or -1 if not found
-
org.apache.ctakes.dependency.parser.util.DependencyPath.indexOf()
-
org.apache.directory.ldapstudio.browser.core.ConnectionManager.indexOf()
Gets the index in the Connection list of the first occurrence of the specified Connection.
@param connection the Connection to search for
@return the index in the Connection list of the first occurrence of the specified Connection
-
org.apache.directory.studio.connection.core.ConnectionManager.indexOf()
Gets the index in the Connection list of the first occurrence of the specified Connection.
@param connection the Connection to search for
@return the index in the Connection list of the first occurrence of the specified Connection
-
org.apache.flex.forks.batik.gvt.CompositeGraphicsNode.indexOf()
Returns the index in the children list of the specified graphics node or -1 if the children list does not contain this graphics node.
@param node the graphics node to search for
-
org.apache.harmony.pack200.bytecode.ClassConstantPool.indexOf()
-
org.apache.harmony.unpack200.bytecode.ClassConstantPool.indexOf()
-
org.apache.http.io.CharArrayBuffer.indexOf()
-
org.apache.http.util.ByteArrayBuffer.indexOf()
Returns the index within this buffer of the first occurrence of the specified byte, starting the search at the specified
beginIndex
and finishing at
endIndex
. If no such byte occurs in this buffer within the specified bounds,
-1
is returned.
There is no restriction on the value of beginIndex
and endIndex
. If beginIndex
is negative, it has the same effect as if it were zero. If endIndex
is greater than {@link #length()}, it has the same effect as if it were {@link #length()}. If the beginIndex
is greater than the endIndex
, -1
is returned.
@param b the byte to search for.
@param beginIndex the index to start the search from.
@param endIndex the index to finish the search at.
@return the index of the first occurrence of the byte in the bufferwithin the given bounds, or -1
if the byte does not occur.
@since 4.1
-
org.apache.http.util.CharArrayBuffer.indexOf()
-
org.apache.james.mime4j.io.BufferedLineReaderInputStream.indexOf()
Implements quick search algorithm as published by
SUNDAY D.M., 1990, A very fast substring search algorithm, Communications of the ACM . 33(8):132-142.
-
org.apache.james.mime4j.util.ByteArrayBuffer.indexOf()
-
org.apache.james.mime4j.util.CharArrayBuffer.indexOf()
-
org.apache.kahadb.util.ByteSequence.indexOf()
-
org.apache.lucene.index.TermFreqVector.indexOf()
Return an index in the term numbers array returned from getTerms
at which the term with the specified term
appears. If this term does not appear in the array, return -1.
-
org.apache.lucene.index.TermPositionVector.indexOf()
-
org.apache.metamodel.data.DefaultRow.indexOf()
-
org.apache.metamodel.data.Row.indexOf()
Gets the index of a SelectItem in the row.
@param item the item to get the index of
@return the index of a SelectItem in the row. If the SelectItem is notfound -1 will be returned.
-
org.apache.mina.core.buffer.IoBuffer.indexOf()
Returns the first occurence position of the specified byte from the current position to the current limit.
@return -1 if the specified byte is not found
-
org.apache.openejb.jee.MessageDestination.indexOf()
-
org.apache.openjpa.jdbc.sql.Result.indexOf()
The index of the select within the UNION that the current row corresponds to, or 0.
-
org.apache.pdfbox.cos.COSArray.indexOf()
This will return the index of the entry or -1 if it is not found.
@param object The object to search for.
@return The index of the object or -1.
-
org.apache.pdfbox.pdmodel.PDPageTree.indexOf()
Returns the index of the given page, or -1 if it does not exist.
-
org.apache.pivot.wtk.CardPane.indexOf()
-
org.apache.pivot.wtk.Container.indexOf()
-
org.apache.pivot.wtk.Menu.Section.indexOf()
-
org.apache.pivot.wtk.content.CalendarDateSpinnerData.indexOf()
-
org.apache.pivot.wtk.text.Element.indexOf()
-
org.apache.solr.common.util.NamedList.indexOf()
Scans the list sequentially beginning at the specified index and returns the index of the first pair with the specified name.
@param name name to look for, may be null
@param start index to begin searching from
@return The index of the first matching pair, -1 if no match
-
org.apache.tomcat.lite.io.BBuffer.indexOf()
Returns true if the message bytes starts with the specified string.
@param c the character
@param starting The start position
-
org.apache.tomcat.lite.io.CBuffer.indexOf()
-
org.apache.tomcat.util.buf.ByteChunk.indexOf()
-
org.apache.tomcat.util.buf.CharChunk.indexOf()
-
org.apache.tomcat.util.buf.MessageBytes.indexOf()
-
org.apache.uima.ruta.textruler.core.TextRulerRulePattern.indexOf()
-
org.apache.wicket.util.string.AppendingStringBuffer.indexOf()
Returns the index within this string of the first occurrence of the specified substring. The integer returned is the smallest value
k such that:
this.toString().startsWith(str, <i>k</i>)
is
true
.
@param str any string.
@return if the string argument occurs as a substring within this object, then the index ofthe first character of the first such substring is returned; if it does not occur as a substring,
-1
is returned.
@exception java.lang.NullPointerException if
str
is
null
.
@since 1.4
-
org.apache.xalan.xsltc.util.IntegerArray.indexOf()
-
org.apache.xml.utils.SuballocatedIntVector.indexOf()
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
@param elem object to look for
@param index Index of where to begin search
@return the index of the first occurrence of the objectargument in this vector at position index or later in the vector; returns -1 if the object is not found.
-
org.apache.xml.utils.XMLString.indexOf()
Returns the index within this string of the first occurrence of the specified character. If a character with value
ch
occurs in the character sequence represented by this
String
object, then the index of the first such occurrence is returned -- that is, the smallest value
k such that:
this.charAt(k) == ch
is
true
. If no such character occurs in this string, then
-1
is returned.
@param ch a character.
@return the index of the first occurrence of the character in thecharacter sequence represented by this object, or
-1
if the character does not occur.
-
org.apache.yoko.rmi.util.ByteString.indexOf()
-
org.custommonkey.xmlunit.util.IntegerBuffer.indexOf()
finds sequence in current buffer.
@return index of sequence or -1 if not found
-
org.dom4j.Element.indexOf()
-
org.eclipse.core.runtime.IPath.indexOf()
-
org.eclipse.core.runtime.Path.indexOf()
-
org.eclipse.emf.ecore.util.InternalEList.indexOf()
-
org.eclipse.nebula.widgets.gallery.Gallery.indexOf()
-
org.eclipse.nebula.widgets.gallery.GalleryItem.indexOf()
-
org.eclipse.persistence.sdo.helper.ListWrapper.indexOf()
-
org.eclipse.swt.custom.CCombo.indexOf()
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item. If no item is found, returns -1.
@param string the search item
@return the index of the item
@exception IllegalArgumentException
- ERROR_NULL_ARGUMENT - if the string is null
@exception SWTException
- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
-
org.eclipse.swt.custom.CTabFolder.indexOf()
Return the index of the specified tab or -1 if the tab is not in the receiver.
@param item the tab item for which the index is required
@return the index of the specified tab item or -1
@exception IllegalArgumentException
- ERROR_NULL_ARGUMENT - if the listener is null
@exception SWTException
- ERROR_THREAD_INVALID_ACCESS when called from the wrong thread
- ERROR_WIDGET_DISPOSED when the widget has been disposed
-
org.eclipse.swt.widgets.Combo.indexOf()
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item. If no item is found, returns -1.
@param string the search item
@return the index of the item
@exception IllegalArgumentException
- ERROR_NULL_ARGUMENT - if the string is null
@exception SWTException
- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
-
org.eclipse.swt.widgets.CoolBar.indexOf()
Searches the receiver's items in the order they are currently being displayed, starting at the first item (index 0), until an item is found that is equal to the argument, and returns the index of that item. If no item is found, returns -1.
@param item the search item
@return the visual order index of the search item, or -1 if the item is not found
@exception IllegalArgumentException
- ERROR_NULL_ARGUMENT - if the item is null
- ERROR_INVALID_ARGUMENT - if the item is disposed
@exception SWTException
- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
-
org.eclipse.swt.widgets.List.indexOf()
Gets the index of an item.
The list is searched starting at 0 until an item is found that is equal to the search item. If no item is found, -1 is returned. Indexing is zero based.
@param string the search item
@return the index of the item
@exception IllegalArgumentException
- ERROR_NULL_ARGUMENT - if the string is null
@exception SWTException
- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
-
org.eclipse.swt.widgets.Menu.indexOf()
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item. If no item is found, returns -1.
@param item the search item
@return the index of the item
@exception IllegalArgumentException
- ERROR_NULL_ARGUMENT - if the item is null
@exception SWTException
- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
-
org.eclipse.swt.widgets.Table.indexOf()
Searches the receiver's list starting at the first column (index 0) until a column is found that is equal to the argument, and returns the index of that column. If no column is found, returns -1.
@param column the search column
@return the index of the column
@exception IllegalArgumentException
- ERROR_NULL_ARGUMENT - if the column is null
@exception SWTException
- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
-
org.eclipse.swt.widgets.Tree.indexOf()
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item. If no item is found, returns -1.
@param item the search item
@return the index of the item
@exception IllegalArgumentException
- ERROR_NULL_ARGUMENT - if the item is null
- ERROR_INVALID_ARGUMENT - if the item has been disposed
@exception SWTException
- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
@since 3.1
-
org.eclipse.swt.widgets.TreeItem.indexOf()
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item. If no item is found, returns -1.
@param item the search item
@return the index of the item
@exception IllegalArgumentException
- ERROR_NULL_ARGUMENT - if the item is null
- ERROR_INVALID_ARGUMENT - if the item has been disposed
@exception SWTException
- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
@since 3.1
-
org.eclipse.ui.forms.widgets.FormText.indexOf()
-
org.eclipse.wb.internal.core.utils.xml.DocumentElement.indexOf()
-
org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList.indexOf()
-
org.eigenbase.util.IntList.indexOf()
-
org.enhydra.shark.xpdl.XMLCollection.indexOf()
-
org.exoplatform.services.token.attribute.Attributes.indexOf()
-
org.fonteditor.elements.paths.FEPath.indexOf()
-
org.fonteditor.elements.points.FEPointList.indexOf()
-
org.fto.jthink.io.SmartAccessFile.indexOf()
返回给定字节数组数据在文件中的索引位置。从当前文件指针位置开始查找,可以用seek()
改变 查找的开始位置。用于查找的数据不一定就与给定的字节数组数据宽度相等。
@param bs 用于查找的字节数组数据.
@param off 字节数组的开始索引,指定用于查找的字节数组的开始位置。
@param len 字节数组的长度,指定用于查找的字节数组的长度。
@return 返回-1
,如果没有查找到;
返回当前文件指针位置,如果参数len
等于0
;
返回第一个索引位置,如果找到
@exception IndexOutOfBoundsException 如果off
与len
超出字节数组边界。
@exception IOException 如果发生I/O错误
-
org.glassfish.grizzly.http.util.ByteChunk.indexOf()
-
org.glassfish.grizzly.http.util.CharChunk.indexOf()
-
org.glassfish.grizzly.http.util.DataChunk.indexOf()
Returns true if the message bytes starts with the specified string.
@param c the character
@param fromIndex The start position
-
org.glassfish.grizzly.http.util.MimeHeaders.indexOf()
Find the index of a header with the given name.
-
org.gudy.azureus2.ui.swt.views.table.TableItemOrTreeItem.indexOf()
-
org.gudy.azureus2.ui.swt.views.table.TableOrTreeSWT.indexOf()
-
org.htmlparser.util.NodeList.indexOf()
Finds the index of the supplied Node.
@param node The node to look for.
@return The index of the node in the list or -1 if it isn't found.
-
org.infinispan.schematic.internal.document.MutableArray.indexOf()
-
org.itsnat.comp.list.ItsNatComboBox.indexOf()
-
org.jboss.netty.buffer.ChannelBuffer.indexOf()
Locates the first occurrence of the specified {@code value} in thisbuffer. The search takes place from the specified {@code fromIndex}(inclusive) to the specified {@code toIndex} (exclusive).
If {@code fromIndex} is greater than {@code toIndex}, the search is performed in a reversed order.
@return the absolute index of the first occurrence if found.{@code -1} otherwise.
-
org.jdom.Element.indexOf()
-
org.jfree.chart.plot.XYPlot.indexOf()
Returns the index of the specified dataset, or -1
if the dataset does not belong to the plot.
@param dataset the dataset (null
not permitted).
@return The index.
-
org.jfree.data.time.TimeSeriesCollection.indexOf()
Returns the index of the specified series, or -1 if that series is not present in the dataset.
@param series the series (null
not permitted).
@return The series index.
@since 1.0.6
-
org.jfree.data.time.ohlc.OHLCSeries.indexOf()
-
org.jfree.data.xy.DefaultIntervalXYDataset.indexOf()
-
org.jfree.data.xy.DefaultWindDataset.indexOf()
-
org.jfree.data.xy.DefaultXYDataset.indexOf()
Returns the index of the series with the specified key, or -1 if there is no such series in the dataset.
@param seriesKey the series key (null
permitted).
@return The index, or -1.
-
org.jfree.data.xy.DefaultXYZDataset.indexOf()
Returns the index of the series with the specified key, or -1 if there is no such series in the dataset.
@param seriesKey the series key (null
permitted).
@return The index, or -1.
-
org.jfree.data.xy.VectorSeries.indexOf()
-
org.jfree.data.xy.XIntervalSeries.indexOf()
-
org.jfree.data.xy.XYIntervalSeries.indexOf()
-
org.jfree.data.xy.XYIntervalSeriesCollection.indexOf()
-
org.jfree.data.xy.XYSeries.indexOf()
Returns the index of the item with the specified x-value, or a negative index if the series does not contain an item with that x-value. Be aware that for an unsorted series, the index is found by iterating through all items in the series.
@param x the x-value (null
not permitted).
@return The index.
-
org.jfree.data.xy.XYSeriesCollection.indexOf()
Returns the index of the specified series, or -1 if that series is not present in the dataset.
@param series the series (null
not permitted).
@return The series index.
@since 1.0.6
-
org.jfree.data.xy.YIntervalSeries.indexOf()
-
org.jruby.util.ByteList.indexOf()
-
org.jsoup.select.Elements.indexOf()
-
org.luaj.vm2.LuaString.indexOf()
Find the index of a byte starting at a point in this string
@param b the byte to look for
@param start the first index in the string
@return index of first match found, or -1 if not found.
-
org.mcarthur.sandy.gwt.event.list.client.EventList.indexOf()
-
org.mcarthur.sandy.gwt.event.list.client.RangedEventList.indexOf()
-
org.mcarthur.sandy.gwt.event.list.client.SortedEventList.indexOf()
-
org.mozilla.javascript.NativeArray.indexOf()
-
org.netbeans.modules.schema2beans.BaseBean.indexOf()
-
org.neuroph.core.Layer.indexOf()
Returns the index position in layer for the specified neuron
@param neuron neuron object
@return index position of specified neuron
-
org.objectweb.asm.tree.InsnList.indexOf()
Returns the index of the given instruction in this list. This method builds a cache of the instruction indexes to avoid scanning the whole list each time it is called. Once the cache is built, this method run in constant time. The cache is invalidated by all the methods that modify the list.
@param insn an instruction of this list.
@return the index of the given instruction in this list. The result ofthis method is undefined if the given instruction does not belong to this list. Use {@link #contains contains} to test if aninstruction belongs to an instruction list or not.
-
org.opengis.feature.simple.SimpleFeatureType.indexOf()
Returns the index of the attribute which matches the specified name.
-1 is returned in the instance there is no attribute matching the specified name.
@param name The name of the attribute whose index to return.
@return index of named attribute, or -1 if not found.
-
org.pdfbox.cos.COSArray.indexOf()
This will return the index of the entry or -1 if it is not found.
@param object The object to search for.
@return The index of the object or -1.
-
org.pdfclown.objects.PdfArray.indexOf()
-
org.pentaho.reporting.engine.classic.core.function.ExpressionCollection.indexOf()
-
org.rssowl.ui.internal.util.TreeItemAdapter.indexOf()
@param item
@return The Index of the given Item.
-
org.sgx.yuigwt.yui.asyncqueue.AsyncQueue.indexOf()
Returns the current index of a callback. Pass in either the id or callback function from getCallback.
@param c
@return
-
org.vfny.geoserver.wms.responses.map.htmlimagemap.utils.CyclicalList.indexOf()
-
org.vietspider.token.attribute.Attributes.indexOf()
-
org.zkoss.zkplus.databind.BindingListModelList.indexOf()
-
org.zkoss.zul.ListModelList.indexOf()
-
org.zkoss.zul.Treeitem.indexOf()
return the index of this container
@return the index of this container
@since 3.0.0
-
org.zoolu.tools.Parser.indexOf()
Gets the index of the first occurence of char c
-
pivot.wtk.CardPane.indexOf()
-
pivot.wtk.text.Element.indexOf()
-
siena.Json.indexOf()
-
simtools.data.DataSourceCollection.indexOf()
-
tkuri.uty.Bs.indexOf()
-
weka.core.FastVector.indexOf()
Searches for the first occurence of the given argument, testing for equality using the equals method.
@param element the element to be found
@return the index of the first occurrence of the argument in this vector; returns -1 if the object is not found