JavaTM 2 Platform
Standard Ed. 5.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

H

h - 类 java.lang.reflect.Proxy 中的变量
此代理实例的调用处理程序。
H1 - 类 javax.swing.text.html.HTML.Tag 中的静态变量
 
H2 - 类 javax.swing.text.html.HTML.Tag 中的静态变量
 
H3 - 类 javax.swing.text.html.HTML.Tag 中的静态变量
 
H4 - 类 javax.swing.text.html.HTML.Tag 中的静态变量
 
H5 - 类 javax.swing.text.html.HTML.Tag 中的静态变量
 
H6 - 类 javax.swing.text.html.HTML.Tag 中的静态变量
 
HALFWIDTH_AND_FULLWIDTH_FORMS - 类 java.lang.Character.UnicodeBlock 中的静态变量
“Halfwidth and Fullwidth Forms”Unicode 字符块的常量。
HALFWIDTH_KATAKANA - 类 java.awt.im.InputSubset 中的静态变量
Unicode 半角和全角字符块的半角片假名子集常量。
HALIGN - 类 javax.swing.text.html.HTML.Attribute 中的静态变量
 
halt(int) - 类 java.lang.Runtime 中的方法
强行终止目前正在运行的 Java 虚拟机。
HAND_CURSOR - 类 java.awt.Cursor 中的静态变量
手状光标类型。
HAND_CURSOR - 类 java.awt.Frame 中的静态变量
已过时。 Cursor.HAND_CURSOR 取代。
handle(Callback[]) - 接口 javax.security.auth.callback.CallbackHandler 中的方法
检索或显示在提供的 Callback 中请求的信息。
handle(short, String, Object, Node, Node) - 接口 org.w3c.dom.UserDataHandler 中的方法
每当导入或克隆为其注册此处理程序的节点时,调用此方法。
handleComment(char[], int) - 类 javax.swing.text.html.HTMLDocument.HTMLReader 中的方法
 
handleComment(char[], int) - 类 javax.swing.text.html.HTMLEditorKit.ParserCallback 中的方法
 
handleComment(char[]) - 类 javax.swing.text.html.parser.DocumentParser 中的方法
 
handleComment(char[]) - 类 javax.swing.text.html.parser.Parser 中的方法
在遇到 HTML 注释时调用。
handleEmptyTag(TagElement) - 类 javax.swing.text.html.parser.DocumentParser 中的方法
处理空标记。
handleEmptyTag(TagElement) - 类 javax.swing.text.html.parser.Parser 中的方法
在遇到空标记时调用。
handleEndOfLineString(String) - 类 javax.swing.text.html.HTMLDocument.HTMLReader 中的方法
它的调用是在完成流的解析之后且在调用 flush 之前。
handleEndOfLineString(String) - 类 javax.swing.text.html.HTMLEditorKit.ParserCallback 中的方法
它的调用是在完成流的解析之后且在调用 flush 之前。
handleEndTag(HTML.Tag, int) - 类 javax.swing.text.html.HTMLDocument.HTMLReader 中的方法
从解析器回调。
handleEndTag(HTML.Tag, int) - 类 javax.swing.text.html.HTMLEditorKit.ParserCallback 中的方法
 
handleEndTag(TagElement) - 类 javax.swing.text.html.parser.DocumentParser 中的方法
处理结束标记。
handleEndTag(TagElement) - 类 javax.swing.text.html.parser.Parser 中的方法
在遇到结束标记时调用。
handleEOFInComment() - 类 javax.swing.text.html.parser.Parser 中的方法
 
handleError(String, int) - 类 javax.swing.text.html.HTMLEditorKit.ParserCallback 中的方法
 
handleError(int, String) - 类 javax.swing.text.html.parser.DocumentParser 中的方法
 
handleError(int, String) - 类 javax.swing.text.html.parser.Parser 中的方法
发生了一个错误。
handleError(DOMError) - 接口 org.w3c.dom.DOMErrorHandler 中的方法
发生错误时在错误处理程序上调用此方法。
handleEvent(Event) - 类 java.awt.Component 中的方法
已过时。 从 JDK version 1.1 开始,由 processEvent(AWTEvent) 取代。
handleEvent(Event) - 接口 org.w3c.dom.events.EventListener 中的方法
每当发生 EventListener 接口为其注册的类型的事件时,即可调用此方法。
handleExpandControlClick(TreePath, int, int) - 类 javax.swing.plaf.basic.BasicTreeUI 中的方法
当用户单击特定行时传递消息,此方法调用 toggleExpandState。
handleGetObject(String) - 类 java.util.ListResourceBundle 中的方法
 
handleGetObject(String) - 类 java.util.PropertyResourceBundle 中的方法
 
handleGetObject(String) - 类 java.util.ResourceBundle 中的方法
从此资源包中获取给定键的对象。
handleJustify(float) - 类 java.awt.font.TextLayout 中的方法
调整此布局。
handleMBeanUnregistration(ObjectName, String) - 接口 javax.management.relation.Relation 中的方法
在注销角色中引用的 MBean 时由 Relation Service 使用的回调。
handleMBeanUnregistration(ObjectName, String) - 类 javax.management.relation.RelationSupport 中的方法
在注销角色中引用的 MBean 时由 Relation Service 使用的回调。
handleNotification(NotificationListener, Notification, Object) - 类 javax.management.NotificationBroadcasterSupport 中的方法
为了向侦听器发送通知,由该侦听器的 sendNotification 调用此方法。
handleNotification(Notification, Object) - 接口 javax.management.NotificationListener 中的方法
出现 JMX 通知时调用。
handleNotification(Notification, Object) - 类 javax.management.relation.RelationService 中的方法
出现 JMX 通知时调用。
Handler - java.util.logging 中的 类
Handler 对象从 Logger 中获取日志信息,并将这些信息导出。
Handler() - 类 java.util.logging.Handler 的构造方法
默认构造方法。
HandlerBase - org.xml.sax 中的 类
已过时。 此类可可以与不推荐使用的 DocumentHandler 接口一起工作。它已经被 SAX2 DefaultHandler 类所取代。
HandlerBase() - 类 org.xml.sax.HandlerBase 的构造方法
已过时。  
handleSimpleTag(HTML.Tag, MutableAttributeSet, int) - 类 javax.swing.text.html.HTMLDocument.HTMLReader 中的方法
从解析器回调。
handleSimpleTag(HTML.Tag, MutableAttributeSet, int) - 类 javax.swing.text.html.HTMLEditorKit.ParserCallback 中的方法
 
handleStartTag(HTML.Tag, MutableAttributeSet, int) - 类 javax.swing.text.html.HTMLDocument.HTMLReader 中的方法
从解析器回调。
handleStartTag(HTML.Tag, MutableAttributeSet, int) - 类 javax.swing.text.html.HTMLEditorKit.ParserCallback 中的方法
 
handleStartTag(TagElement) - 类 javax.swing.text.html.parser.DocumentParser 中的方法
处理开始标记。
handleStartTag(TagElement) - 类 javax.swing.text.html.parser.Parser 中的方法
在遇到开始标记时调用。
handleText(char[], int) - 类 javax.swing.text.html.HTMLDocument.HTMLReader 中的方法
解析器调用它来指示遇到一个文本块。
handleText(char[], int) - 类 javax.swing.text.html.HTMLEditorKit.ParserCallback 中的方法
 
handleText(char[]) - 类 javax.swing.text.html.parser.DocumentParser 中的方法
处理文本。
handleText(char[]) - 类 javax.swing.text.html.parser.Parser 中的方法
在遇到 PCDATA 时调用。
handleTitle(char[]) - 类 javax.swing.text.html.parser.Parser 中的方法
在遇到 HTML 标题标记时调用。
handshakeCompleted(HandshakeCompletedEvent) - 接口 javax.net.ssl.HandshakeCompletedListener 中的方法
当 SSL 握手结束时,在已注册的对象上调用此方法。
HandshakeCompletedEvent - javax.net.ssl 中的 类
此事件指示在给定的 SSL 连接上 SSL 握手结束。
HandshakeCompletedEvent(SSLSocket, SSLSession) - 类 javax.net.ssl.HandshakeCompletedEvent 的构造方法
构造一个新的 HandshakeCompletedEvent。
HandshakeCompletedListener - javax.net.ssl 中的 接口
任何希望接收有关给定 SSL 连接上 SSL 协议握手结束通知的类实现此接口。
HANGING_BASELINE - 类 java.awt.font.GraphicAttribute 中的静态变量
将图形的原点与行的悬挂基线对齐。
HANGING_BASELINE - 类 java.awt.Font 中的静态变量
布置文本时,在 Devanigiri 和类似脚本中使用的基线。
HANGUL_COMPATIBILITY_JAMO - 类 java.lang.Character.UnicodeBlock 中的静态变量
“Hangul Compatibility Jamo”Unicode 字符块的常量。
HANGUL_JAMO - 类 java.lang.Character.UnicodeBlock 中的静态变量
“Hangul Jamo”Unicode 字符块的常量。
HANGUL_SYLLABLES - 类 java.lang.Character.UnicodeBlock 中的静态变量
“Hangul Syllables”Unicode 字符块的常量。
HANJA - 类 java.awt.im.InputSubset 中的静态变量
编写韩语使用的所有汉字字集常量,包括统一的 CJK 表意符号的子集和可定义为代理项的韩语汉字字集。
HANUNOO - 类 java.lang.Character.UnicodeBlock 中的静态变量
“Hanunoo”Unicode 字符块的常量。
hardDriveIcon - 类 javax.swing.plaf.basic.BasicFileChooserUI 中的变量
 
has_no_active_member() - 类 org.omg.DynamicAny._DynUnionStub 中的方法
如果联合数据没有活动成员,即这些联合数据值仅由其鉴别符组成(因为鉴别符的值不作为显式 case 标签列出),则返回 true。
has_no_active_member() - 接口 org.omg.DynamicAny.DynUnionOperations 中的方法
如果联合数据没有活动成员,即这些联合数据值仅由其鉴别符组成(因为鉴别符的值不作为显式 case 标签列出),则返回 true。
hasAlpha() - 类 java.awt.image.ColorModel 中的方法
返回此 ColorModel 中是否支持 alpha。
hasAnchoringBounds() - 类 java.util.regex.Matcher 中的方法
查询此匹配器区域界限的定位。
hasArray() - 类 java.nio.ByteBuffer 中的方法
判断是否可通过一个可访问的字节数组实现此缓冲区。
hasArray() - 类 java.nio.CharBuffer 中的方法
判断该缓冲区是否可通过一个可访问的字符数组实现。
hasArray() - 类 java.nio.DoubleBuffer 中的方法
判断是否可通过一个可访问的 double 数组实现此缓冲区。
hasArray() - 类 java.nio.FloatBuffer 中的方法
判断是否可通过一个可访问的 float 数组实现此缓冲区。
hasArray() - 类 java.nio.IntBuffer 中的方法
判断是否可通过一个可访问的 int 数组实现此缓冲区。
hasArray() - 类 java.nio.LongBuffer 中的方法
判断是否可通过一个可访问的 long 数组实现此缓冲区。
hasArray() - 类 java.nio.ShortBuffer 中的方法
判断是否可通过一个可访问的 short 数组实现此缓冲区。
hasAttribute(String) - 类 javax.imageio.metadata.IIOMetadataNode 中的方法
 
hasAttribute(String) - 接口 org.w3c.dom.Element 中的方法
当具有给定名称的属性在此元素上被指定一个值或具有默认值时,返回 true;否则返回 false
hasAttributeNS(String, String) - 类 javax.imageio.metadata.IIOMetadataNode 中的方法
等效于 hasAttribute(localName)
hasAttributeNS(String, String) - 接口 org.w3c.dom.Element 中的方法
当具有给定本地名称和名称空间 URI 的属性在此元素上被指定一个值或具有默认值时,返回 true;否则返回 false
hasAttributes() - 类 javax.imageio.metadata.IIOMetadataNode 中的方法
 
hasAttributes() - 接口 org.w3c.dom.Node 中的方法
返回此节点(如果它是一个元素)是否具有任何属性。
hasBeenExpanded(TreePath) - 类 javax.swing.JTree 中的方法
如果已经展开路径标识的节点,则返回 true。
hasChanged() - 类 java.util.Observable 中的方法
测试对象是否改变。
hasChildNodes() - 类 javax.imageio.metadata.IIOMetadataNode 中的方法
如果此节点有子节点,则返回 true
hasChildNodes() - 接口 org.w3c.dom.Node 中的方法
返回此节点是否具有任何子节点。
hasChildren - 类 javax.swing.JTree.DynamicUtilTreeNode 中的变量
JTree 是否具有子节点?目前未实现此属性。
hasContended() - 类 java.util.concurrent.locks.AbstractQueuedSynchronizer 中的方法
查询是否其他线程也曾争着获取此同步器;也就是说,是否某个 acquire 方法已经阻塞。
hasController() - 类 javax.imageio.IIOParam 中的方法
如果有一个为此 IIOParam 对象安装的控制器,则返回 true
hasController() - 类 javax.imageio.metadata.IIOMetadata 中的方法
如果存在为此 IIOMetadata 对象安装的控制器,则返回 true
HasControls - javax.naming.ldap 中的 接口
此接口用于返回控件,并使对象返回在 NamingEnumeration 中。
hasCustomComponents - 类 javax.swing.plaf.basic.BasicOptionPaneUI 中的变量
如果 Component 包含在消息或按钮中,则将其设置为 true。
hasDefaultValue() - 类 javax.management.openmbean.OpenMBeanAttributeInfoSupport 中的方法
如果此 OpenMBeanAttributeInfoSupport 实例指定所描述属性的非 null 默认值,则返回 true,否则返回 false
hasDefaultValue() - 接口 javax.management.openmbean.OpenMBeanParameterInfo 中的方法
如果此参数存在指定的默认值,则返回 true,否则返回 false
hasDefaultValue() - 类 javax.management.openmbean.OpenMBeanParameterInfoSupport 中的方法
如果 OpenMBeanParameterInfoSupport 实例指定所描述参数的非 null 的默认值,则返回 true,否则返回 false
hasDynamicLocaleList() - 接口 java.awt.im.spi.InputMethodDescriptor 中的方法
返回可用语言环境列表是否可在运行时更改。
hasEntered - 类 javax.swing.plaf.basic.BasicComboPopup 中的变量
 
hasExtensions() - 类 java.security.cert.X509CRLEntry 中的方法
如果此 CRL 项有扩展,则返回 true。
hasFeature(String, String) - 接口 org.w3c.dom.DOMImplementation 中的方法
测试 DOM 实现是否实现在其中指定的特定特性和版本。
hasFocus() - 类 java.awt.Component 中的方法
如果此 Component 是焦点所有者,则返回 true
hasFocus - 类 javax.swing.plaf.basic.BasicComboBoxUI 中的变量
此受保护字段是特定于实现的。
hasFocus - 类 javax.swing.tree.DefaultTreeCellRenderer 中的变量
如果有焦点,则为 true。
hash(Object, int) - 类 org.omg.CORBA.portable.Delegate 中的方法
返回此对象引用的内部 ORB 标识符(哈希码)。
HashAttributeSet - javax.print.attribute 中的 类
类 HashAttributeSet 提供具有哈希映射特征的 AttributeSet 实现。
HashAttributeSet() - 类 javax.print.attribute.HashAttributeSet 的构造方法
构造一个新的、空属性集。
HashAttributeSet(Attribute) - 类 javax.print.attribute.HashAttributeSet 的构造方法
构造一个最初使用给定属性填充的新属性集。
HashAttributeSet(Attribute[]) - 类 javax.print.attribute.HashAttributeSet 的构造方法
构造一个最初使用给定数组中的值填充的新属性集。
HashAttributeSet(AttributeSet) - 类 javax.print.attribute.HashAttributeSet 的构造方法
构造一个最初使用给定集合中的值填充的新属性集。
HashAttributeSet(Class<?>) - 类 javax.print.attribute.HashAttributeSet 的构造方法
构造一个新的空属性集,其中该属性集的成员限于给定的接口。
HashAttributeSet(Attribute, Class<?>) - 类 javax.print.attribute.HashAttributeSet 的构造方法
构造一个最初使用给定属性填充的新属性集,其中该属性集的成员限于给定的接口。
HashAttributeSet(Attribute[], Class<?>) - 类 javax.print.attribute.HashAttributeSet 的构造方法
构造一个新的属性集,其中该属性集的成员限于给定的接口。
HashAttributeSet(AttributeSet, Class<?>) - 类 javax.print.attribute.HashAttributeSet 的构造方法
构造一个最初使用给定集合中的值填充的新属性集,其中该属性集的成员限于给定的接口。
hashCode() - 类 java.awt.AlphaComposite 中的方法
返回此合成的哈希码。
hashCode() - 类 java.awt.AWTKeyStroke 中的方法
返回此对象的数值,它可能是惟一的,将它用作哈希表中的索引值是一个好选择。
hashCode() - 类 java.awt.BasicStroke 中的方法
返回此笔划的哈希码。
hashCode() - 类 java.awt.Color 中的方法
计算此 Color 的哈希码。
hashCode() - 类 java.awt.datatransfer.DataFlavor 中的方法
返回此 DataFlavor 的哈希码。
hashCode() - 类 java.awt.Dimension 中的方法
返回此 Dimension 的哈希码
hashCode() - 类 java.awt.DisplayMode 中的方法
 
hashCode() - 类 java.awt.font.FontRenderContext 中的方法
返回此 FontRenderContext 的哈希码。
hashCode() - 类 java.awt.Font 中的方法
返回此 Font 的哈希码。
hashCode() - 类 java.awt.font.ImageGraphicAttribute 中的方法
返回此 ImageGraphicAttribute 的哈希码。
hashCode() - 类 java.awt.font.NumericShaper 中的方法
返回此成形器的哈希码。
hashCode() - 类 java.awt.font.ShapeGraphicAttribute 中的方法
返回此 ShapeGraphicAttribute 的哈希码。
hashCode() - 类 java.awt.font.TextHitInfo 中的方法
返回哈希码。
hashCode() - 类 java.awt.font.TextLayout 中的方法
返回此 TextLayout 的哈希码。
hashCode() - 类 java.awt.geom.AffineTransform 中的方法
返回此变换的哈希码。
hashCode() - 类 java.awt.geom.Point2D 中的方法
返回此 Point2D 的哈希码。
hashCode() - 类 java.awt.geom.Rectangle2D 中的方法
返回此 Rectangle2D 的哈希码。
hashCode() - 类 java.awt.image.BandedSampleModel 中的方法
 
hashCode() - 类 java.awt.image.ColorModel 中的方法
返回此 ColorModel 的哈希码。
hashCode() - 类 java.awt.image.ComponentSampleModel 中的方法
 
hashCode() - 类 java.awt.image.MultiPixelPackedSampleModel 中的方法
 
hashCode() - 类 java.awt.image.PixelInterleavedSampleModel 中的方法
 
hashCode() - 类 java.awt.image.SinglePixelPackedSampleModel 中的方法
 
hashCode() - 类 java.awt.Insets 中的方法
返回此 Insets 的哈希码。
hashCode() - 类 java.awt.JobAttributes 中的方法
返回此 JobAttributes 的哈希码值。
hashCode() - 类 java.awt.MenuShortcut 中的方法
返回此菜单快捷方式的哈希码。
hashCode() - 类 java.awt.PageAttributes 中的方法
返回此 PageAttributes 的哈希码值。
hashCode() - 类 java.awt.RenderingHints 中的方法
返回此 RenderingHints 中的哈希码值。
hashCode() - 类 java.awt.RenderingHints.Key 中的方法
所有 Key 对象的哈希码将与由 System.identityHashCode() 方法定义的对象的系统识别码相同。
hashCode() - 类 java.beans.IndexedPropertyDescriptor 中的方法
返回对象的哈希码值。
hashCode() - 类 java.beans.PropertyDescriptor 中的方法
返回对象的哈希码。
hashCode() - 类 java.io.File 中的方法
计算此抽象路径名的哈希码。
hashCode() - 类 java.io.FilePermission 中的方法
返回此对象的哈希码值。
hashCode() - 接口 java.lang.annotation.Annotation 中的方法
返回此 annotation 的哈希码,具体说明如下: 一个 annotation 的哈希码是其成员(包括那些带有默认值的成员)的哈希码的和,具体说明如下: annotation 成员的哈希码是成员值哈希码的 XOR(它是 String.hashCode() 计算得到的成员名哈希码的 127 倍),具体说明如下: 成员值的哈希码取决于其类型: 基值 v 的哈希码等于 WrapperType.valueOf(v).hashCode(),其中 WrapperType 是对应 v 的基本类型的包装器类型(ByteCharacterDoubleFloatIntegerLongShortBoolean)。
hashCode() - 类 java.lang.Boolean 中的方法
返回该 Boolean 对象的哈希码。
hashCode() - 类 java.lang.Byte 中的方法
返回此 Byte 的哈希码。
hashCode() - 类 java.lang.Character 中的方法
返回此 Character 的哈希码。
hashCode() - 类 java.lang.Character.Subset 中的方法
返回 Object.hashCode() 方法定义的标准哈希码。
hashCode() - 类 java.lang.Double 中的方法
返回此 Double 对象的哈希码。
hashCode() - 类 java.lang.Enum 中的方法
返回枚举常量的哈希码。
hashCode() - 类 java.lang.Float 中的方法
返回这个 Float 对象的哈希码。
hashCode() - 类 java.lang.Integer 中的方法
返回此 Integer 的哈希码。
hashCode() - 类 java.lang.Long 中的方法
返回 Long 的哈希码。
hashCode() - 类 java.lang.Object 中的方法
返回该对象的哈希码值。
hashCode() - 类 java.lang.Package 中的方法
返回从包名称计算的哈希代码。
hashCode() - 类 java.lang.reflect.Constructor 中的方法
返回此 Constructor 的哈希码。
hashCode() - 类 java.lang.reflect.Field 中的方法
返回该 Field 的哈希码。
hashCode() - 类 java.lang.reflect.Method 中的方法
返回此 Method 的哈希码。
hashCode() - 类 java.lang.Short 中的方法
返回此 Short 的哈希码。
hashCode() - 类 java.lang.StackTraceElement 中的方法
返回此堆栈跟踪元素的哈希码值。
hashCode() - 类 java.lang.String 中的方法
返回此字符串的哈希码。
hashCode() - 类 java.math.BigDecimal 中的方法
返回此 BigDecimal 的哈希码。
hashCode() - 类 java.math.BigInteger 中的方法
返回此 BigInteger 的哈希码。
hashCode() - 类 java.math.MathContext 中的方法
返回此 MathContext 的哈希码。
hashCode() - 类 java.net.Inet4Address 中的方法
返回此 IP 地址的哈希码。
hashCode() - 类 java.net.Inet6Address 中的方法
返回此 IP 地址的哈希码。
hashCode() - 类 java.net.InetAddress 中的方法
返回此 IP 地址的哈希码。
hashCode() - 类 java.net.InetSocketAddress 中的方法
返回此套接字地址的哈希码。
hashCode() - 类 java.net.NetworkInterface 中的方法
 
hashCode() - 类 java.net.Proxy 中的方法
返回此代理的哈希码。
hashCode() - 类 java.net.SocketPermission 中的方法
返回此对象的哈希码值。
hashCode() - 类 java.net.URI 中的方法
返回此 URI 的哈希码值。
hashCode() - 类 java.net.URL 中的方法
创建一个适合哈希表索引的整数。
hashCode(URL) - 类 java.net.URLStreamHandler 中的方法
提供默认的哈希计算。
hashCode() - 类 java.nio.ByteBuffer 中的方法
返回此缓冲区的当前哈希码。
hashCode() - 类 java.nio.CharBuffer 中的方法
返回此缓冲区的当前哈希码。
hashCode() - 类 java.nio.charset.Charset 中的方法
计算此 charset 的哈希码。
hashCode() - 类 java.nio.DoubleBuffer 中的方法
返回此缓冲区的当前哈希码。
hashCode() - 类 java.nio.FloatBuffer 中的方法
返回此缓冲区的哈希码。
hashCode() - 类 java.nio.IntBuffer 中的方法
返回此缓冲区的当前哈希码。
hashCode() - 类 java.nio.LongBuffer 中的方法
返回此缓冲区的当前哈希码。
hashCode() - 类 java.nio.ShortBuffer 中的方法
返回此缓冲区的当前哈希码。
hashCode() - 类 java.rmi.activation.ActivationDesc 中的方法
为类似的 ActivationDesc 返回相同的哈希码
hashCode() - 类 java.rmi.activation.ActivationGroupDesc.CommandEnvironment 中的方法
返回类似 CommandEnvironment 的相同值。
hashCode() - 类 java.rmi.activation.ActivationGroupDesc 中的方法
为类似的 ActivationGroupDesc 产生同样的数。
hashCode() - 类 java.rmi.activation.ActivationGroupID 中的方法
返回用于组标识符的哈希码。
hashCode() - 类 java.rmi.activation.ActivationID 中的方法
返回激活 id 的哈希码。
hashCode() - 类 java.rmi.dgc.VMID 中的方法
计算针对此 VMID 的哈希码。
hashCode() - 类 java.rmi.MarshalledObject 中的方法
返回该 MarshalledObject 的哈希码。
hashCode() - 类 java.rmi.server.ObjID 中的方法
返回此对象标识符、对象数的哈希码值。
hashCode() - 类 java.rmi.server.RemoteObject 中的方法
返回远程对象的哈希码。
hashCode() - 类 java.rmi.server.UID 中的方法
返回此 UID 的哈希码值。
hashCode() - 类 java.security.AccessControlContext 中的方法
返回此上下文的哈希码值。
hashCode() - 类 java.security.AllPermission 中的方法
返回此对象的哈希码值。
hashCode() - 类 java.security.BasicPermission 中的方法
返回此对象的哈希码值。
hashCode() - 类 java.security.cert.Certificate 中的方法
根据此证书的编码形式返回该证书的哈希码值。
hashCode() - 类 java.security.cert.CertPath 中的方法
返回此证书路径的哈希码。
hashCode() - 类 java.security.cert.X509CRL 中的方法
根据此 CRL 的编码形式返回该 CRL 的哈希码值。
hashCode() - 类 java.security.cert.X509CRLEntry 中的方法
根据此 CRL 项的编码形式返回该 CRL 项的哈希码值。
hashCode() - 类 java.security.CodeSigner 中的方法
返回此代码签名者的哈希码值。
hashCode() - 类 java.security.CodeSource 中的方法
返回此对象的哈希码值。
hashCode() - 类 java.security.Identity 中的方法
已过时。 返回此 Identity 的哈希码。
hashCode() - 类 java.security.Permission 中的方法
返回此 Permission 对象的哈希码值。
hashCode() - 接口 java.security.Principal 中的方法
返回此主体的哈希码。
hashCode() - 类 java.security.spec.ECFieldF2m 中的方法
返回此首数为 2 的有限字段的哈希码值。
hashCode() - 类 java.security.spec.ECFieldFp 中的方法
返回此素数有限字段的哈希码值。
hashCode() - 类 java.security.spec.ECPoint 中的方法
返回此椭圆曲线点的哈希码值。
hashCode() - 类 java.security.spec.EllipticCurve 中的方法
返回此椭圆曲线的哈希码值。
hashCode() - 类 java.security.Timestamp 中的方法
返回此时间戳的哈希码值。
hashCode() - 类 java.security.UnresolvedPermission 中的方法
返回此对象的哈希码值。
hashCode() - 类 java.text.AttributedCharacterIterator.Attribute 中的方法
返回此对象的哈希码值。
hashCode() - 类 java.text.ChoiceFormat 中的方法
为消息格式对象生成哈希码。
hashCode() - 类 java.text.CollationKey 中的方法
创建此 CollationKey 的哈希码。
hashCode() - 类 java.text.Collator 中的方法
生成此 Collator 的哈希码。
hashCode() - 类 java.text.DateFormat 中的方法
重写 hashCode
hashCode() - 类 java.text.DateFormatSymbols 中的方法
重写 hashCode。
hashCode() - 类 java.text.DecimalFormat 中的方法
重写 hashCode
hashCode() - 类 java.text.DecimalFormatSymbols 中的方法
重写 hashCode。
hashCode() - 类 java.text.FieldPosition 中的方法
返回此 FieldPosition 的哈希码。
hashCode() - 类 java.text.MessageFormat 中的方法
生成此消息格式对象的哈希码。
hashCode() - 类 java.text.NumberFormat 中的方法
重写 hashCode
hashCode() - 类 java.text.ParsePosition 中的方法
返回此 ParsePosition 的哈希码。
hashCode() - 类 java.text.RuleBasedCollator 中的方法
生成基于表的 collation 对象的哈希码
hashCode() - 类 java.text.SimpleDateFormat 中的方法
返回此 SimpleDateFormat 对象的哈希码值。
hashCode() - 类 java.text.StringCharacterIterator 中的方法
计算此迭代器的哈希码。
hashCode() - 类 java.util.AbstractList 中的方法
返回此列表的哈希码值。
hashCode() - 类 java.util.AbstractMap 中的方法
返回此映射的哈希码值。
hashCode() - 类 java.util.AbstractSet 中的方法
返回此 set 的哈希码值。
hashCode(long[]) - 类 java.util.Arrays 中的静态方法
基于指定数组的内容返回哈希码。
hashCode(int[]) - 类 java.util.Arrays 中的静态方法
基于指定数组的内容返回哈希码。
hashCode(short[]) - 类 java.util.Arrays 中的静态方法
基于指定数组的内容返回哈希码。
hashCode(char[]) - 类 java.util.Arrays 中的静态方法
基于指定数组的内容返回哈希码。
hashCode(byte[]) - 类 java.util.Arrays 中的静态方法
基于指定数组的内容返回哈希码。
hashCode(boolean[]) - 类 java.util.Arrays 中的静态方法
基于指定数组的内容返回哈希码。
hashCode(float[]) - 类 java.util.Arrays 中的静态方法
基于指定数组的内容返回哈希码。
hashCode(double[]) - 类 java.util.Arrays 中的静态方法
基于指定数组的内容返回哈希码。
hashCode(Object[]) - 类 java.util.Arrays 中的静态方法
基于指定数组的内容返回哈希码。
hashCode() - 类 java.util.BitSet 中的方法
返回此位 set 的哈希码值。
hashCode() - 类 java.util.Calendar 中的方法
返回该此日历的哈希码。
hashCode() - 接口 java.util.Collection 中的方法
返回此 collection 的哈希码值。
hashCode() - 类 java.util.concurrent.CopyOnWriteArrayList 中的方法
返回此列表的哈希码值。
hashCode() - 类 java.util.Date 中的方法
返回此对象的哈希码值。
hashCode() - 类 java.util.GregorianCalendar 中的方法
生成此 GregorianCalendar 对象的哈希码。
hashCode() - 类 java.util.Hashtable 中的方法
按照 Map 接口的定义,返回此 Map 的哈希码值。
hashCode() - 类 java.util.IdentityHashMap 中的方法
返回映射的哈希码值。
hashCode() - 类 java.util.jar.Attributes 中的方法
返回此 Map 的哈希码值。
hashCode() - 类 java.util.jar.Attributes.Name 中的方法
计算此属性名称的哈希值。
hashCode() - 类 java.util.jar.Manifest 中的方法
返回 Manifest 的哈希码。
hashCode() - 接口 java.util.List 中的方法
返回列表的哈希码值。
hashCode() - 类 java.util.Locale 中的方法
重写 hashCode。
hashCode() - 类 java.util.logging.Level 中的方法
生成哈希码。
hashCode() - 接口 java.util.Map.Entry 中的方法
返回此映射项的哈希码值。
hashCode() - 接口 java.util.Map 中的方法
返回此映射的哈希码值。
hashCode() - 类 java.util.PropertyPermission 中的方法
返回对象的哈希码值。
hashCode() - 接口 java.util.Set 中的方法
返回 set 的哈希码值。
hashCode() - 类 java.util.SimpleTimeZone 中的方法
生成 SimpleDateFormat 对象的哈希码。
hashCode() - 类 java.util.UUID 中的方法
返回此 UUID 的哈希码。
hashCode() - 类 java.util.Vector 中的方法
返回此向量的哈希码值。
hashCode() - 类 java.util.zip.ZipEntry 中的方法
返回此条目的哈希码值。
hashCode() - 类 javax.crypto.spec.RC2ParameterSpec 中的方法
计算此对象的哈希码值。
hashCode() - 类 javax.crypto.spec.RC5ParameterSpec 中的方法
计算此对象的哈希码值。
hashCode() - 类 javax.crypto.spec.SecretKeySpec 中的方法
计算此对象的哈希码值。
hashCode() - 类 javax.imageio.ImageTypeSpecifier 中的方法
返回此 ImageTypeSpecifier 的哈希码。
hashCode() - 类 javax.management.MBeanAttributeInfo 中的方法
 
hashCode() - 类 javax.management.MBeanConstructorInfo 中的方法
 
hashCode() - 类 javax.management.MBeanFeatureInfo 中的方法
 
hashCode() - 类 javax.management.MBeanInfo 中的方法
 
hashCode() - 类 javax.management.MBeanNotificationInfo 中的方法
 
hashCode() - 类 javax.management.MBeanOperationInfo 中的方法
 
hashCode() - 类 javax.management.MBeanParameterInfo 中的方法
 
hashCode() - 类 javax.management.MBeanPermission 中的方法
返回此对象的哈希码值。
hashCode() - 类 javax.management.MBeanServerPermission 中的方法
 
hashCode() - 类 javax.management.ObjectInstance 中的方法
 
hashCode() - 类 javax.management.ObjectName 中的方法
返回此 ObjectName 的哈希码。
hashCode() - 类 javax.management.openmbean.ArrayType 中的方法
返回此 ArrayType 实例的哈希码值。
hashCode() - 接口 javax.management.openmbean.CompositeData 中的方法
返回此 CompositeData 实例的哈希码值。
hashCode() - 类 javax.management.openmbean.CompositeDataSupport 中的方法
返回此 CompositeDataSupport 实例的哈希码值。
hashCode() - 类 javax.management.openmbean.CompositeType 中的方法
返回此 CompositeType 实例的哈希码值。
hashCode() - 接口 javax.management.openmbean.OpenMBeanAttributeInfo 中的方法
返回此 OpenMBeanAttributeInfo 实例的哈希码值。
hashCode() - 类 javax.management.openmbean.OpenMBeanAttributeInfoSupport 中的方法
返回此 OpenMBeanAttributeInfoSupport 实例的哈希码值。
hashCode() - 接口 javax.management.openmbean.OpenMBeanConstructorInfo 中的方法
返回此 OpenMBeanConstructorInfo 实例的哈希码值。
hashCode() - 类 javax.management.openmbean.OpenMBeanConstructorInfoSupport 中的方法
返回此 OpenMBeanConstructorInfoSupport 实例的哈希码值。
hashCode() - 接口 javax.management.openmbean.OpenMBeanInfo 中的方法
返回此 OpenMBeanInfo 实例的哈希码值。
hashCode() - 类 javax.management.openmbean.OpenMBeanInfoSupport 中的方法
返回此 OpenMBeanInfoSupport 实例的哈希码值。
hashCode() - 接口 javax.management.openmbean.OpenMBeanOperationInfo 中的方法
返回此 OpenMBeanOperationInfo 实例的哈希码值。
hashCode() - 类 javax.management.openmbean.OpenMBeanOperationInfoSupport 中的方法
返回此 OpenMBeanOperationInfoSupport 实例的哈希码值。
hashCode() - 接口 javax.management.openmbean.OpenMBeanParameterInfo 中的方法
返回此 OpenMBeanParameterInfo 实例的哈希码值。
hashCode() - 类 javax.management.openmbean.OpenMBeanParameterInfoSupport 中的方法
返回此 OpenMBeanParameterInfoSupport 实例的哈希码值。
hashCode() - 类 javax.management.openmbean.OpenType 中的方法
 
hashCode() - 类 javax.management.openmbean.SimpleType 中的方法
返回此 SimpleType 实例的哈希码值。
hashCode() - 接口 javax.management.openmbean.TabularData 中的方法
返回此 TabularData 实例的哈希码值。
hashCode() - 类 javax.management.openmbean.TabularDataSupport 中的方法
返回此 TabularDataSupport 实例的哈希码值。
hashCode() - 类 javax.management.openmbean.TabularType 中的方法
返回此 TabularType 实例的哈希码值。
hashCode() - 类 javax.management.remote.JMXPrincipal 中的方法
返回此 JMXPrincipal 的哈希码。
hashCode() - 类 javax.management.remote.JMXServiceURL 中的方法
 
hashCode() - 类 javax.naming.BinaryRefAddr 中的方法
使用地址类型和内容计算此地址的哈希码。
hashCode() - 类 javax.naming.CompositeName 中的方法
计算此复合名称的哈希码。
hashCode() - 类 javax.naming.CompoundName 中的方法
计算此组合名称的哈希码。
hashCode() - 类 javax.naming.directory.BasicAttribute 中的方法
计算此属性的哈希码。
hashCode() - 类 javax.naming.directory.BasicAttributes 中的方法
计算此 BasicAttributes 的哈希码。
hashCode() - 类 javax.naming.ldap.LdapName 中的方法
计算此 LDAP 名称的哈希码。
hashCode() - 类 javax.naming.ldap.Rdn 中的方法
返回此 RDN 的哈希码。
hashCode() - 类 javax.naming.RefAddr 中的方法
使用地址类型和内容计算此地址的哈希码。
hashCode() - 类 javax.naming.Reference 中的方法
计算此引用的哈希码。
hashCode() - 接口 javax.print.attribute.AttributeSet 中的方法
返回此属性集的哈希码值。
hashCode() - 类 javax.print.attribute.DateTimeSyntax 中的方法
返回此日期-时间属性的哈希码值。
hashCode() - 类 javax.print.attribute.EnumSyntax 中的方法
返回此枚举值的哈希码值。
hashCode() - 类 javax.print.attribute.HashAttributeSet 中的方法
返回此属性集的哈希码值。
hashCode() - 类 javax.print.attribute.IntegerSyntax 中的方法
返回此整数属性的哈希码值。
hashCode() - 类 javax.print.attribute.ResolutionSyntax 中的方法
返回此分辨率属性的哈希码值。
hashCode() - 类 javax.print.attribute.SetOfIntegerSyntax 中的方法
返回此整数集属性的哈希码值。
hashCode() - 类 javax.print.attribute.Size2DSyntax 中的方法
返回此二维大小属性的哈希码值。
hashCode() - 类 javax.print.attribute.standard.MediaPrintableArea 中的方法
返回此属性的哈希码值。
hashCode() - 类 javax.print.attribute.TextSyntax 中的方法
返回此文本属性的哈希码。
hashCode() - 类 javax.print.attribute.URISyntax 中的方法
返回此 URI 属性的哈希码。
hashCode() - 类 javax.print.DocFlavor 中的方法
返回此 DocFlavor 对象的哈希码。
hashCode() - 接口 javax.print.PrintService 中的方法
此方法的实现方式应该与 equals(Object) 具有一致性。
hashCode() - 类 javax.rmi.CORBA.Stub 中的方法
返回对象的哈希码值,对于表示同一远程对象的所有 stub,其哈希码值是相等的。
hashCode(Stub) - 接口 javax.rmi.CORBA.StubDelegate 中的方法
Stub.hashCode() 的委托调用。
hashCode() - 类 javax.rmi.ssl.SslRMIClientSocketFactory 中的方法
返回此 SslRMIClientSocketFactory 的哈希码值。
hashCode() - 类 javax.rmi.ssl.SslRMIServerSocketFactory 中的方法
返回此 SslRMIServerSocketFactory 的哈希码值。
hashCode() - 类 javax.security.auth.kerberos.DelegationPermission 中的方法
返回此对象的哈希码值。
hashCode() - 类 javax.security.auth.kerberos.KerberosPrincipal 中的方法
返回此主体的哈希码。
hashCode() - 类 javax.security.auth.kerberos.ServicePermission 中的方法
返回此对象的哈希码值。
hashCode() - 类 javax.security.auth.PrivateCredentialPermission 中的方法
返回此对象的哈希码值。
hashCode() - 类 javax.security.auth.Subject 中的方法
返回此 Subject 的哈希码。
hashCode() - 类 javax.security.auth.x500.X500Principal 中的方法
返回此 X500Principal 的哈希码。
hashCode() - 类 javax.security.cert.Certificate 中的方法
返回根据此证书的编码形式得出的证书的哈希码值。
hashCode() - 类 javax.sound.midi.MidiDevice.Info 中的方法
终结 hashcode 方法。
hashCode() - 类 javax.sound.midi.Sequencer.SyncMode 中的方法
终结 hashcode 方法。
hashCode() - 类 javax.sound.sampled.AudioFileFormat.Type 中的方法
终止 hashCode 方法
hashCode() - 类 javax.sound.sampled.AudioFormat.Encoding 中的方法
终止 hashCode 方法
hashCode() - 类 javax.sound.sampled.Control.Type 中的方法
终止 hashCode 方法
hashCode() - 类 javax.sound.sampled.LineEvent.Type 中的方法
终止 hashcode 方法。
hashCode() - 类 javax.sound.sampled.Mixer.Info 中的方法
终止该 hashcode 方法。
hashCode() - 类 javax.sound.sampled.Port.Info 中的方法
终止 hashCode 方法
hashCode() - 类 javax.sound.sampled.ReverbType 中的方法
终止 hashcode 方法。
hashCode() - 类 javax.swing.text.html.HTML.UnknownTag 中的方法
返回对应于此标记的字符串的哈希代码。
hashCode() - 类 javax.swing.text.SimpleAttributeSet 中的方法
返回此属性集的哈希代码。
hashCode() - 类 javax.swing.text.StyleContext.SmallAttributeSet 中的方法
返回此属性集的一个哈希代码。
hashCode() - 类 javax.swing.text.TabSet 中的方法
返回此 TabStop 集合的哈希代码。
hashCode() - 类 javax.swing.text.TabStop 中的方法
返回此对象的哈希代码。
hashCode() - 类 javax.swing.tree.TreePath 中的方法
返回该对象的 hashCode。
hashCode() - 类 javax.xml.datatype.Duration 中的方法
返回与 equals 方法的定义一致的哈希码。
hashCode() - 类 javax.xml.datatype.XMLGregorianCalendar 中的方法
返回与 equals 方法的定义一致的哈希码。
hashCode() - 类 javax.xml.namespace.QName 中的方法
生成此 QName 的哈希码。
hashCode() - 类 org.ietf.jgss.ChannelBinding 中的方法
返回此 ChannelBinding 对象的哈希码值。
hashCode() - 接口 org.ietf.jgss.GSSCredential 中的方法
返回此 GSSCredential 的哈希码值。
hashCode() - 接口 org.ietf.jgss.GSSName 中的方法
返回此 GSSName 的哈希码值。
hashCode() - 类 org.ietf.jgss.Oid 中的方法
返回此 Oid 的哈希码值。
hashCode(Object) - 类 org.omg.CORBA.portable.Delegate 中的方法
提供重写委托 CORBA 对象的 hashCode() 方法的实现。
hashCode() - 类 org.omg.CORBA.portable.ObjectImpl 中的方法
返回此 ObjectImpl 对象的哈希码。
HashDocAttributeSet - javax.print.attribute 中的 类
类 HashDocAttributeSet 提供从类 HashAttributeSet 继承其实现的属性集,并强制执行接口 DocAttributeSet 的语义限制。
HashDocAttributeSet() - 类 javax.print.attribute.HashDocAttributeSet 的构造方法
构造一个新的空哈希文档属性集。
HashDocAttributeSet(DocAttribute) - 类 javax.print.attribute.HashDocAttributeSet 的构造方法
构造一个最初使用给定值填充的新哈希文档属性集。
HashDocAttributeSet(DocAttribute[]) - 类 javax.print.attribute.HashDocAttributeSet 的构造方法
构造一个最初使用给定数组中的值填充的新哈希文档属性集。
HashDocAttributeSet(DocAttributeSet) - 类 javax.print.attribute.HashDocAttributeSet 的构造方法
构造一个最初使用给定集合中的值填充的新属性集,其中该属性集的成员限于 DocAttribute 接口。
HashMap<K,V> - java.util 中的 类
基于哈希表的 Map 接口的实现。
HashMap(int, float) - 类 java.util.HashMap 的构造方法
构造一个带指定初始容量和加载因子的空 HashMap
HashMap(int) - 类 java.util.HashMap 的构造方法
构造一个带指定初始容量和默认加载因子 (0.75) 的空 HashMap
HashMap() - 类 java.util.HashMap 的构造方法
构造一个具有默认初始容量 (16) 和默认加载因子 (0.75) 的空 HashMap
HashMap(Map<? extends K, ? extends V>) - 类 java.util.HashMap 的构造方法
构造一个映射关系与指定 Map 相同的 HashMap
HashPrintJobAttributeSet - javax.print.attribute 中的 类
类 HashPrintJobAttributeSet 提供从类 HashAttributeSet 继承其实现的属性集,并强制执行接口 PrintJobAttributeSet 的语义限制。
HashPrintJobAttributeSet() - 类 javax.print.attribute.HashPrintJobAttributeSet 的构造方法
构造一个新的空哈希打印作业属性集。
HashPrintJobAttributeSet(PrintJobAttribute) - 类 javax.print.attribute.HashPrintJobAttributeSet 的构造方法
构造一个最初使用给定值填充的新哈希打印作业属性集。
HashPrintJobAttributeSet(PrintJobAttribute[]) - 类 javax.print.attribute.HashPrintJobAttributeSet 的构造方法
构造一个最初使用给定数组中的值填充的新哈希打印作业属性集。
HashPrintJobAttributeSet(PrintJobAttributeSet) - 类 javax.print.attribute.HashPrintJobAttributeSet 的构造方法
构造一个最初使用给定集合中的值填充的新属性集,其中该属性集的成员限于 PrintJobAttribute 接口。
HashPrintRequestAttributeSet - javax.print.attribute 中的 类
类 HashPrintRequestAttributeSet 从类 HashAttributeSet 继承其实现,并强制执行接口 PrintRequestAttributeSet 的语义限制。
HashPrintRequestAttributeSet() - 类 javax.print.attribute.HashPrintRequestAttributeSet 的构造方法
构造一个新的空打印请求属性集。
HashPrintRequestAttributeSet(PrintRequestAttribute) - 类 javax.print.attribute.HashPrintRequestAttributeSet 的构造方法
构造一个最初使用给定值填充的新打印请求属性集。
HashPrintRequestAttributeSet(PrintRequestAttribute[]) - 类 javax.print.attribute.HashPrintRequestAttributeSet 的构造方法
构造一个最初使用给定数组中的值填充的新打印请求属性集。
HashPrintRequestAttributeSet(PrintRequestAttributeSet) - 类 javax.print.attribute.HashPrintRequestAttributeSet 的构造方法
构造一个最初使用给定集合中的值填充的新属性集,其中该属性集的成员限于 (PrintRequestAttributeSe 接口。
HashPrintServiceAttributeSet - javax.print.attribute 中的 类
类 HashPrintServiceAttributeSet 提供从类 HashAttributeSet 继承其实现的属性集,并强制执行接口 PrintServiceAttributeSet 的语义限制。
HashPrintServiceAttributeSet() - 类 javax.print.attribute.HashPrintServiceAttributeSet 的构造方法
构造一个新的空哈希打印服务属性集。
HashPrintServiceAttributeSet(PrintServiceAttribute) - 类 javax.print.attribute.HashPrintServiceAttributeSet 的构造方法
构造一个最初使用给定值填充的新哈希打印服务属性集。
HashPrintServiceAttributeSet(PrintServiceAttribute[]) - 类 javax.print.attribute.HashPrintServiceAttributeSet 的构造方法
构造一个最初使用给定数组中的值填充的新打印服务属性集。
HashPrintServiceAttributeSet(PrintServiceAttributeSet) - 类 javax.print.attribute.HashPrintServiceAttributeSet 的构造方法
构造一个最初使用给定集合中的值填充的新属性集,其中该属性集的成员限于 PrintServiceAttribute 接口。
HashSet<E> - java.util 中的 类
此类实现 Set 接口,由哈希表(实际上是一个 HashMap 实例)支持。
HashSet() - 类 java.util.HashSet 的构造方法
构造一个新的空集合,其底层 HashMap 实例的默认初始容量是 16,加载因子是 0.75。
HashSet(Collection<? extends E>) - 类 java.util.HashSet 的构造方法
构造一个包含指定 collection 中的元素的新 set。
HashSet(int, float) - 类 java.util.HashSet 的构造方法
构造一个新的空集合,其底层 HashMap 实例具有指定的初始容量和指定的加载因子。
HashSet(int) - 类 java.util.HashSet 的构造方法
构造一个新的空集合,其底层 HashMap 实例具有指定的初始容量和默认的加载因子(0.75)。
Hashtable<K,V> - java.util 中的 类
此类实现一个哈希表,该哈希表将键映射到相应的值。
Hashtable(int, float) - 类 java.util.Hashtable 的构造方法
用指定初始容量和指定加载因子构造一个新的空哈希表。
Hashtable(int) - 类 java.util.Hashtable 的构造方法
用指定初始容量和默认的加载因子(0.75)构造一个新的空哈希表。
Hashtable() - 类 java.util.Hashtable 的构造方法
用默认的初始容量 (11) 和加载因子(0.75)构造一个新的空哈希表。
Hashtable(Map<? extends K, ? extends V>) - 类 java.util.Hashtable 的构造方法
构造一个与给定的 Map 具有相同映射关系的新哈希表。
hasInitialContextFactoryBuilder() - 类 javax.naming.spi.NamingManager 中的静态方法
确定是否已经设置了初始上下文工厂生成器。
hasInitialResponse() - 接口 javax.security.sasl.SaslClient 中的方法
确定此机制是否具有可选的初始响应。
hasLegalValues() - 类 javax.management.openmbean.OpenMBeanAttributeInfoSupport 中的方法
如果此 OpenMBeanAttributeInfoSupport 实例指定所描述属性的非 null 的合法值集,则返回 true,否则返回 false
hasLegalValues() - 接口 javax.management.openmbean.OpenMBeanParameterInfo 中的方法
如果此参数存在指定的合法值的集合,则返回 true,否则返回 false
hasLegalValues() - 类 javax.management.openmbean.OpenMBeanParameterInfoSupport 中的方法
如果 OpenMBeanParameterInfoSupport 实例指定所描述参数的非 null 的合法值集,则返回 true,否则返回 false
hasListeners(String) - 类 java.beans.PropertyChangeSupport 中的方法
检查是否存在特定属性的任何侦听器,包括那些已在所有属性上注册的侦听器。
hasListeners(String) - 类 java.beans.VetoableChangeSupport 中的方法
检查是否存在特定属性的侦听器,包括那些已在所有属性上注册的侦听器。
hasMaxValue() - 类 javax.management.openmbean.OpenMBeanAttributeInfoSupport 中的方法
如果此 OpenMBeanAttributeInfoSupport 实例指定所描述属性的非 null 的最大值,则返回 true,否则返回 false
hasMaxValue() - 接口 javax.management.openmbean.OpenMBeanParameterInfo 中的方法
如果此参数存在指定的最大值,则返回 true,否则返回 false
hasMaxValue() - 类 javax.management.openmbean.OpenMBeanParameterInfoSupport 中的方法
如果 OpenMBeanParameterInfoSupport 实例指定所描述参数的非 null 的最大值,则返回 true,否则返回 false
hasMinValue() - 类 javax.management.openmbean.OpenMBeanAttributeInfoSupport 中的方法
如果此 OpenMBeanAttributeInfoSupport 实例指定所描述属性的非 null 的最小值,则返回 true,否则返回 false
hasMinValue() - 接口 javax.management.openmbean.OpenMBeanParameterInfo 中的方法
如果此参数存在指定的最小值,则返回 true,否则返回 false
hasMinValue() - 类 javax.management.openmbean.OpenMBeanParameterInfoSupport 中的方法
如果此 OpenMBeanParameterInfoSupport 实例指定所描述参数的非 null 的最小值,则返回 true,否则返回 false
hasMore() - 接口 javax.naming.NamingEnumeration 中的方法
确定枚举中是否还有元素。
hasMoreElements() - 接口 java.util.Enumeration 中的方法
测试此枚举是否包含更多的元素。
hasMoreElements() - 类 java.util.StringTokenizer 中的方法
返回与 hasMoreTokens 方法相同的值。
hasMoreTokens() - 类 java.util.StringTokenizer 中的方法
测试此 tokenizer 的字符串中是否还有更多的可用标记。
hasNext() - 类 java.beans.beancontext.BeanContextSupport.BCSIterator 中的方法
 
hasNext() - 接口 java.util.Iterator 中的方法
如果仍有元素可以迭代,则返回 true
hasNext() - 接口 java.util.ListIterator 中的方法
以正向遍历列表时,如果列表迭代器有多个元素,则返回 true(换句话说,如果 next 返回一个元素而不是抛出异常,则返回 true)。
hasNext() - 类 java.util.Scanner 中的方法
如果此扫描器的输入中有另一个标记,则返回 true。
hasNext(String) - 类 java.util.Scanner 中的方法
如果下一个标记与从指定字符串构造的模式匹配,则返回 true。
hasNext(Pattern) - 类 java.util.Scanner 中的方法
如果下一个完整标记与指定模式匹配,则返回 true。
hasNextBigDecimal() - 类 java.util.Scanner 中的方法
如果通过使用 Scanner.nextBigDecimal() 方法,此扫描器输入信息中的下一个标记可以解释为默认基数中的一个 BigDecimal,则返回 true。
hasNextBigInteger() - 类 java.util.Scanner 中的方法
如果通过使用 Scanner.nextBigInteger() 方法,此扫描器输入信息中的下一个标记可以解释为默认基数中的一个 BigInteger 值,则返回 true。
hasNextBigInteger(int) - 类 java.util.Scanner 中的方法
如果通过使用 Scanner.nextBigInteger() 方法,此扫描器输入信息中的下一个标记可以解释为指定基数中的一个 BigInteger 值,则返回 true。
hasNextBoolean() - 类 java.util.Scanner 中的方法
如果通过使用一个从字符串 "true|false" 创建的大小写敏感的模式,此扫描器输入信息中的下一个标记可以解释为一个布尔值,则返回 true。
hasNextByte() - 类 java.util.Scanner 中的方法
如果通过使用 Scanner.nextByte() 方法,此扫描器输入信息中的下一个标记可以解释为默认基数中的一个字节值,则返回 true。
hasNextByte(int) - 类 java.util.Scanner 中的方法
如果通过使用 Scanner.nextByte() 方法,此扫描器输入信息中的下一个标记可以解释为指定基数中的一个字节值,则返回 true。
hasNextDouble() - 类 java.util.Scanner 中的方法
如果通过使用 Scanner.nextDouble() 方法,此扫描器输入信息中的下一个标记可以解释为默认基数中的一个 double 值,则返回 true。
hasNextFloat() - 类 java.util.Scanner 中的方法
如果通过使用 Scanner.nextFloat() 方法,此扫描器输入信息中的下一个标记可以解释为默认基数中的一个 float 值,则返回 true。
hasNextInt() - 类 java.util.Scanner 中的方法
如果通过使用 Scanner.nextInt() 方法,此扫描器输入信息中的下一个标记可以解释为默认基数中的一个 int 值,则返回 true。
hasNextInt(int) - 类 java.util.Scanner 中的方法
如果通过使用 Scanner.nextInt() 方法,此扫描器输入信息中的下一个标记可以解释为指定基数中的一个 int 值,则返回 true。
hasNextLine() - 类 java.util.Scanner 中的方法
如果在此扫描器的输入中存在另一行,则返回 true。
hasNextLong() - 类 java.util.Scanner 中的方法
如果通过使用 Scanner.nextLong() 方法,此扫描器输入信息中的下一个标记可以解释为默认基数中的一个 long 值,则返回 true。
hasNextLong(int) - 类 java.util.Scanner 中的方法
如果通过使用 Scanner.nextLong() 方法,此扫描器输入信息中的下一个标记可以解释为指定基数中的一个 long 值,则返回 true。
hasNextShort() - 类 java.util.Scanner 中的方法
如果通过使用 Scanner.nextShort() 方法,此扫描器输入信息中的下一个标记可以解释为默认基数中的一个 short 值,则返回 true。
hasNextShort(int) - 类 java.util.Scanner 中的方法
如果通过使用 Scanner.nextShort() 方法,此扫描器输入信息中的下一个标记可以解释为指定基数中的一个 short 值,则返回 true。
hasPrevious() - 接口 java.util.ListIterator 中的方法
如果以反向遍历列表,列表迭代器有多个元素,则返回 true
hasQueuedThread(Thread) - 类 java.util.concurrent.locks.ReentrantLock 中的方法
查询给定线程是否正在等待获取此锁定。
hasQueuedThread(Thread) - 类 java.util.concurrent.locks.ReentrantReadWriteLock 中的方法
查询是否给定线程正在等待获取读取或写入锁定。
hasQueuedThreads() - 类 java.util.concurrent.locks.AbstractQueuedSynchronizer 中的方法
查询是否有正在等待获取的任何线程。
hasQueuedThreads() - 类 java.util.concurrent.locks.ReentrantLock 中的方法
查询是否有些线程正在等待获取此锁定。
hasQueuedThreads() - 类 java.util.concurrent.locks.ReentrantReadWriteLock 中的方法
查询是否所有的线程正在等待获取读取或写入锁定。
hasQueuedThreads() - 类 java.util.concurrent.Semaphore 中的方法
查询是否有线程正在等待获取。
hasRaster() - 类 javax.imageio.IIOImage 中的方法
如果此 IIOImage 存储了一个 Raster 而不是 RenderedImage,则返回 true
hasRelation(String) - 类 javax.management.relation.RelationService 中的方法
用给定的关系 id 检查是否存在 Relation Service 中标识的关系。
hasRelation(String) - 接口 javax.management.relation.RelationServiceMBean 中的方法
用给定的关系 id 检查是否存在 Relation Service 中标识的关系。
hasRemaining() - 类 java.nio.