⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-22.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<DT><A HREF="../java/util/HashMap.html#values()"><B>values()</B></A> - Method in class java.util.<A HREF="../java/util/HashMap.html">HashMap</A><DD>Returns a collection view of the values contained in this map.<DT><A HREF="../java/util/Map.html#values()"><B>values()</B></A> - Method in interface java.util.<A HREF="../java/util/Map.html">Map</A><DD>Returns a collection view of the values contained in this map.<DT><A HREF="../java/util/jar/Attributes.html#values()"><B>values()</B></A> - Method in class java.util.jar.<A HREF="../java/util/jar/Attributes.html">Attributes</A><DD>Returns a Collection view of the attribute values contained in this Map.<DT><A HREF="../javax/swing/text/html/HTML.Attribute.html#VALUETYPE"><B>VALUETYPE</B></A> - Static variable in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTML.Attribute.html">HTML.Attribute</A><DD>&nbsp;<DT><A HREF="../javax/swing/text/html/HTML.Tag.html#VAR"><B>VAR</B></A> - Static variable in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTML.Tag.html">HTML.Tag</A><DD>&nbsp;<DT><A HREF="../java/sql/Types.html#VARBINARY"><B>VARBINARY</B></A> - Static variable in class java.sql.<A HREF="../java/sql/Types.html">Types</A><DD>The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type  <code>VARBINARY</code>.<DT><A HREF="../java/sql/Types.html#VARCHAR"><B>VARCHAR</B></A> - Static variable in class java.sql.<A HREF="../java/sql/Types.html">Types</A><DD>The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type  <code>VARCHAR</code>.<DT><A HREF="../javax/swing/tree/VariableHeightLayoutCache.html"><B>VariableHeightLayoutCache</B></A> - class javax.swing.tree.<A HREF="../javax/swing/tree/VariableHeightLayoutCache.html">VariableHeightLayoutCache</A>.<DD>NOTE: This will become more open in a future release.<DT><A HREF="../javax/swing/tree/VariableHeightLayoutCache.html#VariableHeightLayoutCache()"><B>VariableHeightLayoutCache()</B></A> - Constructor for class javax.swing.tree.<A HREF="../javax/swing/tree/VariableHeightLayoutCache.html">VariableHeightLayoutCache</A><DD>&nbsp;<DT><A HREF="../java/beans/beancontext/BeanContextChildSupport.html#vcSupport"><B>vcSupport</B></A> - Variable in class java.beans.beancontext.<A HREF="../java/beans/beancontext/BeanContextChildSupport.html">BeanContextChildSupport</A><DD>The <tt>VetoableChangeSupport</tt> associated with this <tt>BeanContextChildSupport</tt>.<DT><A HREF="../java/util/Vector.html"><B>Vector</B></A> - class java.util.<A HREF="../java/util/Vector.html">Vector</A>.<DD>The <code>Vector</code> class implements a growable array of  objects.<DT><A HREF="../java/util/Vector.html#Vector()"><B>Vector()</B></A> - Constructor for class java.util.<A HREF="../java/util/Vector.html">Vector</A><DD>Constructs an empty vector so that its internal data array  has size <tt>10</tt> and its standard capacity increment is  zero.<DT><A HREF="../java/util/Vector.html#Vector(java.util.Collection)"><B>Vector(Collection)</B></A> - Constructor for class java.util.<A HREF="../java/util/Vector.html">Vector</A><DD>Constructs a vector containing the elements of the specified collection, in the order they are returned by the collection's iterator.<DT><A HREF="../java/util/Vector.html#Vector(int)"><B>Vector(int)</B></A> - Constructor for class java.util.<A HREF="../java/util/Vector.html">Vector</A><DD>Constructs an empty vector with the specified initial capacity and  with its capacity increment equal to zero.<DT><A HREF="../java/util/Vector.html#Vector(int, int)"><B>Vector(int, int)</B></A> - Constructor for class java.util.<A HREF="../java/util/Vector.html">Vector</A><DD>Constructs an empty vector with the specified initial capacity and capacity increment.<DT><A HREF="../java/rmi/server/LogStream.html#VERBOSE"><B>VERBOSE</B></A> - Static variable in class java.rmi.server.<A HREF="../java/rmi/server/LogStream.html">LogStream</A><DD><B>Deprecated.</B>&nbsp;log level constant (verbose logging).<DT><A HREF="../java/security/Signature.html#VERIFY"><B>VERIFY</B></A> - Static variable in class java.security.<A HREF="../java/security/Signature.html">Signature</A><DD>Possible <A HREF="../java/security/Signature.html#state"><CODE>Signature.state</CODE></A> value, signifying that        this signature object has been initialized for verification.<DT><A HREF="../java/security/Signature.html#verify(byte[])"><B>verify(byte[])</B></A> - Method in class java.security.<A HREF="../java/security/Signature.html">Signature</A><DD>Verifies the passed-in signature.<DT><A HREF="../javax/swing/InputVerifier.html#verify(javax.swing.JComponent)"><B>verify(JComponent)</B></A> - Method in class javax.swing.<A HREF="../javax/swing/InputVerifier.html">InputVerifier</A><DD>Checks whether the JComponent's input is valid.<DT><A HREF="../java/security/cert/Certificate.html#verify(java.security.PublicKey)"><B>verify(PublicKey)</B></A> - Method in class java.security.cert.<A HREF="../java/security/cert/Certificate.html">Certificate</A><DD>Verifies that this certificate was signed using the private key that corresponds to the specified public key.<DT><A HREF="../java/security/cert/X509CRL.html#verify(java.security.PublicKey)"><B>verify(PublicKey)</B></A> - Method in class java.security.cert.<A HREF="../java/security/cert/X509CRL.html">X509CRL</A><DD>Verifies that this CRL was signed using the  private key that corresponds to the given public key.<DT><A HREF="../java/security/SignedObject.html#verify(java.security.PublicKey, java.security.Signature)"><B>verify(PublicKey, Signature)</B></A> - Method in class java.security.<A HREF="../java/security/SignedObject.html">SignedObject</A><DD>Verifies that the signature in this SignedObject is the valid signature for the object stored inside, with the given verification key, using the designated verification engine.<DT><A HREF="../java/security/cert/Certificate.html#verify(java.security.PublicKey, java.lang.String)"><B>verify(PublicKey, String)</B></A> - Method in class java.security.cert.<A HREF="../java/security/cert/Certificate.html">Certificate</A><DD>Verifies that this certificate was signed using the private key that corresponds to the specified public key.<DT><A HREF="../java/security/cert/X509CRL.html#verify(java.security.PublicKey, java.lang.String)"><B>verify(PublicKey, String)</B></A> - Method in class java.security.cert.<A HREF="../java/security/cert/X509CRL.html">X509CRL</A><DD>Verifies that this CRL was signed using the  private key that corresponds to the given public key.<DT><A HREF="../java/lang/VerifyError.html"><B>VerifyError</B></A> - error java.lang.<A HREF="../java/lang/VerifyError.html">VerifyError</A>.<DD>Thrown when the "verifier" detects that a class file,  though well formed, contains some sort of internal inconsistency  or security problem.<DT><A HREF="../java/lang/VerifyError.html#VerifyError()"><B>VerifyError()</B></A> - Constructor for class java.lang.<A HREF="../java/lang/VerifyError.html">VerifyError</A><DD>Constructs an <code>VerifyError</code> with no detail message.<DT><A HREF="../java/lang/VerifyError.html#VerifyError(java.lang.String)"><B>VerifyError(String)</B></A> - Constructor for class java.lang.<A HREF="../java/lang/VerifyError.html">VerifyError</A><DD>Constructs an <code>VerifyError</code> with the specified detail message.<DT><A HREF="../org/omg/CORBA/ValueMember.html#version"><B>version</B></A> - Variable in class org.omg.CORBA.<A HREF="../org/omg/CORBA/ValueMember.html">ValueMember</A><DD>The name of the <code>value</code> member described by this <code>ValueMember</code> object.<DT><A HREF="../javax/swing/text/html/HTML.Attribute.html#VERSION"><B>VERSION</B></A> - Static variable in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTML.Attribute.html">HTML.Attribute</A><DD>&nbsp;<DT><A HREF="../java/sql/DatabaseMetaData.html#versionColumnNotPseudo"><B>versionColumnNotPseudo</B></A> - Static variable in interface java.sql.<A HREF="../java/sql/DatabaseMetaData.html">DatabaseMetaData</A><DD>Indicates that this version column is NOT a pseudo column.<DT><A HREF="../java/sql/DatabaseMetaData.html#versionColumnPseudo"><B>versionColumnPseudo</B></A> - Static variable in interface java.sql.<A HREF="../java/sql/DatabaseMetaData.html">DatabaseMetaData</A><DD>Indicates that this version column is a pseudo column.<DT><A HREF="../java/sql/DatabaseMetaData.html#versionColumnUnknown"><B>versionColumnUnknown</B></A> - Static variable in interface java.sql.<A HREF="../java/sql/DatabaseMetaData.html">DatabaseMetaData</A><DD>Indicates that this version column may or may not be a pseudo column.<DT><A HREF="../org/omg/CORBA/VersionSpecHelper.html"><B>VersionSpecHelper</B></A> - class org.omg.CORBA.<A HREF="../org/omg/CORBA/VersionSpecHelper.html">VersionSpecHelper</A>.<DD>org/omg/CORBA/VersionSpecHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl 03 June 1999 11:33:43 o'clock GMT+00:00<DT><A HREF="../org/omg/CORBA/VersionSpecHelper.html#VersionSpecHelper()"><B>VersionSpecHelper()</B></A> - Constructor for class org.omg.CORBA.<A HREF="../org/omg/CORBA/VersionSpecHelper.html">VersionSpecHelper</A><DD>&nbsp;<DT><A HREF="../java/awt/Scrollbar.html#VERTICAL"><B>VERTICAL</B></A> - Static variable in class java.awt.<A HREF="../java/awt/Scrollbar.html">Scrollbar</A><DD>A constant that indicates a vertical scroll bar.<DT><A HREF="../java/awt/Adjustable.html#VERTICAL"><B>VERTICAL</B></A> - Static variable in interface java.awt.<A HREF="../java/awt/Adjustable.html">Adjustable</A><DD>The vertical orientation.<DT><A HREF="../java/awt/GridBagConstraints.html#VERTICAL"><B>VERTICAL</B></A> - Static variable in class java.awt.<A HREF="../java/awt/GridBagConstraints.html">GridBagConstraints</A><DD>Resize the component vertically but not horizontally.<DT><A HREF="../javax/accessibility/AccessibleState.html#VERTICAL"><B>VERTICAL</B></A> - Static variable in class javax.accessibility.<A HREF="../javax/accessibility/AccessibleState.html">AccessibleState</A><DD>Indicates the orientation of this object is vertical.<DT><A HREF="../javax/swing/SwingConstants.html#VERTICAL"><B>VERTICAL</B></A> - Static variable in interface javax.swing.<A HREF="../javax/swing/SwingConstants.html">SwingConstants</A><DD>Vertical orientation.<DT><A HREF="../javax/swing/text/html/CSS.Attribute.html#VERTICAL_ALIGN"><B>VERTICAL_ALIGN</B></A> - Static variable in class javax.swing.text.html.<A HREF="../javax/swing/text/html/CSS.Attribute.html">CSS.Attribute</A><DD>&nbsp;<DT><A HREF="../javax/swing/AbstractButton.html#VERTICAL_ALIGNMENT_CHANGED_PROPERTY"><B>VERTICAL_ALIGNMENT_CHANGED_PROPERTY</B></A> - Static variable in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A><DD>Identifies a change in the button's vertical alignment.<DT><A HREF="../javax/swing/ScrollPaneConstants.html#VERTICAL_SCROLLBAR"><B>VERTICAL_SCROLLBAR</B></A> - Static variable in interface javax.swing.<A HREF="../javax/swing/ScrollPaneConstants.html">ScrollPaneConstants</A><DD>Identifies a vertical scrollbar.<DT><A HREF="../javax/swing/ScrollPaneConstants.html#VERTICAL_SCROLLBAR_ALWAYS"><B>VERTICAL_SCROLLBAR_ALWAYS</B></A> - Static variable in interface javax.swing.<A HREF="../javax/swing/ScrollPaneConstants.html">ScrollPaneConstants</A><DD>Used to set the vertical scroll bar policy so that  vertical scrollbars are always displayed.<DT><A HREF="../javax/swing/ScrollPaneConstants.html#VERTICAL_SCROLLBAR_AS_NEEDED"><B>VERTICAL_SCROLLBAR_AS_NEEDED</B></A> - Static variable in interface javax.swing.<A HREF="../javax/swing/ScrollPaneConstants.html">ScrollPaneConstants</A><DD>Used to set the vertical scroll bar policy so that  vertical scrollbars are displayed only when needed.<DT><A HREF="../javax/swing/ScrollPaneConstants.html#VERTICAL_SCROLLBAR_NEVER"><B>VERTICAL_SCROLLBAR_NEVER</B></A> - Static variable in interface javax.swing.<A HREF="../javax/swing/ScrollPaneConstants.html">ScrollPaneConstants</A><DD>Used to set the vertical scroll bar policy so that  vertical scrollbars are never displayed.<DT><A HREF="../javax/swing/ScrollPaneConstants.html#VERTICAL_SCROLLBAR_POLICY"><B>VERTICAL_SCROLLBAR_POLICY</B></A> - Static variable in interface javax.swing.<A HREF="../javax/swing/ScrollPaneConstants.html">ScrollPaneConstants</A><DD>Identifies the vertical scroll bar policy property.<DT><A HREF="../javax/swing/JSplitPane.html#VERTICAL_SPLIT"><B>VERTICAL_SPLIT</B></A> - Static variable in class javax.swing.<A HREF="../javax/swing/JSplitPane.html">JSplitPane</A><DD>Vertical split indicates the <code>Component</code>s are split along the y axis.<DT><A HREF="../javax/swing/AbstractButton.html#VERTICAL_TEXT_POSITION_CHANGED_PROPERTY"><B>VERTICAL_TEXT_POSITION_CHANGED_PROPERTY</B></A> - Static variable in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A><DD>Identifies a change in the button's vertical text position.<DT><A HREF="../javax/swing/JScrollPane.html#verticalScrollBar"><B>verticalScrollBar</B></A> - Variable in class javax.swing.<A HREF="../javax/swing/JScrollPane.html">JScrollPane</A><DD>The scrollpane's vertical scro

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -