📄 index-8.html
字号:
the specified initial capacity and default load factor, which is <tt>0.75</tt>.<DT><A HREF="../java/util/HashSet.html#HashSet(int, float)"><B>HashSet(int, float)</B></A> - Constructor for class java.util.<A HREF="../java/util/HashSet.html">HashSet</A><DD>Constructs a new, empty set; the backing <tt>HashMap</tt> instance has the specified initial capacity and the specified load factor.<DT><A HREF="../java/util/Hashtable.html"><B>Hashtable</B></A> - class java.util.<A HREF="../java/util/Hashtable.html">Hashtable</A>.<DD>This class implements a hashtable, which maps keys to values.<DT><A HREF="../java/util/Hashtable.html#Hashtable()"><B>Hashtable()</B></A> - Constructor for class java.util.<A HREF="../java/util/Hashtable.html">Hashtable</A><DD>Constructs a new, empty hashtable with a default capacity and load factor, which is <tt>0.75</tt>.<DT><A HREF="../java/util/Hashtable.html#Hashtable(int)"><B>Hashtable(int)</B></A> - Constructor for class java.util.<A HREF="../java/util/Hashtable.html">Hashtable</A><DD>Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is <tt>0.75</tt>.<DT><A HREF="../java/util/Hashtable.html#Hashtable(int, float)"><B>Hashtable(int, float)</B></A> - Constructor for class java.util.<A HREF="../java/util/Hashtable.html">Hashtable</A><DD>Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.<DT><A HREF="../java/util/Hashtable.html#Hashtable(java.util.Map)"><B>Hashtable(Map)</B></A> - Constructor for class java.util.<A HREF="../java/util/Hashtable.html">Hashtable</A><DD>Constructs a new hashtable with the same mappings as the given Map.<DT><A HREF="../javax/naming/spi/NamingManager.html#hasInitialContextFactoryBuilder()"><B>hasInitialContextFactoryBuilder()</B></A> - Static method in class javax.naming.spi.<A HREF="../javax/naming/spi/NamingManager.html">NamingManager</A><DD>Determines whether an initial context factory builder has been set.<DT><A HREF="../java/beans/PropertyChangeSupport.html#hasListeners(java.lang.String)"><B>hasListeners(String)</B></A> - Method in class java.beans.<A HREF="../java/beans/PropertyChangeSupport.html">PropertyChangeSupport</A><DD>Check if there are any listeners for a specific property.<DT><A HREF="../java/beans/VetoableChangeSupport.html#hasListeners(java.lang.String)"><B>hasListeners(String)</B></A> - Method in class java.beans.<A HREF="../java/beans/VetoableChangeSupport.html">VetoableChangeSupport</A><DD>Check if there are any listeners for a specific property.<DT><A HREF="../javax/swing/event/SwingPropertyChangeSupport.html#hasListeners(java.lang.String)"><B>hasListeners(String)</B></A> - Method in class javax.swing.event.<A HREF="../javax/swing/event/SwingPropertyChangeSupport.html">SwingPropertyChangeSupport</A><DD>Check if there are any listeners for a specific property.<DT><A HREF="../javax/naming/NamingEnumeration.html#hasMore()"><B>hasMore()</B></A> - Method in interface javax.naming.<A HREF="../javax/naming/NamingEnumeration.html">NamingEnumeration</A><DD>Determines whether there are any more elements in the enumeration.<DT><A HREF="../java/util/Enumeration.html#hasMoreElements()"><B>hasMoreElements()</B></A> - Method in interface java.util.<A HREF="../java/util/Enumeration.html">Enumeration</A><DD>Tests if this enumeration contains more elements.<DT><A HREF="../java/util/StringTokenizer.html#hasMoreElements()"><B>hasMoreElements()</B></A> - Method in class java.util.<A HREF="../java/util/StringTokenizer.html">StringTokenizer</A><DD>Returns the same value as the <code>hasMoreTokens</code> method.<DT><A HREF="../java/util/StringTokenizer.html#hasMoreTokens()"><B>hasMoreTokens()</B></A> - Method in class java.util.<A HREF="../java/util/StringTokenizer.html">StringTokenizer</A><DD>Tests if there are more tokens available from this tokenizer's string.<DT><A HREF="../java/beans/beancontext/BeanContextSupport.BCSIterator.html#hasNext()"><B>hasNext()</B></A> - Method in class java.beans.beancontext.<A HREF="../java/beans/beancontext/BeanContextSupport.BCSIterator.html">BeanContextSupport.BCSIterator</A><DD> <DT><A HREF="../java/util/ListIterator.html#hasNext()"><B>hasNext()</B></A> - Method in interface java.util.<A HREF="../java/util/ListIterator.html">ListIterator</A><DD>Returns <tt>true</tt> if this list iterator has more elements when traversing the list in the forward direction.<DT><A HREF="../java/util/Iterator.html#hasNext()"><B>hasNext()</B></A> - Method in interface java.util.<A HREF="../java/util/Iterator.html">Iterator</A><DD>Returns <tt>true</tt> if the iteration has more elements.<DT><A HREF="../java/util/ListIterator.html#hasPrevious()"><B>hasPrevious()</B></A> - Method in interface java.util.<A HREF="../java/util/ListIterator.html">ListIterator</A><DD>Returns <tt>true</tt> if this list iterator has more elements when traversing the list in the reverse direction.<DT><A HREF="../java/util/TimeZone.html#hasSameRules(java.util.TimeZone)"><B>hasSameRules(TimeZone)</B></A> - Method in class java.util.<A HREF="../java/util/TimeZone.html">TimeZone</A><DD>Returns true if this zone has the same rule and offset as another zone.<DT><A HREF="../java/util/SimpleTimeZone.html#hasSameRules(java.util.TimeZone)"><B>hasSameRules(TimeZone)</B></A> - Method in class java.util.<A HREF="../java/util/SimpleTimeZone.html">SimpleTimeZone</A><DD>Return true if this zone has the same rules and offset as another zone.<DT><A HREF="../java/beans/beancontext/BeanContextServicesSupport.html#hasService(java.lang.Class)"><B>hasService(Class)</B></A> - Method in class java.beans.beancontext.<A HREF="../java/beans/beancontext/BeanContextServicesSupport.html">BeanContextServicesSupport</A><DD>has a service, which may be delegated<DT><A HREF="../java/beans/beancontext/BeanContextServices.html#hasService(java.lang.Class)"><B>hasService(Class)</B></A> - Method in interface java.beans.beancontext.<A HREF="../java/beans/beancontext/BeanContextServices.html">BeanContextServices</A><DD>Reports whether or not a given service is currently available from this context.<DT><A HREF="../java/awt/image/BufferedImage.html#hasTileWriters()"><B>hasTileWriters()</B></A> - Method in class java.awt.image.<A HREF="../java/awt/image/BufferedImage.html">BufferedImage</A><DD>Returns whether or not any tile is checked out for writing.<DT><A HREF="../java/awt/image/WritableRenderedImage.html#hasTileWriters()"><B>hasTileWriters()</B></A> - Method in interface java.awt.image.<A HREF="../java/awt/image/WritableRenderedImage.html">WritableRenderedImage</A><DD>Returns whether any tile is checked out for writing.<DT><A HREF="../java/awt/FontMetrics.html#hasUniformLineMetrics()"><B>hasUniformLineMetrics()</B></A> - Method in class java.awt.<A HREF="../java/awt/FontMetrics.html">FontMetrics</A><DD>Checks to see if the <code>Font</code> has uniform line metrics.<DT><A HREF="../java/awt/Font.html#hasUniformLineMetrics()"><B>hasUniformLineMetrics()</B></A> - Method in class java.awt.<A HREF="../java/awt/Font.html">Font</A><DD>Checks whether or not this <code>Font</code> has uniform line metrics.<DT><A HREF="../java/security/cert/X509Extension.html#hasUnsupportedCriticalExtension()"><B>hasUnsupportedCriticalExtension()</B></A> - Method in interface java.security.cert.<A HREF="../java/security/cert/X509Extension.html">X509Extension</A><DD>Check if there is a critical extension that is not supported.<DT><A HREF="../javax/swing/text/html/parser/DTD.html#head"><B>head</B></A> - Variable in class javax.swing.text.html.parser.<A HREF="../javax/swing/text/html/parser/DTD.html">DTD</A><DD> <DT><A HREF="../javax/swing/text/html/HTML.Tag.html#HEAD"><B>HEAD</B></A> - Static variable in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTML.Tag.html">HTML.Tag</A><DD> <DT><A HREF="../javax/swing/plaf/basic/BasicTableHeaderUI.html#header"><B>header</B></A> - Variable in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTableHeaderUI.html">BasicTableHeaderUI</A><DD>The JTableHeader that is delegating the painting to this UI.<DT><A HREF="../javax/swing/table/TableColumn.html#HEADER_RENDERER_PROPERTY"><B>HEADER_RENDERER_PROPERTY</B></A> - Static variable in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A><DD>Obsolete as of Java 2 platform v1.3.<DT><A HREF="../javax/swing/event/TableModelEvent.html#HEADER_ROW"><B>HEADER_ROW</B></A> - Static variable in class javax.swing.event.<A HREF="../javax/swing/event/TableModelEvent.html">TableModelEvent</A><DD>Identifies the header row.<DT><A HREF="../javax/swing/table/TableColumn.html#HEADER_VALUE_PROPERTY"><B>HEADER_VALUE_PROPERTY</B></A> - Static variable in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A><DD>Obsolete as of Java 2 platform v1.3.<DT><A HREF="../javax/swing/table/TableColumn.html#headerRenderer"><B>headerRenderer</B></A> - Variable in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A><DD>The renderer used to draw the header of the column.<DT><A HREF="../javax/swing/table/TableColumn.html#headerValue"><B>headerValue</B></A> - Variable in class javax.swing.table.<A HREF="../javax/swing/table/TableColumn.html">TableColumn</A><DD>The header value of the column.<DT><A HREF="../java/util/TreeMap.html#headMap(java.lang.Object)"><B>headMap(Object)</B></A> - Method in class java.util.<A HREF="../java/util/TreeMap.html">TreeMap</A><DD>Returns a view of the portion of this map whose keys are strictly less than <tt>toKey</tt>.<DT><A HREF="../java/util/SortedMap.html#headMap(java.lang.Object)"><B>headMap(Object)</B></A> - Method in interface java.util.<A HREF="../java/util/SortedMap.html">SortedMap</A><DD>Returns a view of the portion of this sorted map whose keys are strictly less than toKey.<DT><A HREF="../javax/sound/sampled/Port.Info.html#HEADPHONE"><B>HEADPHONE</B></A> - Static variable in class javax.sound.sampled.<A HREF="../javax/sound/sampled/Port.Info.html">Port.Info</A><DD>A type of port that sends audio to a headphone jack.<DT><A HREF="../java/util/TreeSet.html#headSet(java.lang.Object)"><B>headSet(Object)</B></A> - Method in class java.util.<A HREF="../java/util/TreeSet.html">TreeSet</A><DD>Returns a view of the portion of this set whose elements are strictly less than <tt>toElement</tt>.<DT><A HREF="../java/util/SortedSet.html#headSet(java.lang.Object)"><B>headSet(Object)</B></A> - Method in interface java.util.<A HREF="../java/util/SortedSet.html">SortedSet</A><DD>Returns a view of the portion of this sorted set whose elements are strictly less than <tt>toElement</tt>.<DT><A HREF="../javax/swing/ToolTipManager.html#heavyWeightPopupEnabled"><B>heavyWeightPopupEnabled</B></A> - Variable in class javax.swing.<A HREF="../javax/swing/ToolTipManager.html">ToolTipManager</A><DD> <DT><A HREF="../java/lang/Character.UnicodeBlock.html#HEBREW"><B>HEBREW</B></A> - Static variable in class java.lang.<A HREF="../java/lang/Character.UnicodeBlock.html">Character.UnicodeBlock</A><DD>Constant for the Unicode character block of the same name.<DT><A HREF="../java/awt/Dimension.html#height"><B>height</B></A> - Variable in class java.awt.<A HREF="../java/awt/Dimension.html">Dimension</A><DD>The height dimension.<DT><A HREF="../java/awt/Rectangle.html#height"><B>height</B></A> - Variable in class java.awt.<A HREF="../java/awt/Rectangle.html">Rectangle</A><DD>The height of the <code>Rectangle</code>.<DT><A HREF="../java/awt/geom/RoundRectangle2D.Float.html#height"><B>height</B></A> - Variable in class java.awt.geom.<A HREF="../java/awt/geom/RoundRectangle2D.Float.html">RoundRectangle2D.Float</A><DD>The height of this <code>RoundRectangle2D</code>.<DT><A HREF="../java/awt/geom/RoundRectangle2D.Double.html#height"><B>height</B></A> - Variable in class java.awt.geom.<A HREF="../java/awt/geom/RoundRectangle2D.Double.html">RoundRectangle2D.Double</A><DD>The height of this <code>RoundRectangle2D</code>.<DT><A HREF="../java/awt/geom/Rectangle2D.Float.html#height"><B>height</B></A> - Variable in class java.awt.geom.<A HREF="../java/awt/geom/Rectangle2D.Float.html">Rectangle2D.Float</A><DD>The height of this <code>Rectangle2D</code>.<DT><A HREF="../java/awt/geom/Rectangle2D.Double.html#height"><B>height</B></A> - Variable in class java.awt.geom.<A HREF="../java/awt/geom/Rectangle2D.Double.html">Rectangle2D.Double</A><DD>The height of this <code>Rectangle2D</code>.<DT><A HREF="../java/awt/geom/Arc2D.Float.html#height"><B>height</B></A> - Variable in class java.awt.geom.<A HREF="../java/awt/geom/Arc2D.Float.html">Arc2D.Float</A><DD>The overall height of the full ellipse of which this arc is a partial section (not considering the angular extents).<DT><A HREF="../java/awt/geom/Arc2D.Double.html#height"><B>height</B></A> - Variable in class java.awt.geom.<A HREF="../java/awt/geom/Arc2D.Double.html">Arc2D.Double</A><DD>The overall height of the full ellipse (not considering the angular extents).<DT><A HREF="../java/awt/geom/Ellipse2D.Float.html#height"><B>height</B></A> - Vari
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -