📄 index-all.html
字号:
Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Form.html">Form</A>
<DD>Adds an <code>Item</code> into the <code>Form</code>.
<DT><A HREF="javax/microedition/lcdui/game/LayerManager.html#append(javax.microedition.lcdui.game.Layer)"><B>append(Layer)</B></A> -
Method in class javax.microedition.lcdui.game.<A HREF="javax/microedition/lcdui/game/LayerManager.html">LayerManager</A>
<DD>Appends a Layer to this LayerManager.
<DT><A HREF="java/lang/StringBuffer.html#append(long)"><B>append(long)</B></A> -
Method in class java.lang.<A HREF="java/lang/StringBuffer.html">StringBuffer</A>
<DD>Appends the string representation of the <code>long</code> argument to this string buffer.
<DT><A HREF="java/lang/StringBuffer.html#append(java.lang.Object)"><B>append(Object)</B></A> -
Method in class java.lang.<A HREF="java/lang/StringBuffer.html">StringBuffer</A>
<DD>Appends the string representation of the <code>Object</code> argument to this string buffer.
<DT><A HREF="java/lang/StringBuffer.html#append(java.lang.String)"><B>append(String)</B></A> -
Method in class java.lang.<A HREF="java/lang/StringBuffer.html">StringBuffer</A>
<DD>Appends the string to this string buffer.
<DT><A HREF="javax/microedition/lcdui/Form.html#append(java.lang.String)"><B>append(String)</B></A> -
Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Form.html">Form</A>
<DD>Adds an item consisting of one <code>String</code> to the <code>Form</code>.
<DT><A HREF="javax/microedition/lcdui/ChoiceGroup.html#append(java.lang.String, javax.microedition.lcdui.Image)"><B>append(String, Image)</B></A> -
Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/ChoiceGroup.html">ChoiceGroup</A>
<DD>Appends an element to the <code>ChoiceGroup</code>.
<DT><A HREF="javax/microedition/lcdui/List.html#append(java.lang.String, javax.microedition.lcdui.Image)"><B>append(String, Image)</B></A> -
Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/List.html">List</A>
<DD>Appends an element to the <code>List</code>.
<DT><A HREF="javax/microedition/lcdui/Choice.html#append(java.lang.String, javax.microedition.lcdui.Image)"><B>append(String, Image)</B></A> -
Method in interface javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Choice.html">Choice</A>
<DD>Appends an element to the <code>Choice</code>.
<DT><A HREF="java/util/Calendar.html#APRIL"><B>APRIL</B></A> -
Static variable in class java.util.<A HREF="java/util/Calendar.html">Calendar</A>
<DD>Value of the <code>MONTH</code> field indicating the fourth month of the year.
<DT><A HREF="java/lang/ArithmeticException.html"><B>ArithmeticException</B></A> - exception java.lang.<A HREF="java/lang/ArithmeticException.html">ArithmeticException</A>.<DD>Thrown when an exceptional arithmetic condition has occurred.<DT><A HREF="java/lang/ArithmeticException.html#ArithmeticException()"><B>ArithmeticException()</B></A> -
Constructor for class java.lang.<A HREF="java/lang/ArithmeticException.html">ArithmeticException</A>
<DD>Constructs an <code>ArithmeticException</code> with no detail message.
<DT><A HREF="java/lang/ArithmeticException.html#ArithmeticException(java.lang.String)"><B>ArithmeticException(String)</B></A> -
Constructor for class java.lang.<A HREF="java/lang/ArithmeticException.html">ArithmeticException</A>
<DD>Constructs an <code>ArithmeticException</code> with the specified detail message.
<DT><A HREF="java/lang/System.html#arraycopy(java.lang.Object, int, java.lang.Object, int, int)"><B>arraycopy(Object, int, Object, int, int)</B></A> -
Static method in class java.lang.<A HREF="java/lang/System.html">System</A>
<DD>Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
<DT><A HREF="java/lang/ArrayIndexOutOfBoundsException.html"><B>ArrayIndexOutOfBoundsException</B></A> - exception java.lang.<A HREF="java/lang/ArrayIndexOutOfBoundsException.html">ArrayIndexOutOfBoundsException</A>.<DD>Thrown to indicate that an array has been accessed with an illegal index.<DT><A HREF="java/lang/ArrayIndexOutOfBoundsException.html#ArrayIndexOutOfBoundsException()"><B>ArrayIndexOutOfBoundsException()</B></A> -
Constructor for class java.lang.<A HREF="java/lang/ArrayIndexOutOfBoundsException.html">ArrayIndexOutOfBoundsException</A>
<DD>Constructs an <code>ArrayIndexOutOfBoundsException</code> with no detail message.
<DT><A HREF="java/lang/ArrayIndexOutOfBoundsException.html#ArrayIndexOutOfBoundsException(int)"><B>ArrayIndexOutOfBoundsException(int)</B></A> -
Constructor for class java.lang.<A HREF="java/lang/ArrayIndexOutOfBoundsException.html">ArrayIndexOutOfBoundsException</A>
<DD>Constructs a new <code>ArrayIndexOutOfBoundsException</code> class with an argument indicating the illegal index.
<DT><A HREF="java/lang/ArrayIndexOutOfBoundsException.html#ArrayIndexOutOfBoundsException(java.lang.String)"><B>ArrayIndexOutOfBoundsException(String)</B></A> -
Constructor for class java.lang.<A HREF="java/lang/ArrayIndexOutOfBoundsException.html">ArrayIndexOutOfBoundsException</A>
<DD>Constructs an <code>ArrayIndexOutOfBoundsException</code> class with the specified detail message.
<DT><A HREF="java/lang/ArrayStoreException.html"><B>ArrayStoreException</B></A> - exception java.lang.<A HREF="java/lang/ArrayStoreException.html">ArrayStoreException</A>.<DD>Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.<DT><A HREF="java/lang/ArrayStoreException.html#ArrayStoreException()"><B>ArrayStoreException()</B></A> -
Constructor for class java.lang.<A HREF="java/lang/ArrayStoreException.html">ArrayStoreException</A>
<DD>Constructs an <code>ArrayStoreException</code> with no detail message.
<DT><A HREF="java/lang/ArrayStoreException.html#ArrayStoreException(java.lang.String)"><B>ArrayStoreException(String)</B></A> -
Constructor for class java.lang.<A HREF="java/lang/ArrayStoreException.html">ArrayStoreException</A>
<DD>Constructs an <code>ArrayStoreException</code> with the specified detail message.
<DT><A HREF="java/util/Calendar.html#AUGUST"><B>AUGUST</B></A> -
Static variable in class java.util.<A HREF="java/util/Calendar.html">Calendar</A>
<DD>Value of the <code>MONTH</code> field indicating the eighth month of the year.
<DT><A HREF="javax/microedition/rms/RecordStore.html#AUTHMODE_ANY"><B>AUTHMODE_ANY</B></A> -
Static variable in class javax.microedition.rms.<A HREF="javax/microedition/rms/RecordStore.html">RecordStore</A>
<DD>Authorization to allow access to any MIDlet suites.
<DT><A HREF="javax/microedition/rms/RecordStore.html#AUTHMODE_PRIVATE"><B>AUTHMODE_PRIVATE</B></A> -
Static variable in class javax.microedition.rms.<A HREF="javax/microedition/rms/RecordStore.html">RecordStore</A>
<DD>Authorization to allow access only to the current MIDlet suite.
<DT><A HREF="java/io/InputStream.html#available()"><B>available()</B></A> -
Method in class java.io.<A HREF="java/io/InputStream.html">InputStream</A>
<DD>Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
<DT><A HREF="java/io/DataInputStream.html#available()"><B>available()</B></A> -
Method in class java.io.<A HREF="java/io/DataInputStream.html">DataInputStream</A>
<DD>Returns the number of bytes that can be read from this input stream without blocking.
<DT><A HREF="java/io/ByteArrayInputStream.html#available()"><B>available()</B></A> -
Method in class java.io.<A HREF="java/io/ByteArrayInputStream.html">ByteArrayInputStream</A>
<DD>Returns the number of bytes that can be read from this input stream without blocking.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="javax/microedition/lcdui/Command.html#BACK"><B>BACK</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Command.html">Command</A>
<DD>A navigation command that returns the user to the logically previous screen.
<DT><A HREF="javax/microedition/pki/CertificateException.html#BAD_EXTENSIONS"><B>BAD_EXTENSIONS</B></A> -
Static variable in class javax.microedition.pki.<A HREF="javax/microedition/pki/CertificateException.html">CertificateException</A>
<DD>Indicates a certificate has unrecognized critical extensions.
<DT><A HREF="javax/microedition/lcdui/Graphics.html#BASELINE"><B>BASELINE</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Graphics.html">Graphics</A>
<DD>Constant for positioning the anchor point at the baseline of text.
<DT><A HREF="java/util/Calendar.html#before(java.lang.Object)"><B>before(Object)</B></A> -
Method in class java.util.<A HREF="java/util/Calendar.html">Calendar</A>
<DD>Compares the time field records.
<DT><A HREF="javax/microedition/media/control/ToneControl.html#BLOCK_END"><B>BLOCK_END</B></A> -
Static variable in interface javax.microedition.media.control.<A HREF="javax/microedition/media/control/ToneControl.html">ToneControl</A>
<DD>Defines an ending point for a block.
<DT><A HREF="javax/microedition/media/control/ToneControl.html#BLOCK_START"><B>BLOCK_START</B></A> -
Static variable in interface javax.microedition.media.control.<A HREF="javax/microedition/media/control/ToneControl.html">ToneControl</A>
<DD>Defines a starting point for a block.
<DT><A HREF="java/lang/Boolean.html"><B>Boolean</B></A> - class java.lang.<A HREF="java/lang/Boolean.html">Boolean</A>.<DD>The Boolean class wraps a value of the primitive type <code>boolean</code> in an object.<DT><A HREF="java/lang/Boolean.html#Boolean(boolean)"><B>Boolean(boolean)</B></A> -
Constructor for class java.lang.<A HREF="java/lang/Boolean.html">Boolean</A>
<DD>Allocates a <code>Boolean</code> object representing the <code>value</code> argument.
<DT><A HREF="java/lang/Boolean.html#booleanValue()"><B>booleanValue()</B></A> -
Method in class java.lang.<A HREF="java/lang/Boolean.html">Boolean</A>
<DD>Returns the value of this <tt>Boolean</tt> object as a boolean primitive.
<DT><A HREF="javax/microedition/lcdui/Graphics.html#BOTTOM"><B>BOTTOM</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Graphics.html">Graphics</A>
<DD>Constant for positioning the anchor point of text and images below the text or image.
<DT><A HREF="javax/microedition/pki/CertificateException.html#BROKEN_CHAIN"><B>BROKEN_CHAIN</B></A> -
Static variable in class javax.microedition.pki.<A HREF="javax/microedition/pki/CertificateException.html">CertificateException</A>
<DD>Indicates a certificate in a chain was not issued by the next authority in the chain.
<DT><A HREF="java/io/ByteArrayInputStream.html#buf"><B>buf</B></A> -
Variable in class java.io.<A HREF="java/io/ByteArrayInputStream.html">ByteArrayInputStream</A>
<DD>An array of bytes that was provided by the creator of the stream.
<DT><A HREF="java/io/ByteArrayOutputStream.html#buf"><B>buf</B></A> -
Variable in class java.io.<A HREF="java/io/ByteArrayOutputStream.html">ByteArrayOutputStream</A>
<DD>The buffer where data is stored.
<DT><A HREF="javax/microedition/lcdui/Item.html#BUTTON"><B>BUTTON</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Item.html">Item</A>
<DD>An appearance mode value indicating that the <code>Item</code> is to appear as a button.
<DT><A HREF="java/lang/Byte.html"><B>Byte</B></A> - class java.lang.<A HREF="java/lang/Byte.html">Byte</A>.<DD>The Byte class is the standard wrapper for byte values.<DT><A HREF="java/lang/Byte.html#Byte(byte)"><B>Byte(byte)</B></A> -
Constructor for class java.lang.<A HREF="java/lang/Byte.html">Byte</A>
<DD>Constructs a Byte object initialized to the specified byte value.
<DT><A HREF="java/io/ByteArrayInputStream.html"><B>ByteArrayInputStream</B></A> - class java.io.<A HREF="java/io/ByteArrayInputStream.html">ByteArrayInputStream</A>.<DD>A <code>ByteArrayInputStream</code> contains an internal buffer that contains bytes that may be read from the stream.<DT><A HREF="java/io/ByteArrayInputStream.html#ByteArrayInputStream(byte[])"><B>ByteArrayInputStream(byte[])</B></A> -
Constructor for class java.io.<A HREF="java/io/ByteArrayInputStream.html">ByteArrayInputStream</A>
<DD>Creates a <code>ByteArrayInputStream</code> so that it uses <code>buf</code> as its buffer array.
<DT><A HREF="java/io/ByteArrayInputStream.html#ByteArrayInputStream(byte[], int, int)"><B>ByteArrayInputStream(byte[], int, int)</B></A> -
Constructor for class java.io.<A HREF="java/io/ByteArrayInputStream.html">ByteArrayInputStream</A>
<DD>Creates <code>ByteArrayInputStream</code> that uses <code>buf</code> as its buffer array.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -