📄 index-14.html
字号:
<DT><A HREF="../org/omg/CORBA/DynAny.html#next()"><B>next()</B></A> - Method in interface org.omg.CORBA.<A HREF="../org/omg/CORBA/DynAny.html">DynAny</A><DD>Moves to the next component of this <code>DynAny</code> object.<DT><A HREF="../java/awt/CardLayout.html#next(java.awt.Container)"><B>next(Container)</B></A> - Method in class java.awt.<A HREF="../java/awt/CardLayout.html">CardLayout</A><DD>Flips to the next card of the specified container.<DT><A HREF="../java/security/SecureRandom.html#next(int)"><B>next(int)</B></A> - Method in class java.security.<A HREF="../java/security/SecureRandom.html">SecureRandom</A><DD>Generates an integer containing the user-specified number of pseudo-random bits (right justified, with leading zeros).<DT><A HREF="../java/text/BreakIterator.html#next(int)"><B>next(int)</B></A> - Method in class java.text.<A HREF="../java/text/BreakIterator.html">BreakIterator</A><DD>Return the nth boundary from the current boundary<DT><A HREF="../java/util/Random.html#next(int)"><B>next(int)</B></A> - Method in class java.util.<A HREF="../java/util/Random.html">Random</A><DD>Generates the next pseudorandom number.<DT><A HREF="../java/util/Random.html#nextBoolean()"><B>nextBoolean()</B></A> - Method in class java.util.<A HREF="../java/util/Random.html">Random</A><DD>Returns the next pseudorandom, uniformly distributed <code>boolean</code> value from this random number generator's sequence.<DT><A HREF="../java/security/SecureRandom.html#nextBytes(byte[])"><B>nextBytes(byte[])</B></A> - Method in class java.security.<A HREF="../java/security/SecureRandom.html">SecureRandom</A><DD>Generates a user-specified number of random bytes.<DT><A HREF="../java/util/Random.html#nextBytes(byte[])"><B>nextBytes(byte[])</B></A> - Method in class java.util.<A HREF="../java/util/Random.html">Random</A><DD>Generates random bytes and places them into a user-supplied byte array.<DT><A HREF="../java/util/Random.html#nextDouble()"><B>nextDouble()</B></A> - Method in class java.util.<A HREF="../java/util/Random.html">Random</A><DD>Returns the next pseudorandom, uniformly distributed <code>double</code> value between <code>0.0</code> and <code>1.0</code> from this random number generator's sequence.<DT><A HREF="../java/text/ChoiceFormat.html#nextDouble(double)"><B>nextDouble(double)</B></A> - Static method in class java.text.<A HREF="../java/text/ChoiceFormat.html">ChoiceFormat</A><DD>Finds the least double greater than d.<DT><A HREF="../java/text/ChoiceFormat.html#nextDouble(double, boolean)"><B>nextDouble(double, boolean)</B></A> - Static method in class java.text.<A HREF="../java/text/ChoiceFormat.html">ChoiceFormat</A><DD>Finds the least double greater than d (if positive == true), or the greatest double less than d (if positive == false).<DT><A HREF="../java/util/Enumeration.html#nextElement()"><B>nextElement()</B></A> - Method in interface java.util.<A HREF="../java/util/Enumeration.html">Enumeration</A><DD>Returns the next element of this enumeration if this enumeration object has at least one more element to provide.<DT><A HREF="../java/util/StringTokenizer.html#nextElement()"><B>nextElement()</B></A> - Method in class java.util.<A HREF="../java/util/StringTokenizer.html">StringTokenizer</A><DD>Returns the same value as the <code>nextToken</code> method, except that its declared return value is <code>Object</code> rather than <code>String</code>.<DT><A HREF="../java/util/Random.html#nextFloat()"><B>nextFloat()</B></A> - Method in class java.util.<A HREF="../java/util/Random.html">Random</A><DD>Returns the next pseudorandom, uniformly distributed <code>float</code> value between <code>0.0</code> and <code>1.0</code> from this random number generator's sequence.<DT><A HREF="../java/awt/Component.html#nextFocus()"><B>nextFocus()</B></A> - Method in class java.awt.<A HREF="../java/awt/Component.html">Component</A><DD><B>Deprecated.</B> <I>As of JDK version 1.1, replaced by transferFocus().</I><DT><A HREF="../java/util/Random.html#nextGaussian()"><B>nextGaussian()</B></A> - Method in class java.util.<A HREF="../java/util/Random.html">Random</A><DD>Returns the next pseudorandom, Gaussian ("normally") distributed <code>double</code> value with mean <code>0.0</code> and standard deviation <code>1.0</code> from this random number generator's sequence.<DT><A HREF="../java/util/ListIterator.html#nextIndex()"><B>nextIndex()</B></A> - Method in interface java.util.<A HREF="../java/util/ListIterator.html">ListIterator</A><DD>Returns the index of the element that would be returned by a subsequent call to <tt>next</tt>.<DT><A HREF="../java/util/Random.html#nextInt()"><B>nextInt()</B></A> - Method in class java.util.<A HREF="../java/util/Random.html">Random</A><DD>Returns the next pseudorandom, uniformly distributed <code>int</code> value from this random number generator's sequence.<DT><A HREF="../java/util/Random.html#nextInt(int)"><B>nextInt(int)</B></A> - Method in class java.util.<A HREF="../java/util/Random.html">Random</A><DD>Returns a pseudorandom, uniformly distributed <tt>int</tt> value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.<DT><A HREF="../java/awt/font/LineBreakMeasurer.html#nextLayout(float)"><B>nextLayout(float)</B></A> - Method in class java.awt.font.<A HREF="../java/awt/font/LineBreakMeasurer.html">LineBreakMeasurer</A><DD>Returns the next layout, and updates the current position.<DT><A HREF="../java/awt/font/LineBreakMeasurer.html#nextLayout(float, int, boolean)"><B>nextLayout(float, int, boolean)</B></A> - Method in class java.awt.font.<A HREF="../java/awt/font/LineBreakMeasurer.html">LineBreakMeasurer</A><DD>Returns the next layout, and updates the current position.<DT><A HREF="../java/util/Random.html#nextLong()"><B>nextLong()</B></A> - Method in class java.util.<A HREF="../java/util/Random.html">Random</A><DD>Returns the next pseudorandom, uniformly distributed <code>long</code> value from this random number generator's sequence.<DT><A HREF="../java/awt/font/LineBreakMeasurer.html#nextOffset(float)"><B>nextOffset(float)</B></A> - Method in class java.awt.font.<A HREF="../java/awt/font/LineBreakMeasurer.html">LineBreakMeasurer</A><DD>Returns the position at the end of the next layout.<DT><A HREF="../java/awt/font/LineBreakMeasurer.html#nextOffset(float, int, boolean)"><B>nextOffset(float, int, boolean)</B></A> - Method in class java.awt.font.<A HREF="../java/awt/font/LineBreakMeasurer.html">LineBreakMeasurer</A><DD>Returns the position at the end of the next layout.<DT><A HREF="../javax/swing/text/TabExpander.html#nextTabStop(float, int)"><B>nextTabStop(float, int)</B></A> - Method in interface javax.swing.text.<A HREF="../javax/swing/text/TabExpander.html">TabExpander</A><DD>Returns the next tab stop position given a reference position.<DT><A HREF="../javax/swing/text/ParagraphView.html#nextTabStop(float, int)"><B>nextTabStop(float, int)</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/ParagraphView.html">ParagraphView</A><DD>Returns the next tab stop position given a reference position.<DT><A HREF="../javax/swing/text/PlainView.html#nextTabStop(float, int)"><B>nextTabStop(float, int)</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/PlainView.html">PlainView</A><DD>Returns the next tab stop position after a given reference position.<DT><A HREF="../javax/swing/text/WrappedPlainView.html#nextTabStop(float, int)"><B>nextTabStop(float, int)</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/WrappedPlainView.html">WrappedPlainView</A><DD>Returns the next tab stop position after a given reference position.<DT><A HREF="../java/io/StreamTokenizer.html#nextToken()"><B>nextToken()</B></A> - Method in class java.io.<A HREF="../java/io/StreamTokenizer.html">StreamTokenizer</A><DD>Parses the next token from the input stream of this tokenizer.<DT><A HREF="../java/util/StringTokenizer.html#nextToken()"><B>nextToken()</B></A> - Method in class java.util.<A HREF="../java/util/StringTokenizer.html">StringTokenizer</A><DD>Returns the next token from this string tokenizer.<DT><A HREF="../java/util/StringTokenizer.html#nextToken(java.lang.String)"><B>nextToken(String)</B></A> - Method in class java.util.<A HREF="../java/util/StringTokenizer.html">StringTokenizer</A><DD>Returns the next token in this string tokenizer's string.<DT><A HREF="../javax/swing/text/DefaultEditorKit.html#nextWordAction"><B>nextWordAction</B></A> - Static variable in class javax.swing.text.<A HREF="../javax/swing/text/DefaultEditorKit.html">DefaultEditorKit</A><DD>Name of the Action for moving the caret to the begining of the next word.<DT><A HREF="../javax/swing/text/html/parser/DTDConstants.html#NMTOKEN"><B>NMTOKEN</B></A> - Static variable in interface javax.swing.text.html.parser.<A HREF="../javax/swing/text/html/parser/DTDConstants.html">DTDConstants</A><DD> <DT><A HREF="../javax/swing/text/html/parser/DTDConstants.html#NMTOKENS"><B>NMTOKENS</B></A> - Static variable in interface javax.swing.text.html.parser.<A HREF="../javax/swing/text/html/parser/DTDConstants.html">DTDConstants</A><DD> <DT><A HREF="../java/util/zip/Deflater.html#NO_COMPRESSION"><B>NO_COMPRESSION</B></A> - Static variable in class java.util.zip.<A HREF="../java/util/zip/Deflater.html">Deflater</A><DD>Compression level for no compression.<DT><A HREF="../java/text/Collator.html#NO_DECOMPOSITION"><B>NO_DECOMPOSITION</B></A> - Static variable in class java.text.<A HREF="../java/text/Collator.html">Collator</A><DD>Decomposition mode value.<DT><A HREF="../java/io/ObjectStreamClass.html#NO_FIELDS"><B>NO_FIELDS</B></A> - Static variable in class java.io.<A HREF="../java/io/ObjectStreamClass.html">ObjectStreamClass</A><DD>Set serialPersistentFields of a Serializable class to this value to denote that the class has no Serializable fields.<DT><A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html#NO_HIGHLIGHT"><B>NO_HIGHLIGHT</B></A> - Static variable in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicScrollBarUI.html">BasicScrollBarUI</A><DD> <DT><A HREF="../org/omg/CORBA/NO_IMPLEMENT.html"><B>NO_IMPLEMENT</B></A> - exception org.omg.CORBA.<A HREF="../org/omg/CORBA/NO_IMPLEMENT.html">NO_IMPLEMENT</A>.<DD>The CORBA <code>NO_IMPLEMENT</code> exception, which is thrown when the implementation for a method is not available.<DT><A HREF="../org/omg/CORBA/NO_IMPLEMENT.html#NO_IMPLEMENT()"><B>NO_IMPLEMENT()</B></A> - Constructor for class org.omg.CORBA.<A HREF="../org/omg/CORBA/NO_IMPLEMENT.html">NO_IMPLEMENT</A><DD>Constructs a <code>NO_IMPLEMENT</code> exception with a default minor code of 0, a completion state of CompletionStatus.COMPLETED_NO, and a null description.<DT><A HREF="../org/omg/CORBA/NO_IMPLEMENT.html#NO_IMPLEMENT(int, org.omg.CORBA.CompletionStatus)"><B>NO_IMPLEMENT(int, CompletionStatus)</B></A> - Constructor for class org.omg.CORBA.<A HREF="../org/omg/CORBA/NO_IMPLEMENT.html">NO_IMPLEMENT</A><DD>Constructs a <code>NO_IMPLEMENT</code> exception with the specified minor code and completion status.<DT><A HREF="../org/omg/CORBA/NO_IMPLEMENT.html#NO_IMPLEMENT(java.lang.String)"><B>NO_IMPLEMENT(String)</B></A> - Constructor for class org.omg.CORBA.<A HREF="../org/omg/CORBA/NO_IMPLEMENT.html">NO_IMPLEMENT</A><DD>Constructs a <code>NO_IMPLEMENT</code> exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.<DT><A HREF="../org/omg/CORBA/NO_IMPLEMENT.htm
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -