📄 map.html
字号:
int count, <A HREF="../../../java/util/Map.html">Map</A> map)</CODE><BR> Returns an array containing a slice of the SQL array object designated by this <code>Array</code> object, beginning with the specified <code>index</code> and containing up to <code>count</code> successive elements of the SQL array.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/sql/ResultSet.html">ResultSet</A></CODE></FONT></TD><TD><CODE><B>Array.</B><B><A HREF="../../../java/sql/Array.html#getResultSet(java.util.Map)">getResultSet</A></B>(<A HREF="../../../java/util/Map.html">Map</A> map)</CODE><BR> Returns a result set that contains the elements of the SQL <code>ARRAY</code> value designated by this <code>Array</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/sql/ResultSet.html">ResultSet</A></CODE></FONT></TD><TD><CODE><B>Array.</B><B><A HREF="../../../java/sql/Array.html#getResultSet(long, int, java.util.Map)">getResultSet</A></B>(long index, int count, <A HREF="../../../java/util/Map.html">Map</A> map)</CODE><BR> Returns a result set holding the elements of the subarray that starts at index <code>index</code> and contains up to <code>count</code> successive elements.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/lang/Object.html">Object</A></CODE></FONT></TD><TD><CODE><B>ResultSet.</B><B><A HREF="../../../java/sql/ResultSet.html#getObject(int, java.util.Map)">getObject</A></B>(int i, <A HREF="../../../java/util/Map.html">Map</A> map)</CODE><BR> Returns the value of the designated column in the current row of this <code>ResultSet</code> object as an <code>Object</code> in the Java programming language.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/lang/Object.html">Object</A></CODE></FONT></TD><TD><CODE><B>ResultSet.</B><B><A HREF="../../../java/sql/ResultSet.html#getObject(java.lang.String, java.util.Map)">getObject</A></B>(<A HREF="../../../java/lang/String.html">String</A> colName, <A HREF="../../../java/util/Map.html">Map</A> map)</CODE><BR> Returns the value of the designated column in the current row of this <code>ResultSet</code> object as an <code>Object</code> in the Java programming language.</TD></TR></TABLE> <P><A NAME="java.text"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../java/util/Map.html">Map</A> in <A HREF="../../../java/text/package-summary.html">java.text</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../java/text/package-summary.html">java.text</A> that return <A HREF="../../../java/util/Map.html">Map</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/util/Map.html">Map</A></CODE></FONT></TD><TD><CODE><B>AttributedCharacterIterator.</B><B><A HREF="../../../java/text/AttributedCharacterIterator.html#getAttributes()">getAttributes</A></B>()</CODE><BR> Returns a map with the attributes defined on the current character.</TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../java/text/package-summary.html">java.text</A> with parameters of type <A HREF="../../../java/util/Map.html">Map</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AttributedString.</B><B><A HREF="../../../java/text/AttributedString.html#addAttributes(java.util.Map, int, int)">addAttributes</A></B>(<A HREF="../../../java/util/Map.html">Map</A> attributes, int beginIndex, int endIndex)</CODE><BR> Adds a set of attributes to a subrange of the string.</TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Constructors in <A HREF="../../../java/text/package-summary.html">java.text</A> with parameters of type <A HREF="../../../java/util/Map.html">Map</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../java/text/AttributedString.html#AttributedString(java.lang.String, java.util.Map)">AttributedString</A></B>(<A HREF="../../../java/lang/String.html">String</A> text, <A HREF="../../../java/util/Map.html">Map</A> attributes)</CODE><BR> Constructs an AttributedString instance with the given text and attributes.</TD></TR></TABLE> <P><A NAME="java.util"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../java/util/Map.html">Map</A> in <A HREF="../../../java/util/package-summary.html">java.util</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Subinterfaces of <A HREF="../../../java/util/Map.html">Map</A> in <A HREF="../../../java/util/package-summary.html">java.util</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> interface</CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/util/SortedMap.html">SortedMap</A></B></CODE><BR> A map that further guarantees that it will be in ascending key order, sorted according to the <i>natural ordering</i> of its keys (see the <tt>Comparable</tt> interface), or by a comparator provided at sorted map creation time.</TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Classes in <A HREF="../../../java/util/package-summary.html">java.util</A> that implement <A HREF="../../../java/util/Map.html">Map</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/util/AbstractMap.html">AbstractMap</A></B></CODE><BR> This class provides a skeletal implementation of the <tt>Map</tt> interface, to minimize the effort required to implement this interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/util/HashMap.html">HashMap</A></B></CODE><BR> Hash table based implementation of the <tt>Map</tt> interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/util/Hashtable.html">Hashtable</A></B></CODE><BR> This class implements a hashtable, which maps keys to values.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/util/Properties.html">Properties</A></B></CODE><BR> The <code>Properties</code> class represents a persistent set of properties.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/util/TreeMap.html">TreeMap</A></B></CODE><BR> Red-Black tree based implementation of the <tt>SortedMap</tt> interface.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/util/WeakHashMap.html">WeakHashMap</A></B></CODE><BR> A hashtable-based <code>Map</code> implementation with <em>weak keys</em>.</TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Fields in <A HREF="../../../java/util/package-summary.html">java.util</A> declared as <A HREF="../../../java/util/Map.html">Map</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../java/util/Map.html">Map</A></CODE></FONT></TD><TD><CODE><B>Collections.</B><B><A HREF="../../../java/util/Collections.html#EMPTY_MAP">EMPTY_MAP</A></B></CODE><BR> The empty map (immutable).</TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../java/util/package-summary.html">java.util</A> that return <A HREF="../../../java/util/Map.html">Map</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../java/util/Map.html">Map</A></CODE></FONT></TD><TD><CODE><B>Collections.</B><B><A HREF="../../../java/util/Collections.html#unmodifiableMap(java.util.Map)">unmodifiableMap</A></B>(<A HREF="../../../java/util/Map.html">Map</A> m)</CODE><BR> Returns an unmodifiable view of the specified map.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../java/util/Map.html">Map</A></CODE></FONT></TD><TD><CODE><B>Collections.</B><B><A HREF="../../../java/util/Collections.html#synchronizedMap(java.util.Map)">synchronizedMap</A></B>(<A HREF="../../../java/util/Map.html">Map</A> m)</CODE><BR> Returns a synchronized (thread-safe) map backed by the specified map.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../java/util/Map.html">Map</A></CODE></FONT></TD><TD><CODE><B>Collections.</B><B><A HREF="../../../java/util/Collections.html#singletonMap(java.lang.Object, java.lang.Object)">singletonMap</A></B>(<A HREF="../../../java/lang/Object.html">Object</A> key, <A HREF="../../../java/lang/Object.html">Object</A> value)</CODE><BR> Returns an immutable map, mapping only the specified key to the specified value.</TD></TR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -