📄 index-all.html
字号:
Method in class java.io.<A HREF="java/io/Reader.html">Reader</A>
<DD>Close the stream.
<DT><A HREF="java/io/Writer.html#close()"><B>close()</B></A> -
Method in class java.io.<A HREF="java/io/Writer.html">Writer</A>
<DD>Close the stream, flushing it first.
<DT><A HREF="java/io/OutputStream.html#close()"><B>close()</B></A> -
Method in class java.io.<A HREF="java/io/OutputStream.html">OutputStream</A>
<DD>Closes this output stream and releases any system resources associated with this stream.
<DT><A HREF="java/io/DataOutputStream.html#close()"><B>close()</B></A> -
Method in class java.io.<A HREF="java/io/DataOutputStream.html">DataOutputStream</A>
<DD>Closes this output stream and releases any system resources associated with the stream.
<DT><A HREF="java/io/InputStreamReader.html#close()"><B>close()</B></A> -
Method in class java.io.<A HREF="java/io/InputStreamReader.html">InputStreamReader</A>
<DD>Close the stream.
<DT><A HREF="java/io/PrintStream.html#close()"><B>close()</B></A> -
Method in class java.io.<A HREF="java/io/PrintStream.html">PrintStream</A>
<DD>Close the stream.
<DT><A HREF="java/io/OutputStreamWriter.html#close()"><B>close()</B></A> -
Method in class java.io.<A HREF="java/io/OutputStreamWriter.html">OutputStreamWriter</A>
<DD>Close the stream.
<DT><A HREF="java/io/ByteArrayInputStream.html#close()"><B>close()</B></A> -
Method in class java.io.<A HREF="java/io/ByteArrayInputStream.html">ByteArrayInputStream</A>
<DD>Closes this input stream and releases any system resources associated with the stream.
<DT><A HREF="java/io/ByteArrayOutputStream.html#close()"><B>close()</B></A> -
Method in class java.io.<A HREF="java/io/ByteArrayOutputStream.html">ByteArrayOutputStream</A>
<DD>Closes this output stream and releases any system resources associated with this stream.
<DT><A HREF="javax/microedition/io/Connection.html#close()"><B>close()</B></A> -
Method in interface javax.microedition.io.<A HREF="javax/microedition/io/Connection.html">Connection</A>
<DD>Close the connection.
<DT><A HREF="javax/microedition/media/Player.html#close()"><B>close()</B></A> -
Method in interface javax.microedition.media.<A HREF="javax/microedition/media/Player.html">Player</A>
<DD>Close the <code>Player</code> and release its resources.
<DT><A HREF="javax/microedition/media/Player.html#CLOSED"><B>CLOSED</B></A> -
Static variable in interface javax.microedition.media.<A HREF="javax/microedition/media/Player.html">Player</A>
<DD>The state of the <code>Player</code> indicating that the <code>Player</code> is closed.
<DT><A HREF="javax/microedition/media/PlayerListener.html#CLOSED"><B>CLOSED</B></A> -
Static variable in interface javax.microedition.media.<A HREF="javax/microedition/media/PlayerListener.html">PlayerListener</A>
<DD>Posted when a <code>Player</code> is closed.
<DT><A HREF="javax/microedition/rms/RecordStore.html#closeRecordStore()"><B>closeRecordStore()</B></A> -
Method in class javax.microedition.rms.<A HREF="javax/microedition/rms/RecordStore.html">RecordStore</A>
<DD>This method is called when the MIDlet requests to have the record store closed.
<DT><A HREF="javax/microedition/lcdui/game/Sprite.html#collidesWith(javax.microedition.lcdui.Image, int, int, boolean)"><B>collidesWith(Image, int, int, boolean)</B></A> -
Method in class javax.microedition.lcdui.game.<A HREF="javax/microedition/lcdui/game/Sprite.html">Sprite</A>
<DD>Checks for a collision between this Sprite and the specified Image with its upper left corner at the specified location.
<DT><A HREF="javax/microedition/lcdui/game/Sprite.html#collidesWith(javax.microedition.lcdui.game.Sprite, boolean)"><B>collidesWith(Sprite, boolean)</B></A> -
Method in class javax.microedition.lcdui.game.<A HREF="javax/microedition/lcdui/game/Sprite.html">Sprite</A>
<DD>Checks for a collision between this Sprite and the specified Sprite.
<DT><A HREF="javax/microedition/lcdui/game/Sprite.html#collidesWith(javax.microedition.lcdui.game.TiledLayer, boolean)"><B>collidesWith(TiledLayer, boolean)</B></A> -
Method in class javax.microedition.lcdui.game.<A HREF="javax/microedition/lcdui/game/Sprite.html">Sprite</A>
<DD>Checks for a collision between this Sprite and the specified TiledLayer.
<DT><A HREF="javax/microedition/lcdui/Display.html#COLOR_BACKGROUND"><B>COLOR_BACKGROUND</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A>
<DD>A color specifier for use with <code>getColor</code>.
<DT><A HREF="javax/microedition/lcdui/Display.html#COLOR_BORDER"><B>COLOR_BORDER</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A>
<DD>A color specifier for use with <code>getColor</code>.
<DT><A HREF="javax/microedition/lcdui/Display.html#COLOR_FOREGROUND"><B>COLOR_FOREGROUND</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A>
<DD>A color specifier for use with <code>getColor</code>.
<DT><A HREF="javax/microedition/lcdui/Display.html#COLOR_HIGHLIGHTED_BACKGROUND"><B>COLOR_HIGHLIGHTED_BACKGROUND</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A>
<DD>A color specifier for use with <code>getColor</code>.
<DT><A HREF="javax/microedition/lcdui/Display.html#COLOR_HIGHLIGHTED_BORDER"><B>COLOR_HIGHLIGHTED_BORDER</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A>
<DD>A color specifier for use with <code>getColor</code>.
<DT><A HREF="javax/microedition/lcdui/Display.html#COLOR_HIGHLIGHTED_FOREGROUND"><B>COLOR_HIGHLIGHTED_FOREGROUND</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Display.html">Display</A>
<DD>A color specifier for use with <code>getColor</code>.
<DT><A HREF="javax/microedition/lcdui/Command.html"><B>Command</B></A> - class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Command.html">Command</A>.<DD>The <code>Command</code> class is a construct that encapsulates the semantic information of an action.<DT><A HREF="javax/microedition/lcdui/Command.html#Command(java.lang.String, int, int)"><B>Command(String, int, int)</B></A> -
Constructor for class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Command.html">Command</A>
<DD>Creates a new command object with the given short <a href="#label">label</a>, <a href="#type">type</a>, and <a href="#priority">priority</a>.
<DT><A HREF="javax/microedition/lcdui/Command.html#Command(java.lang.String, java.lang.String, int, int)"><B>Command(String, String, int, int)</B></A> -
Constructor for class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Command.html">Command</A>
<DD>Creates a new command object with the given <a href="#label">labels</a>, <a href="#type">type</a>, and <a href="#priority">priority</a>.
<DT><A HREF="javax/microedition/lcdui/CommandListener.html#commandAction(javax.microedition.lcdui.Command, javax.microedition.lcdui.Displayable)"><B>commandAction(Command, Displayable)</B></A> -
Method in interface javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/CommandListener.html">CommandListener</A>
<DD>Indicates that a command event has occurred on <code>Displayable d</code>.
<DT><A HREF="javax/microedition/lcdui/ItemCommandListener.html#commandAction(javax.microedition.lcdui.Command, javax.microedition.lcdui.Item)"><B>commandAction(Command, Item)</B></A> -
Method in interface javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/ItemCommandListener.html">ItemCommandListener</A>
<DD>Called by the system to indicate that a command has been invoked on a particular item.
<DT><A HREF="javax/microedition/lcdui/CommandListener.html"><B>CommandListener</B></A> - interface javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/CommandListener.html">CommandListener</A>.<DD>This interface is used by applications which need to receive high-level events from the implementation.<DT><A HREF="javax/microedition/io/CommConnection.html"><B>CommConnection</B></A> - interface javax.microedition.io.<A HREF="javax/microedition/io/CommConnection.html">CommConnection</A>.<DD>This interface defines a logical serial port connection.<DT><A HREF="javax/microedition/rms/RecordComparator.html#compare(byte[], byte[])"><B>compare(byte[], byte[])</B></A> -
Method in interface javax.microedition.rms.<A HREF="javax/microedition/rms/RecordComparator.html">RecordComparator</A>
<DD>Returns <code>RecordComparator.PRECEDES</code> if rec1 precedes rec2 in sort order, or <code>RecordComparator.FOLLOWS</code> if rec1 follows rec2 in sort order, or <code>RecordComparator.EQUIVALENT</code> if rec1 and rec2 are equivalent in terms of sort order.
<DT><A HREF="java/lang/String.html#compareTo(java.lang.String)"><B>compareTo(String)</B></A> -
Method in class java.lang.<A HREF="java/lang/String.html">String</A>
<DD>Compares two strings lexicographically.
<DT><A HREF="java/lang/String.html#concat(java.lang.String)"><B>concat(String)</B></A> -
Method in class java.lang.<A HREF="java/lang/String.html">String</A>
<DD>Concatenates the specified string to the end of this string.
<DT><A HREF="javax/microedition/lcdui/AlertType.html#CONFIRMATION"><B>CONFIRMATION</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/AlertType.html">AlertType</A>
<DD>A <code>CONFIRMATION</code> <code>AlertType</code> is a hint to confirm user actions.
<DT><A HREF="javax/microedition/io/Connection.html"><B>Connection</B></A> - interface javax.microedition.io.<A HREF="javax/microedition/io/Connection.html">Connection</A>.<DD>This is the most basic type of generic connection.<DT><A HREF="javax/microedition/io/ConnectionNotFoundException.html"><B>ConnectionNotFoundException</B></A> - exception javax.microedition.io.<A HREF="javax/microedition/io/ConnectionNotFoundException.html">ConnectionNotFoundException</A>.<DD>This class is used to signal that a connection target cannot be found.<DT><A HREF="javax/microedition/io/ConnectionNotFoundException.html#ConnectionNotFoundException()"><B>ConnectionNotFoundException()</B></A> -
Constructor for class javax.microedition.io.<A HREF="javax/microedition/io/ConnectionNotFoundException.html">ConnectionNotFoundException</A>
<DD>Constructs a ConnectionNotFoundException with no detail message.
<DT><A HREF="javax/microedition/io/ConnectionNotFoundException.html#ConnectionNotFoundException(java.lang.String)"><B>ConnectionNotFoundException(String)</B></A> -
Constructor for class javax.microedition.io.<A HREF="javax/microedition/io/ConnectionNotFoundException.html">ConnectionNotFoundException</A>
<DD>Constructs a ConnectionNotFoundException with the specified detail message.
<DT><A HREF="javax/microedition/io/Connector.html"><B>Connector</B></A> - class javax.microedition.io.<A HREF="javax/microedition/io/Connector.html">Connector</A>.<DD>This class is factory for creating new Connection objects.<DT><A HREF="javax/microedition/lcdui/TextField.html#CONSTRAINT_MASK"><B>CONSTRAINT_MASK</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/TextField.html">TextField</A>
<DD>The mask value for determining the constraint mode.
<DT><A HREF="java/util/Hashtable.html#contains(java.lang.Object)"><B>contains(Object)</B></A> -
Method in class java.util.<A HREF="java/util/Hashtable.html">Hashtable</A>
<DD>Tests if some key maps into the specified value in this hashtable.
<DT><A HREF="java/util/Vector.html#contains(java.lang.Object)"><B>contains(Object)</B></A> -
Method in class java.util.<A HREF="java/util/Vector.html">Vector</A>
<DD>Tests if the specified object is a component in this vector.
<DT><A HREF="java/util/Hashtable.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> -
Method in class java.util.<A HREF="java/util/Hashtable.html">Hashtable</A>
<DD>Tests if the specified object is a key in this hashtable.
<DT><A HREF="javax/microedition/io/ContentConnection.html"><B>ContentConnection</B></A> - interface javax.microedition.io.<A HREF="javax/microedition/io/ContentConnection.html">ContentConnection</A>.<DD>This interface defines the stream connection over which content is passed.<DT><A HREF="javax/microedition/lcdui/Gauge.html#CONTINUOUS_IDLE"><B>CONTINUOUS_IDLE</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Gauge.html">Gauge</A>
<DD>The value representing the continuous-idle state of a non-interactive <code>Gauge</code> with indefinite range.
<DT><A HREF="javax/microedition/lcdui/Gauge.html#CONTINUOUS_RUNNING"><B>CONTINUOUS_RUNNING</B></A> -
Static variable in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Gauge.html">Gauge</A>
<DD>The value representing the continuous-running state of a non-interactive <code>Gauge</code> with indefinite range.
<DT><A HREF="javax/microedition/media/Control.html"><B>Control</B></A> - interface javax.microedition.media.<A HREF="javax/microedition/media/Control.html">Control</A>.<DD>A <code>Control</code> object is used to control some media processing functions.<DT><A HREF="javax/microedition/media/Controllable.html"><B>Controllable</B></A> - interface javax.microedition.media.<A HREF="javax/microedition/media/Controllable.html">Controllable</A>.<DD><code>Controllable</code> provides an interface for obtaining the <code>Control</code>s from an object like a <code>Player</code>.<DT><A HREF="javax/microedition/lcdui/Graphics.html#copyArea(int, int, int, int, int, int, int)"><B>copyArea(int, int, int, int, int, int, int)</B></A> -
Method in class javax.microedition.lcdui.<A HREF="javax/microedition/lcdui/Graphics.html">Graphics</A>
<DD>Copies the contents of a rectangular area <code>(x_src, y_src, width, height)</code> to a destination area, whose anchor point identified by anchor is located at <code>(x_dest, y_dest)</code>.
<DT><A HREF="java/util/Vector.html#copyInto(java.lang.Object[])"><B>copyInto(Object[])</B></A> -
Method in class java.util.<A HREF="java/util/Vector.html">Vector</A>
<DD>Copies the components of this vector into the specified array.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -