-
ariba.util.core.FastStringBuffer.charAt()
Returns the character at index.
@param index the index of the character to return.
@return the character at the location specified.
@exception StringIndexOutOfBoundsException If the index is invalid
@aribaapi documented
-
br.msf.commons.lang.EnhancedStringBuilder.charAt()
-
chaschev.lang.OpenStringBuilder.charAt()
-
client.net.sf.saxon.ce.regex.UnicodeString.charAt()
Get the character at a specified position
@param pos the index of the required character (countingcodepoints, not 16-bit characters)
@return a character (Unicode codepoint) at the specified position.
-
client.net.sf.saxon.ce.tree.util.FastStringBuffer.charAt()
Returns the
char
value at the specified index. An index ranges from zero to
length() - 1. The first
char
value of the sequence is at index zero, the next at index one, and so on, as for array indexing.
If the char
value specified by the index is a surrogate, the surrogate value is returned.
@param index the index of the char
value to be returned
@return the specified char
value
@throws IndexOutOfBoundsException if the index argument is negative or not less thanlength()
-
com.aptana.shared_core.string.FastStringBuffer.charAt()
@return the char given at a specific position of the buffer (no bounds check)
-
com.caucho.quercus.env.StringValue.charAt()
Returns the character at a particular location
-
com.caucho.util.CharBuffer.charAt()
Returns the char at the specified offset.
-
com.caucho.util.CharSegment.charAt()
Returns the char at the specified offset.
-
com.cloudera.flume.handlers.text.CustomDelimCursor.ByteBufferAsCharSequence.charAt()
-
com.compomics.util.experiment.biology.AminoAcidSequence.charAt()
-
com.dotcms.repackage.org.apache.commons.lang.text.StrBuilder.charAt()
-
com.ibm.icu.text.UnicodeSet.charAt()
Returns the character at the given index within this set, where the set is ordered by ascending code point. If the index is out of range, return -1. The inverse of this method is indexOf()
.
@param index an index from 0..size()-1
@return the character at the given index, or -1.
@stable ICU 2.0
-
com.mysema.query.types.expr.StringExpression.charAt()
Get the character at the given index
@param i
@return this.charAt(i)
@see java.lang.String#charAt(int)
-
com.sun.org.apache.xml.internal.utils.FastStringBuffer.charAt()
Get a single character from the string buffer.
@param pos character position requested.
@return A character from the requested position.
-
com.sun.org.apache.xml.internal.utils.XMLString.charAt()
Returns the character at the specified index. An index ranges from 0
to length() - 1
. The first character of the sequence is at index 0
, the next at index 1
, and so on, as for array indexing.
@param index the index of the character.
@return the character at the specified index of this string.The first character is at index 0
.
@exception IndexOutOfBoundsException if the index
argument is negative or not less than the length of this string.
-
com.uic.ase.proj.xbn.config.InsideWhitespace.charAt()
-
com.uic.ase.proj.xbn.string.SOBStringBuffer.charAt()
-
com.uic.ase.proj.xbn.string.StringOrBuffer.charAt()
Get the character located at the requested array index.
@param i_dx The array index of the character you want. Must range 0..
[length() - 1]
, inclusive.
-
com.volantis.mcs.dissection.string.DissectableString.charAt()
Get the character at the specified index.
-
gnu.java.lang.CPStringBuilder.charAt()
-
io.netty.handler.codec.AsciiString.charAt()
-
io.netty.util.internal.AppendableCharSequence.charAt()
-
it.unimi.dsi.lang.MutableString.charAt()
-
java.lang.CharSequence.charAt()
Returns the
char
value at the specified index. An index ranges from zero to
length() - 1. The first
char
value of the sequence is at index zero, the next at index one, and so on, as for array indexing.
If the char
value specified by the index is a surrogate, the surrogate value is returned.
@param index the index of the char
value to be returned
@return the specified char
value
@throws IndexOutOfBoundsException if the index argument is negative or not less than length()
-
java.lang.String.charAt()
Returns the
char
value at the specified index. An index ranges from
0
to
length() - 1
. The first
char
value of the sequence is at index
0
, the next at index
1
, and so on, as for array indexing.
If the char
value specified by the index is a surrogate, the surrogate value is returned.
@param index the index of the char
value.
@return the char
value at the specified index of this string.The first char
value is at index 0
.
@exception IndexOutOfBoundsException if the index
argument is negative or not less than the length of this string.
-
java.lang.StringBuffer.charAt()
@throws IndexOutOfBoundsException {@inheritDoc}
@see #length()
-
java.nio.CharBuffer.charAt()
Returns the character located at the specified index in the buffer. The index value is referenced from the current buffer position.
@param index The index referenced from the current buffer position. It must not be less than zero but less than the value obtained from a call to remaining()
@return the character located at the specified index (referenced from thecurrent position) in the buffer.
@exception IndexOutOfBoundsException If the index is invalid
-
java.sql.Timestamp.charAt()
-
javax.lang.model.element.Name.charAt()
-
javolution.text.CharArray.charAt()
-
net.sf.saxon.om.FastStringBuffer.charAt()
Returns the
char
value at the specified index. An index ranges from zero to
length() - 1. The first
char
value of the sequence is at index zero, the next at index one, and so on, as for array indexing.
If the char
value specified by the index is a surrogate, the surrogate value is returned.
@param index the index of the char
value to be returned
@return the specified char
value
@throws IndexOutOfBoundsException if the index argument is negative or not less thanlength()
-
org.apache.beehive.netui.util.internal.InternalStringBuilder.charAt()
-
org.apache.commons.lang.text.StrBuilder.charAt()
Gets the character at the specified index.
@see #setCharAt(int,char)
@see #deleteCharAt(int)
@param index the index to retrieve, must be valid
@return the character at the index
@throws IndexOutOfBoundsException if the index is invalid
-
org.apache.flink.types.StringValue.charAt()
-
org.apache.hadoop.io.Text.charAt()
Returns the Unicode Scalar Value (32-bit integer value) for the character at position
. Note that this method avoids using the converter or doing String instatiation
@return the Unicode scalar value at position or -1if the position is invalid or points to a trailing byte
-
org.apache.http.io.CharArrayBuffer.charAt()
-
org.apache.http.util.CharArrayBuffer.charAt()
-
org.apache.james.mime4j.io.BufferedLineReaderInputStream.charAt()
-
org.apache.james.mime4j.util.CharArrayBuffer.charAt()
-
org.apache.wicket.util.string.AppendingStringBuffer.charAt()
The specified character of the sequence currently represented by the string buffer, as indicated by the
index
argument, is returned. The first character of a string buffer is at index
0
, the next at index
1
, and so on, for array indexing.
The index argument must be greater than or equal to 0
, and less than the length of this string buffer.
@param index the index of the desired character.
@return the character at the specified index of this string buffer.
@exception IndexOutOfBoundsException if index
is negative or greater than or equal to length()
.
@see java.lang.StringBuffer#length()
-
org.apache.xml.utils.FastStringBuffer.charAt()
Get a single character from the string buffer.
@param pos character position requested.
@return A character from the requested position.
-
org.apache.xml.utils.XMLString.charAt()
Returns the character at the specified index. An index ranges from 0
to length() - 1
. The first character of the sequence is at index 0
, the next at index 1
, and so on, as for array indexing.
@param index the index of the character.
@return the character at the specified index of this string.The first character is at index 0
.
@exception IndexOutOfBoundsException if the index
argument is negative or not less than the length of this string.
-
org.eclipse.imp.pdb.facts.IString.charAt()
-
org.eclipse.php.internal.core.util.text.TextSequence.charAt()
-
org.fife.ui.rsyntaxtextarea.RSyntaxDocument.charAt()
Returns the character in the document at the specified offset.
@param offset The offset of the character.
@return The character.
@throws BadLocationException If the offset is invalid.
-
org.foray.common.CharVector.charAt()
{@inheritDoc}
-
org.hornetq.api.core.SimpleString.charAt()
-
org.jdom.xpath.XPath.charAt()
-
org.jruby.util.ByteList.charAt()
-
org.luaj.vm2.LuaString.charAt()
-
org.parboiled.buffers.InputBuffer.charAt()
Returns the character at the given index. If the index is invalid the method returns {@link org.parboiled.support.Chars#EOI}.
@param index the index
@return the character at the given index or Chars.EOI.
-
org.parboiled.support.InputBuffer.charAt()
Returns the character at the given index. If the index is invalid the method returns {@link org.parboiled.support.Characters#EOI}.
@param index the index
@return the character at the given index or Chars.EOI.
-
org.pdf4j.saxon.om.FastStringBuffer.charAt()
Returns the
char
value at the specified index. An index ranges from zero to
length() - 1. The first
char
value of the sequence is at index zero, the next at index one, and so on, as for array indexing.
If the char
value specified by the index is a surrogate, the surrogate value is returned.
@param index the index of the char
value to be returned
@return the specified char
value
@throws IndexOutOfBoundsException if the index argument is negative or not less thanlength()
-
org.python.pydev.core.docutils.ParsingUtils.charAt()
@return the char at a given position of the object
-
org.semanticweb.owlapi.apibinding.OWLFunctionalSyntaxFactory.IRI.charAt()
-
org.semanticweb.owlapi.model.IRI.charAt()
-
org.springframework.roo.classpath.details.annotations.AnnotationMetadata.charAt()