NIO2 API
A B C D E F G H I J K L M N O P R S T U V W

H

hashCode() - Method in class org.classpath.icedtea.java.io.FilePermission
Returns the hash code value for this object.
hashCode() - Method in class org.classpath.icedtea.java.nio.file.attribute.AclEntry
Returns the hash-code value for this ACL entry.
hashCode() - Method in interface org.classpath.icedtea.java.nio.file.FileRef
Returns the hash-code value for this object.
hashCode() - Method in class org.classpath.icedtea.java.nio.file.Path
Computes a hash code for this path.
hasNext() - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if this scanner has another token in its input.
hasNext(String) - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token matches the pattern constructed from the specified string.
hasNext(Pattern) - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next complete token matches the specified pattern.
hasNextBigDecimal() - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a BigDecimal using the nextBigDecimal() method.
hasNextBigInteger() - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a BigInteger in the default radix using the nextBigInteger() method.
hasNextBigInteger(int) - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a BigInteger in the specified radix using the nextBigInteger() method.
hasNextBoolean() - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a boolean value using a case insensitive pattern created from the string "true|false".
hasNextByte() - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a byte value in the default radix using the nextByte() method.
hasNextByte(int) - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a byte value in the specified radix using the nextByte() method.
hasNextDouble() - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a double value using the nextDouble() method.
hasNextFloat() - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a float value using the nextFloat() method.
hasNextInt() - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as an int value in the default radix using the nextInt() method.
hasNextInt(int) - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as an int value in the specified radix using the nextInt() method.
hasNextLine() - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if there is another line in the input of this scanner.
hasNextLong() - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a long value in the default radix using the nextLong() method.
hasNextLong(int) - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a long value in the specified radix using the nextLong() method.
hasNextShort() - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a short value in the default radix using the nextShort() method.
hasNextShort(int) - Method in class org.classpath.icedtea.java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a short value in the specified radix using the nextShort() method.

NIO2 API
A B C D E F G H I J K L M N O P R S T U V W
Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.