- Constructor for class java.nio.charset.
- DASH_PUNCTUATION - Static variable in class java.lang.Character
-
General category "Pd" in the Unicode specification.
- DataInput - Interface in java.io
-
The DataInput interface provides
for reading bytes from a binary stream and
reconstructing from them data in any of
the Java primitive types.
- DataInputStream - Class in java.io
-
A data input stream lets an application read primitive Java data
types from an underlying input stream in a machine-independent
way.
- DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
-
Creates a DataInputStream that uses the specified
underlying InputStream.
- DataOutput - Interface in java.io
-
The DataOutput interface provides
for converting data from any of the Java
primitive types to a series of bytes and
writing these bytes to a binary stream.
- DataOutputStream - Class in java.io
-
A data output stream lets an application write primitive Java data
types to an output stream in a portable way.
- DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
-
Creates a new data output stream to write data to the specified
underlying output stream.
- DATE - Static variable in class java.util.Calendar
-
Field number for get and set indicating the
day of the month.
- Date - Class in java.util
-
The class Date represents a specific instant
in time, with millisecond precision.
- Date() - Constructor for class java.util.Date
-
Allocates a Date object and initializes it so that
it represents the time at which it was allocated, measured to the
nearest millisecond.
- Date(long) - Constructor for class java.util.Date
-
Allocates a Date object and initializes it to
represent the specified number of milliseconds since the
standard base time known as "the epoch", namely January 1,
1970, 00:00:00 GMT.
- Date(int, int, int) - Constructor for class java.util.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(year + 1900, month, date)
or GregorianCalendar(year + 1900, month, date).
- Date(int, int, int, int, int) - Constructor for class java.util.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(year + 1900, month, date,
hrs, min) or GregorianCalendar(year + 1900,
month, date, hrs, min).
- Date(int, int, int, int, int, int) - Constructor for class java.util.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.set(year + 1900, month, date,
hrs, min, sec) or GregorianCalendar(year + 1900,
month, date, hrs, min, sec).
- Date(String) - Constructor for class java.util.Date
-
Deprecated.
As of JDK version 1.1,
replaced by DateFormat.parse(String s).
- DATE_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for DATE field alignment.
- DateFormat - Class in java.text
-
DateFormat is an abstract class for date/time formatting subclasses which
formats and parses dates or time in a language-independent manner.
- DateFormat() - Constructor for class java.text.DateFormat
-
Create a new date format.
- DateFormat.Field - Class in java.text
-
Defines constants that are used as attribute keys in the
AttributedCharacterIterator returned
from DateFormat.formatToCharacterIterator and as
field identifiers in FieldPosition.
- DateFormat.Field(String, int) - Constructor for class java.text.DateFormat.Field
-
Creates a Field.
- DateFormatSymbols - Class in java.text
-
DateFormatSymbols is a public class for encapsulating
localizable date-time formatting data, such as the names of the
months, the names of the days of the week, and the time zone data.
- DateFormatSymbols() - Constructor for class java.text.DateFormatSymbols
-
Construct a DateFormatSymbols object by loading format data from
resources for the default locale.
- DateFormatSymbols(Locale) - Constructor for class java.text.DateFormatSymbols
-
Construct a DateFormatSymbols object by loading format data from
resources for the given locale.
- DAY_OF_MONTH - Static variable in class java.text.DateFormat.Field
-
Constant identifying the day of month field.
- DAY_OF_MONTH - Static variable in class java.util.Calendar
-
Field number for get and set indicating the
day of the month.
- DAY_OF_WEEK - Static variable in class java.text.DateFormat.Field
-
Constant identifying the day of week field.
- DAY_OF_WEEK - Static variable in class java.util.Calendar
-
Field number for get and set indicating the day
of the week.
- DAY_OF_WEEK_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for DAY_OF_WEEK field alignment.
- DAY_OF_WEEK_IN_MONTH - Static variable in class java.text.DateFormat.Field
-
Constant identifying the day of week field.
- DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
-
Field number for get and set indicating the
ordinal number of the day of the week within the current month.
- DAY_OF_WEEK_IN_MONTH_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.
- DAY_OF_YEAR - Static variable in class java.text.DateFormat.Field
-
Constant identifying the day of year field.
- DAY_OF_YEAR - Static variable in class java.util.Calendar
-
Field number for get and set indicating the day
number within the current year.
- DAY_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for DAY_OF_YEAR field alignment.
- DECEMBER - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH field indicating the
twelfth month of the year in the Gregorian and Julian calendars.
- DECIMAL128 - Static variable in class java.math.MathContext
-
A
MathContext object with a precision setting
matching the IEEE 754R Decimal128 format, 34 digits, and a
rounding mode of
HALF_EVEN, the
IEEE 754R default.
- DECIMAL32 - Static variable in class java.math.MathContext
-
A
MathContext object with a precision setting
matching the IEEE 754R Decimal32 format, 7 digits, and a
rounding mode of
HALF_EVEN, the
IEEE 754R default.
- DECIMAL64 - Static variable in class java.math.MathContext
-
A
MathContext object with a precision setting
matching the IEEE 754R Decimal64 format, 16 digits, and a
rounding mode of
HALF_EVEN, the
IEEE 754R default.
- DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
-
General category "Nd" in the Unicode specification.
- DECIMAL_SEPARATOR - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the decimal separator field.
- DecimalFormat - Class in java.text
-
DecimalFormat is a concrete subclass of
NumberFormat that formats decimal numbers.
- DecimalFormat() - Constructor for class java.text.DecimalFormat
-
Creates a DecimalFormat using the default pattern and symbols
for the default locale.
- DecimalFormat(String) - Constructor for class java.text.DecimalFormat
-
Creates a DecimalFormat using the given pattern and the symbols
for the default locale.
- DecimalFormat(String, DecimalFormatSymbols) - Constructor for class java.text.DecimalFormat
-
Creates a DecimalFormat using the given pattern and symbols.
- DecimalFormatSymbols - Class in java.text
-
This class represents the set of symbols (such as the decimal separator,
the grouping separator, and so on) needed by DecimalFormat
to format numbers.
- DecimalFormatSymbols() - Constructor for class java.text.DecimalFormatSymbols
-
Create a DecimalFormatSymbols object for the default locale.
- DecimalFormatSymbols(Locale) - Constructor for class java.text.DecimalFormatSymbols
-
Create a DecimalFormatSymbols object for the given locale.
- DECLARED - Static variable in interface java.lang.reflect.Member
-
Identifies the set of declared members of a class or interface.
- decode(String) - Static method in class java.lang.Byte
-
Decodes a String into a Byte.
- decode(String) - Static method in class java.lang.Integer
-
Decodes a String into an Integer.
- decode(String) - Static method in class java.lang.Long
-
Decodes a String into a Long.
- decode(String) - Static method in class java.lang.Short
-
Decodes a String into a Short.
- decrementAndGet() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically decrements by one the current value.
- decrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically decrements by one the element at index i.
- decrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically decrements by one the current value of the field of the
given object managed by this updater.
- decrementAndGet() - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically decrements by one the current value.
- decrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically decrements by one the element at index i.
- decrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically decrements by one the current value of the field of the
given object managed by this updater.
- deepEquals(Object[], Object[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays are deeply
equal to one another.
- deepEquals(Object, Object) - Static method in class java.util.Objects
-
Returns true if the arguments are deeply equal to each other
and false otherwise.
- deepHashCode(Object[]) - Static method in class java.util.Arrays
-
Returns a hash code based on the "deep contents" of the specified
array.
- deepToString(Object[]) - Static method in class java.util.Arrays
-
Returns a string representation of the "deep contents" of the specified
array.
- DEFAULT - Static variable in class java.text.DateFormat
-
Constant for default style pattern.
- defaultCharset() - Static method in class java.nio.charset.Charset
-
Returns the default charset of this Java virtual machine.
- defaulted(String) - Method in class java.io.ObjectInputStream.GetField
-
Return true if the named field is defaulted and has no value in this
stream.
- defaultReadObject() - Method in class java.io.ObjectInputStream
-
Read the non-static and non-transient fields of the current class from
this stream.
- defaults - Variable in class java.util.Properties
-
A property list that contains default values for any keys not
found in this property list.
- defaultWriteObject() - Method in class java.io.ObjectOutputStream
-
Write the non-static and non-transient fields of the current class to
this stream.
- defineClass(byte[], int, int) - Method in class java.lang.ClassLoader
-
- defineClass(String, byte[], int, int) - Method in class java.lang.ClassLoader
-
Converts an array of bytes into an instance of class Class.
- delete() - Method in class java.io.File
-
Deletes the file or directory denoted by this abstract pathname.
- delete(int, int) - Method in class java.lang.StringBuffer
-
- delete(int, int) - Method in class java.lang.StringBuilder
-
- deleteCharAt(int) - Method in class java.lang.StringBuffer
-
- deleteCharAt(int) - Method in class java.lang.StringBuilder
-
- deleteOnExit() - Method in class java.io.File
-
Requests that the file or directory denoted by this abstract
pathname be deleted when the virtual machine terminates.
- Deprecated - Annotation Type in java.lang
-
A program element annotated @Deprecated is one that programmers
are discouraged from using, typically because it is dangerous,
or because a better alternative exists.
- Deque<E> - Interface in java.util
-
A linear collection that supports element insertion and removal at
both ends.
- descendingIterator() - Method in class java.util.ArrayDeque
-
- descendingIterator() - Method in interface java.util.Deque
-
Returns an iterator over the elements in this deque in reverse
sequential order.
- descendingIterator() - Method in class java.util.LinkedList
-
- descendingIterator() - Method in interface java.util.NavigableSet
-
Returns an iterator over the elements in this set, in descending order.
- descendingIterator() - Method in class java.util.TreeSet
-
Returns an iterator over the elements in this set in descending order.
- descendingKeySet() - Method in interface java.util.NavigableMap
-
Returns a reverse order
NavigableSet view of the keys contained in this map.
- descendingKeySet() - Method in class java.util.TreeMap
-
- descendingMap() - Method in interface java.util.NavigableMap
-
Returns a reverse order view of the mappings contained in this map.
- descendingMap() - Method in class java.util.TreeMap
-
- descendingSet() - Method in interface java.util.NavigableSet
-
Returns a reverse order view of the elements contained in this set.
- descendingSet() - Method in class java.util.TreeSet
-
- desiredAssertionStatus() - Method in class java.lang.Class
-
- destroy() - Method in class java.lang.Thread
-
Deprecated.
This method was originally designed to destroy this
thread without any cleanup. Any monitors it held would have
remained locked. However, the method was never implemented.
If if were to be implemented, it would be deadlock-prone in
much the manner of Thread.suspend(). If the target thread held
a lock protecting a critical system resource when it was
destroyed, no thread could ever access this resource again.
If another thread ever attempted to lock this resource, deadlock
would result. Such deadlocks typically manifest themselves as
"frozen" processes. For more information, see
Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
- detail - Variable in exception java.io.WriteAbortedException
-
Exception that was caught while writing the ObjectStream.
- detectedCharset() - Method in class java.nio.charset.CharsetDecoder
-
Retrieves the charset that was detected by this
decoder (optional operation).
- Dictionary<K,V> - Class in java.util
-
The Dictionary class is the abstract parent of any
class, such as Hashtable, which maps keys to values.
- Dictionary() - Constructor for class java.util.Dictionary
-
Sole constructor.
- digit(char, int) - Static method in class java.lang.Character
-
Returns the numeric value of the character ch in the
specified radix.
- digit(int, int) - Static method in class java.lang.Character
-
Returns the numeric value of the specified character (Unicode
code point) in the specified radix.
- DIRECTIONALITY_ARABIC_NUMBER - Static variable in class java.lang.Character
-
Weak bidirectional character type "AN" in the Unicode specification.
- DIRECTIONALITY_BOUNDARY_NEUTRAL - Static variable in class java.lang.Character
-
Weak bidirectional character type "BN" in the Unicode specification.
- DIRECTIONALITY_COMMON_NUMBER_SEPARATOR - Static variable in class java.lang.Character
-
Weak bidirectional character type "CS" in the Unicode specification.
- DIRECTIONALITY_EUROPEAN_NUMBER - Static variable in class java.lang.Character
-
Weak bidirectional character type "EN" in the Unicode specification.
- DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR - Static variable in class java.lang.Character
-
Weak bidirectional character type "ES" in the Unicode specification.
- DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR - Static variable in class java.lang.Character
-
Weak bidirectional character type "ET" in the Unicode specification.
- DIRECTIONALITY_LEFT_TO_RIGHT - Static variable in class java.lang.Character
-
Strong bidirectional character type "L" in the Unicode specification.
- DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING - Static variable in class java.lang.Character
-
Strong bidirectional character type "LRE" in the Unicode specification.
- DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE - Static variable in class java.lang.Character
-
Strong bidirectional character type "LRO" in the Unicode specification.
- DIRECTIONALITY_NONSPACING_MARK - Static variable in class java.lang.Character
-
Weak bidirectional character type "NSM" in the Unicode specification.
- DIRECTIONALITY_OTHER_NEUTRALS - Static variable in class java.lang.Character
-
Neutral bidirectional character type "ON" in the Unicode specification.
- DIRECTIONALITY_PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
-
Neutral bidirectional character type "B" in the Unicode specification.
- DIRECTIONALITY_POP_DIRECTIONAL_FORMAT - Static variable in class java.lang.Character
-
Weak bidirectional character type "PDF" in the Unicode specification.
- DIRECTIONALITY_RIGHT_TO_LEFT - Static variable in class java.lang.Character
-
Strong bidirectional character type "R" in the Unicode specification.
- DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC - Static variable in class java.lang.Character
-
Strong bidirectional character type "AL" in the Unicode specification.
- DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING - Static variable in class java.lang.Character
-
Strong bidirectional character type "RLE" in the Unicode specification.
- DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE - Static variable in class java.lang.Character
-
Strong bidirectional character type "RLO" in the Unicode specification.
- DIRECTIONALITY_SEGMENT_SEPARATOR - Static variable in class java.lang.Character
-
Neutral bidirectional character type "S" in the Unicode specification.
- DIRECTIONALITY_UNDEFINED - Static variable in class java.lang.Character
-
Undefined bidirectional character type.
- DIRECTIONALITY_WHITESPACE - Static variable in class java.lang.Character
-
Neutral bidirectional character type "WS" in the Unicode specification.
- disjoint(Collection<?>, Collection<?>) - Static method in class java.util.Collections
-
Returns true if the two specified collections have no
elements in common.
- displayName() - Method in class java.nio.charset.Charset
-
Returns this charset's human-readable name for the default locale.
- displayName(Locale) - Method in class java.nio.charset.Charset
-
Returns this charset's human-readable name for the given locale.
- divide(BigDecimal, int, int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (this /
divisor), and whose scale is as specified.
- divide(BigDecimal, int, RoundingMode) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (this /
divisor), and whose scale is as specified.
- divide(BigDecimal, int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (this /
divisor), and whose scale is this.scale().
- divide(BigDecimal, RoundingMode) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (this /
divisor), and whose scale is this.scale().
- divide(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (this /
divisor), and whose preferred scale is (this.scale() -
divisor.scale()); if the exact quotient cannot be
represented (because it has a non-terminating decimal
expansion) an ArithmeticException is thrown.
- divide(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is (this /
divisor), with rounding according to the context settings.
- divide(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this / val).
- divideAndRemainder(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a two-element BigDecimal array containing the
result of divideToIntegralValue followed by the result of
remainder on the two operands.
- divideAndRemainder(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a two-element BigDecimal array containing the
result of divideToIntegralValue followed by the result of
remainder on the two operands calculated with rounding
according to the context settings.
- divideAndRemainder(BigInteger) - Method in class java.math.BigInteger
-
Returns an array of two BigIntegers containing (this / val)
followed by (this % val).
- divideToIntegralValue(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is the integer part
of the quotient (this / divisor) rounded down.
- divideToIntegralValue(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is the integer part
of (this / divisor).
- Documented - Annotation Type in java.lang.annotation
-
Indicates that annotations with a type are to be documented by javadoc
and similar tools by default.
- doInput - Variable in class java.net.URLConnection
-
This variable is set by the setDoInput method.
- DONE - Static variable in interface java.text.CharacterIterator
-
Constant that is returned when the iterator has reached either the end
or the beginning of the text.
- doOutput - Variable in class java.net.URLConnection
-
This variable is set by the setDoOutput method.
- doPrivileged(PrivilegedAction<T>) - Static method in class java.security.AccessController
-
Performs the specified PrivilegedAction with privileges
enabled.
- doPrivileged(PrivilegedExceptionAction<T>) - Static method in class java.security.AccessController
-
Performs the specified PrivilegedExceptionAction with
privileges enabled.
- doPrivilegedWithCombiner(PrivilegedAction<T>) - Static method in class java.security.AccessController
-
Performs the specified PrivilegedAction with privileges
enabled.
- doPrivilegedWithCombiner(PrivilegedExceptionAction<T>) - Static method in class java.security.AccessController
-
Performs the specified PrivilegedExceptionAction with
privileges enabled.
- DOTALL - Static variable in class java.util.regex.Pattern
-
Enables dotall mode.
- Double - Class in java.lang
-
The Double class wraps a value of the primitive type
double in an object.
- Double(double) - Constructor for class java.lang.Double
-
Constructs a newly allocated Double object that
represents the primitive double argument.
- Double(String) - Constructor for class java.lang.Double
-
Constructs a newly allocated Double object that
represents the floating-point value of type double
represented by the string.
- doubleToLongBits(double) - Static method in class java.lang.Double
-
Returns a representation of the specified floating-point value
according to the IEEE 754 floating-point "double
format" bit layout.
- doubleToRawLongBits(double) - Static method in class java.lang.Double
-
Returns a representation of the specified floating-point value
according to the IEEE 754 floating-point "double
format" bit layout, preserving Not-a-Number (NaN) values.
- doubleValue() - Method in class java.lang.Byte
-
Returns the value of this Byte as a
double.
- doubleValue() - Method in class java.lang.Double
-
Returns the double value of this
Double object.
- doubleValue() - Method in class java.lang.Float
-
Returns the double value of this Float object.
- doubleValue() - Method in class java.lang.Integer
-
Returns the value of this Integer as a
double.
- doubleValue() - Method in class java.lang.Long
-
Returns the value of this Long as a
double.
- doubleValue() - Method in class java.lang.Number
-
Returns the value of the specified number as a double.
- doubleValue() - Method in class java.lang.Short
-
Returns the value of this Short as a
double.
- doubleValue() - Method in class java.math.BigDecimal
-
Converts this BigDecimal to a double.
- doubleValue() - Method in class java.math.BigInteger
-
Converts this BigInteger to a double.
- doubleValue() - Method in class java.util.concurrent.atomic.AtomicInteger
-
- doubleValue() - Method in class java.util.concurrent.atomic.AtomicLong
-
- drain() - Method in class java.io.ObjectOutputStream
-
Drain any buffered data in ObjectOutputStream.
- dropParameterTypes(int, int) - Method in class java.lang.invoke.MethodType
-
Finds or creates a method type with some parameter types omitted.
- DST_OFFSET - Static variable in class java.util.Calendar
-
Field number for get and set indicating the
daylight saving offset in milliseconds.
- dumpStack() - Static method in class java.lang.Thread
-
Prints a stack trace of the current thread to the standard error stream.
- dynamicInvoker() - Method in class java.lang.invoke.CallSite
-
Produces a method handle equivalent to an invokedynamic instruction
which has been linked to this call site.
- E - Static variable in class java.lang.Math
-
The double value that is closer than any other to
e, the base of the natural logarithms.
- element() - Method in exception java.lang.annotation.AnnotationTypeMismatchException
-
Returns the Method object for the incorrectly typed element.
- element() - Method in class java.util.AbstractQueue
-
Retrieves, but does not remove, the head of this queue.
- element() - Method in class java.util.ArrayDeque
-
Retrieves, but does not remove, the head of the queue represented by
this deque.
- element() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the head of the queue represented by
this deque (in other words, the first element of this deque).
- element() - Method in class java.util.LinkedList
-
Retrieves, but does not remove, the head (first element) of this list.
- element() - Method in interface java.util.Queue
-
Retrieves, but does not remove, the head of this queue.
- elementAt(int) - Method in class java.util.Vector
-
Returns the component at the specified index.
- elementCount - Variable in class java.util.Vector
-
The number of valid components in this Vector object.
- elementData - Variable in class java.util.Vector
-
The array buffer into which the components of the vector are
stored.
- elementName() - Method in exception java.lang.annotation.IncompleteAnnotationException
-
Returns the name of the missing element.
- elements() - Method in class java.util.Dictionary
-
Returns an enumeration of the values in this dictionary.
- elements() - Method in class java.util.Hashtable
-
Returns an enumeration of the values in this hashtable.
- elements() - Method in class java.util.Vector
-
Returns an enumeration of the components of this vector.
- ElementType - Enum in java.lang.annotation
-
A program element type.
- empty() - Method in class java.util.Stack
-
Tests if this stack is empty.
- EMPTY_LIST - Static variable in class java.util.Collections
-
The empty list (immutable).
- EMPTY_MAP - Static variable in class java.util.Collections
-
The empty map (immutable).
- EMPTY_SET - Static variable in class java.util.Collections
-
The empty set (immutable).
- emptyEnumeration() - Static method in class java.util.Collections
-
Returns an enumeration that has no elements.
- emptyIterator() - Static method in class java.util.Collections
-
Returns an iterator that has no elements.
- emptyList() - Static method in class java.util.Collections
-
Returns the empty list (immutable).
- emptyListIterator() - Static method in class java.util.Collections
-
Returns a list iterator that has no elements.
- emptyMap() - Static method in class java.util.Collections
-
Returns the empty map (immutable).
- emptySet() - Static method in class java.util.Collections
-
Returns the empty set (immutable).
- EmptyStackException - Exception in java.util
-
Thrown by methods in the Stack class to indicate
that the stack is empty.
- EmptyStackException() - Constructor for exception java.util.EmptyStackException
-
Constructs a new EmptyStackException with null
as its error message string.
- enableReplaceObject(boolean) - Method in class java.io.ObjectOutputStream
-
Enable the stream to do replacement of objects in the stream.
- enableResolveObject(boolean) - Method in class java.io.ObjectInputStream
-
Enable the stream to allow objects read from the stream to be replaced.
- ENCLOSING_MARK - Static variable in class java.lang.Character
-
General category "Me" in the Unicode specification.
- end() - Method in class java.util.regex.Matcher
-
Returns the offset after the last character matched.
- end(int) - Method in class java.util.regex.Matcher
-
Returns the offset after the last character of the subsequence
captured by the given group during the previous match operation.
- end() - Method in interface java.util.regex.MatchResult
-
Returns the offset after the last character matched.
- end(int) - Method in interface java.util.regex.MatchResult
-
Returns the offset after the last character of the subsequence
captured by the given group during this match.
- END_PUNCTUATION - Static variable in class java.lang.Character
-
General category "Pe" in the Unicode specification.
- endsWith(String) - Method in class java.lang.String
-
Tests if this string ends with the specified suffix.
- ENGLISH - Static variable in class java.util.Locale
-
Useful constant for language.
- enqueue() - Method in class java.lang.ref.Reference
-
Adds this reference object to the queue with which it is registered,
if any.
- ensureCapacity(int) - Method in class java.lang.StringBuffer
-
- ensureCapacity(int) - Method in class java.util.ArrayList
-
Increases the capacity of this ArrayList instance, if
necessary, to ensure that it can hold at least the number of elements
specified by the minimum capacity argument.
- ensureCapacity(int) - Method in class java.util.Vector
-
Increases the capacity of this vector, if necessary, to ensure
that it can hold at least the number of components specified by
the minimum capacity argument.
- entering(String, String) - Method in class java.util.logging.Logger
-
Log a method entry.
- entering(String, String, Object) - Method in class java.util.logging.Logger
-
Log a method entry, with one parameter.
- entering(String, String, Object[]) - Method in class java.util.logging.Logger
-
Log a method entry, with an array of parameters.
- entrySet() - Method in class java.util.AbstractMap
-
- entrySet() - Method in class java.util.concurrent.ConcurrentHashMap
-
- entrySet() - Method in class java.util.EnumMap
-
Returns a
Set view of the mappings contained in this map.
- entrySet() - Method in class java.util.HashMap
-
Returns a
Set view of the mappings contained in this map.
- entrySet() - Method in class java.util.Hashtable
-
Returns a
Set view of the mappings contained in this map.
- entrySet() - Method in class java.util.IdentityHashMap
-
Returns a
Set view of the mappings contained in this map.
- entrySet() - Method in interface java.util.Map
-
Returns a
Set view of the mappings contained in this map.
- entrySet() - Method in interface java.util.SortedMap
-
Returns a
Set view of the mappings contained in this map.
- entrySet() - Method in class java.util.TreeMap
-
Returns a
Set view of the mappings contained in this map.
- entrySet() - Method in class java.util.WeakHashMap
-
Returns a
Set view of the mappings contained in this map.
- Enum<E extends Enum<E>> - Class in java.lang
-
This is the common base class of all Java language enumeration types.
- Enum(String, int) - Constructor for class java.lang.Enum
-
Sole constructor.
- enumerate(Thread[]) - Static method in class java.lang.Thread
-
Copies into the specified array every active thread in the current
thread's thread group and its subgroups.
- enumeration(Collection<T>) - Static method in class java.util.Collections
-
Returns an enumeration over the specified collection.
- Enumeration<E> - Interface in java.util
-
An object that implements the Enumeration interface generates a
series of elements, one at a time.
- EnumMap<K extends Enum<K>,V> - Class in java.util
-
A specialized
Map implementation for use with enum type keys.
- EnumMap(Class<K>) - Constructor for class java.util.EnumMap
-
Creates an empty enum map with the specified key type.
- EnumMap(EnumMap<K, ? extends V>) - Constructor for class java.util.EnumMap
-
Creates an enum map with the same key type as the specified enum
map, initially containing the same mappings (if any).
- EnumMap(Map<K, ? extends V>) - Constructor for class java.util.EnumMap
-
Creates an enum map initialized from the specified map.
- EnumSet<E extends Enum<E>> - Class in java.util
-
A specialized
Set implementation for use with enum types.
- eof - Variable in exception java.io.OptionalDataException
-
True if there is no more data in the buffered part of the stream.
- EOFException - Exception in java.io
-
Signals that an end of file or end of stream has been reached
unexpectedly during input.
- EOFException() - Constructor for exception java.io.EOFException
-
Constructs an EOFException with null
as its error detail message.
- EOFException(String) - Constructor for exception java.io.EOFException
-
Constructs an EOFException with the specified detail
message.
- equals(Object) - Method in class java.io.File
-
Tests this abstract pathname for equality with the given object.
- equals(Object) - Method in interface java.lang.annotation.Annotation
-
Returns true if the specified object represents an annotation
that is logically equivalent to this one.
- equals(Object) - Method in class java.lang.Boolean
-
Returns true if and only if the argument is not
null and is a Boolean object that
represents the same boolean value as this object.
- equals(Object) - Method in class java.lang.Byte
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.Character
-
Compares this object against the specified object.
- equals(Object) - Method in class java.lang.Character.Subset
-
Compares two Subset objects for equality.
- equals(Object) - Method in class java.lang.Class
-
- equals(Object) - Method in class java.lang.Double
-
Compares this object against the specified object.
- equals(Object) - Method in class java.lang.Enum
-
Returns true if the specified object is equal to this
enum constant.
- equals(Object) - Method in class java.lang.Float
-
Compares this object against the specified object.
- equals(Object) - Method in class java.lang.Integer
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.invoke.MethodType
-
Compares the specified object with this type for equality.
- equals(Object) - Method in class java.lang.Long
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.Object
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class java.lang.reflect.Constructor
-
Compares this Constructor against the specified object.
- equals(Object) - Method in class java.lang.reflect.Field
-
Compares this Field against the specified object.
- equals(Object) - Method in class java.lang.reflect.Method
-
Compares this Method against the specified object.
- equals(Object) - Method in class java.lang.Short
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.StackTraceElement
-
Returns true if the specified object is another
StackTraceElement instance representing the same execution
point as this instance.
- equals(Object) - Method in class java.lang.String
-
Compares this string to the specified object.
- equals(Object) - Method in class java.math.BigDecimal
-
Compares this BigDecimal with the specified
Object for equality.
- equals(Object) - Method in class java.math.BigInteger
-
Compares this BigInteger with the specified Object for equality.
- equals(Object) - Method in class java.math.MathContext
-
Compares this MathContext with the specified
Object for equality.
- equals(Object) - Method in class java.net.URI
-
Tests this URI for equality with another object.
- equals(Object) - Method in class java.net.URL
-
Compares this URL for equality with another object.
- equals(URL, URL) - Method in class java.net.URLStreamHandler
-
Provides the default equals calculation.
- equals(Object) - Method in class java.nio.charset.Charset
-
Tells whether or not this object is equal to another.
- equals(Object) - Method in class java.text.AttributedCharacterIterator.Attribute
-
Compares two objects for equality.
- equals(Object) - Method in class java.text.ChoiceFormat
-
Equality comparision between two
- equals(Object) - Method in class java.text.DateFormat
-
Overrides equals
- equals(Object) - Method in class java.text.DateFormatSymbols
-
Override equals
- equals(Object) - Method in class java.text.DecimalFormat
-
Overrides equals
- equals(Object) - Method in class java.text.DecimalFormatSymbols
-
Override equals.
- equals(Object) - Method in class java.text.FieldPosition
-
Overrides equals
- equals(Object) - Method in class java.text.MessageFormat
-
Equality comparison between two message format objects
- equals(Object) - Method in class java.text.NumberFormat
-
Overrides equals
- equals(Object) - Method in class java.text.ParsePosition
-
Overrides equals
- equals(Object) - Method in class java.text.SimpleDateFormat
-
Compares the given object with this SimpleDateFormat for
equality.
- equals(Object) - Method in class java.util.AbstractList
-
Compares the specified object with this list for equality.
- equals(Object) - Method in class java.util.AbstractMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class java.util.AbstractMap.SimpleEntry
-
Compares the specified object with this entry for equality.
- equals(Object) - Method in class java.util.AbstractMap.SimpleImmutableEntry
-
Compares the specified object with this entry for equality.
- equals(Object) - Method in class java.util.AbstractSet
-
Compares the specified object with this set for equality.
- equals(long[], long[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of longs are
equal to one another.
- equals(int[], int[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of ints are
equal to one another.
- equals(short[], short[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of shorts are
equal to one another.
- equals(char[], char[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of chars are
equal to one another.
- equals(byte[], byte[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of bytes are
equal to one another.
- equals(boolean[], boolean[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of booleans are
equal to one another.
- equals(double[], double[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of doubles are
equal to one another.
- equals(float[], float[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of floats are
equal to one another.
- equals(Object[], Object[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of Objects are
equal to one another.
- equals(Object) - Method in class java.util.BitSet
-
Compares this object against the specified object.
- equals(Object) - Method in class java.util.Calendar
-
Compares this Calendar to the specified
Object.
- equals(Object) - Method in interface java.util.Collection
-
Compares the specified object with this collection for equality.
- equals(Object) - Method in interface java.util.Comparator
-
Indicates whether some other object is "equal to" this
comparator.
- equals(Object) - Method in class java.util.concurrent.ConcurrentHashMap
-
- equals(Object) - Method in class java.util.Date
-
Compares two dates for equality.
- equals(Object) - Method in class java.util.EnumMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class java.util.Hashtable
-
Compares the specified Object with this Map for equality,
as per the definition in the Map interface.
- equals(Object) - Method in class java.util.IdentityHashMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in interface java.util.List
-
Compares the specified object with this list for equality.
- equals(Object) - Method in class java.util.Locale
-
- equals(Object) - Method in class java.util.logging.Level
-
Compare two objects for value equality.
- equals(Object) - Method in interface java.util.Map.Entry
-
Compares the specified object with this entry for equality.
- equals(Object) - Method in interface java.util.Map
-
Compares the specified object with this map for equality.
- equals(Object, Object) - Static method in class java.util.Objects
-
Returns true if the arguments are equal to each other
and false otherwise.
- equals(Object) - Method in interface java.util.Set
-
Compares the specified object with this set for equality.
- equals(Object) - Method in class java.util.SimpleTimeZone
-
Compares the equality of two SimpleTimeZone objects.
- equals(Object) - Method in class java.util.Vector
-
Compares the specified Object with this Vector for equality.
- equalsIgnoreCase(String) - Method in class java.lang.String
-
Compares this String to another String, ignoring case
considerations.
- ERA - Static variable in class java.text.DateFormat.Field
-
Constant identifying the era field.
- ERA - Static variable in class java.util.Calendar
-
Field number for get and set indicating the
era, e.g., AD or BC in the Julian calendar.
- ERA_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for ERA field alignment.
- erase() - Method in class java.lang.invoke.MethodType
-
Erases all reference types to Object.
- err - Static variable in class java.io.FileDescriptor
-
A handle to the standard error stream.
- err - Static variable in class java.lang.System
-
- Error - Error in java.lang
-
An Error is a subclass of Throwable
that indicates serious problems that a reasonable application
should not try to catch.
- Error() - Constructor for error java.lang.Error
-
Constructs a new error with null as its detail message.
- Error(String) - Constructor for error java.lang.Error
-
Constructs a new error with the specified detail message.
- Error(String, Throwable) - Constructor for error java.lang.Error
-
Constructs a new error with the specified detail message and
cause.
- Error(Throwable) - Constructor for error java.lang.Error
-
Constructs a new error with the specified cause and a detail
message of {@code (cause==null ?
- Error(String, Throwable, boolean, boolean) - Constructor for error java.lang.Error
-
Constructs a new error with the specified detail message,
cause, suppression enabled or disabled, and writable stack
trace enabled or disabled.
- EventListener - Interface in java.util
-
A tagging interface that all event listener interfaces must extend.
- EventListenerProxy<T extends EventListener> - Class in java.util
-
An abstract wrapper class for an EventListener class
which associates a set of additional parameters with the listener.
- EventListenerProxy(T) - Constructor for class java.util.EventListenerProxy
-
Creates a proxy for the specified listener.
- EventObject - Class in java.util
-
The root class from which all event state objects shall be derived.
- EventObject(Object) - Constructor for class java.util.EventObject
-
Constructs a prototypical Event.
- Exception - Exception in java.lang
-
The class Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch.
- Exception() - Constructor for exception java.lang.Exception
-
Constructs a new exception with null as its detail message.
- Exception(String) - Constructor for exception java.lang.Exception
-
Constructs a new exception with the specified detail message.
- Exception(String, Throwable) - Constructor for exception java.lang.Exception
-
Constructs a new exception with the specified detail message and
cause.
- Exception(Throwable) - Constructor for exception java.lang.Exception
-
Constructs a new exception with the specified cause and a detail
message of (cause==null ?
- Exception(String, Throwable, boolean, boolean) - Constructor for exception java.lang.Exception
-
Constructs a new exception with the specified detail message,
cause, suppression enabled or disabled, and writable stack
trace enabled or disabled.
- execute(Runnable) - Method in interface java.util.concurrent.Executor
-
Executes the given command at some time in the future.
- Executor - Interface in java.util.concurrent
-
An object that executes submitted
Runnable tasks.
- exists() - Method in class java.io.File
-
Tests whether the file or directory denoted by this abstract pathname
exists.
- exit(int) - Static method in class java.lang.System
-
- exiting(String, String) - Method in class java.util.logging.Logger
-
Log a method return.
- exiting(String, String, Object) - Method in class java.util.logging.Logger
-
Log a method return, with result object.
- exp(double) - Static method in class java.lang.Math
-
Returns Euler's number e raised to the power of a
double value.
- EXPONENT - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the exponent field.
- EXPONENT_SIGN - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the exponent sign field.
- EXPONENT_SYMBOL - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the exponent symbol field.
- Exported - Annotation Type in org.apidesign.bck2brwsr.core
-
Marks the corresponding program element as exported.
- Externalizable - Interface in java.io
-
Only the identity of the class of an Externalizable instance is
written in the serialization stream and it is the responsibility
of the class to save and restore the contents of its instances.
- ExtraJavaScript - Annotation Type in org.apidesign.bck2brwsr.core
-
A way to include pre-made JavaScript scripts and libraries.
- FALSE - Static variable in class java.lang.Boolean
-
The Boolean object corresponding to the primitive
value false.
- FEBRUARY - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH field indicating the
second month of the year in the Gregorian and Julian calendars.
- Field - Class in java.lang.reflect
-
A Field provides information about, and dynamic access to, a
single field of a class or an interface.
- FIELD_COUNT - Static variable in class java.util.Calendar
-
The number of distinct fields recognized by get and set.
- fieldModifiers() - Static method in class java.lang.reflect.Modifier
-
Return an int value OR-ing together the source language
modifiers that can be applied to a field.
- FieldPosition - Class in java.text
-
FieldPosition is a simple class used by Format
and its subclasses to identify fields in formatted output.
- FieldPosition(int) - Constructor for class java.text.FieldPosition
-
Creates a FieldPosition object for the given field.
- FieldPosition(Format.Field) - Constructor for class java.text.FieldPosition
-
Creates a FieldPosition object for the given field constant.
- FieldPosition(Format.Field, int) - Constructor for class java.text.FieldPosition
-
Creates a FieldPosition object for the given field.
- fields - Variable in class java.util.Calendar
-
The calendar field values for the currently set time for this calendar.
- File - Class in java.io
-
An abstract representation of file and directory pathnames.
- File(String) - Constructor for class java.io.File
-
Creates a new File instance by converting the given
pathname string into an abstract pathname.
- File(String, String) - Constructor for class java.io.File
-
Creates a new File instance from a parent pathname string
and a child pathname string.
- File(File, String) - Constructor for class java.io.File
-
Creates a new File instance from a parent abstract
pathname and a child pathname string.
- File(URI) - Constructor for class java.io.File
-
Creates a new File instance by converting the given
file: URI into an abstract pathname.
- FileDescriptor - Class in java.io
-
Instances of the file descriptor class serve as an opaque handle
to the underlying machine-specific structure representing an open
file, an open socket, or another source or sink of bytes.
- FileDescriptor() - Constructor for class java.io.FileDescriptor
-
Constructs an (invalid) FileDescriptor
object.
- FileFilter - Interface in java.io
-
A filter for abstract pathnames.
- FileInputStream - Class in java.io
-
A FileInputStream obtains input bytes
from a file in a file system.
- FileInputStream(String) - Constructor for class java.io.FileInputStream
-
Creates a FileInputStream by
opening a connection to an actual file,
the file named by the path name name
in the file system.
- FileInputStream(File) - Constructor for class java.io.FileInputStream
-
Creates a FileInputStream by
opening a connection to an actual file,
the file named by the File
object file in the file system.
- FileInputStream(FileDescriptor) - Constructor for class java.io.FileInputStream
-
Creates a FileInputStream by using the file descriptor
fdObj, which represents an existing connection to an
actual file in the file system.
- FilenameFilter - Interface in java.io
-
Instances of classes that implement this interface are used to
filter filenames.
- FileNotFoundException - Exception in java.io
-
Signals that an attempt to open the file denoted by a specified pathname
has failed.
- FileNotFoundException() - Constructor for exception java.io.FileNotFoundException
-
Constructs a FileNotFoundException with
null as its error detail message.
- FileNotFoundException(String) - Constructor for exception java.io.FileNotFoundException
-
Constructs a FileNotFoundException with the
specified detail message.
- FileOutputStream - Class in java.io
-
A file output stream is an output stream for writing data to a
File or to a FileDescriptor.
- FileOutputStream(String) - Constructor for class java.io.FileOutputStream
-
Creates a file output stream to write to the file with the
specified name.
- FileOutputStream(String, boolean) - Constructor for class java.io.FileOutputStream
-
Creates a file output stream to write to the file with the specified
name.
- FileOutputStream(File) - Constructor for class java.io.FileOutputStream
-
Creates a file output stream to write to the file represented by
the specified File object.
- FileOutputStream(File, boolean) - Constructor for class java.io.FileOutputStream
-
Creates a file output stream to write to the file represented by
the specified File object.
- FileOutputStream(FileDescriptor) - Constructor for class java.io.FileOutputStream
-
Creates a file output stream to write to the specified file
descriptor, which represents an existing connection to an actual
file in the file system.
- FileReader - Class in java.io
-
Convenience class for reading character files.
- FileReader(String) - Constructor for class java.io.FileReader
-
Creates a new FileReader, given the name of the
file to read from.
- FileReader(File) - Constructor for class java.io.FileReader
-
Creates a new FileReader, given the File
to read from.
- FileReader(FileDescriptor) - Constructor for class java.io.FileReader
-
Creates a new FileReader, given the
FileDescriptor to read from.
- FileWriter - Class in java.io
-
Convenience class for writing character files.
- FileWriter(String) - Constructor for class java.io.FileWriter
-
Constructs a FileWriter object given a file name.
- FileWriter(String, boolean) - Constructor for class java.io.FileWriter
-
Constructs a FileWriter object given a file name with a boolean
indicating whether or not to append the data written.
- FileWriter(File) - Constructor for class java.io.FileWriter
-
Constructs a FileWriter object given a File object.
- FileWriter(File, boolean) - Constructor for class java.io.FileWriter
-
Constructs a FileWriter object given a File object.
- FileWriter(FileDescriptor) - Constructor for class java.io.FileWriter
-
Constructs a FileWriter object associated with a file descriptor.
- fill(long[], long) - Static method in class java.util.Arrays
-
Assigns the specified long value to each element of the specified array
of longs.
- fill(long[], int, int, long) - Static method in class java.util.Arrays
-
Assigns the specified long value to each element of the specified
range of the specified array of longs.
- fill(int[], int) - Static method in class java.util.Arrays
-
Assigns the specified int value to each element of the specified array
of ints.
- fill(int[], int, int, int) - Static method in class java.util.Arrays
-
Assigns the specified int value to each element of the specified
range of the specified array of ints.
- fill(short[], short) - Static method in class java.util.Arrays
-
Assigns the specified short value to each element of the specified array
of shorts.
- fill(short[], int, int, short) - Static method in class java.util.Arrays
-
Assigns the specified short value to each element of the specified
range of the specified array of shorts.
- fill(char[], char) - Static method in class java.util.Arrays
-
Assigns the specified char value to each element of the specified array
of chars.
- fill(char[], int, int, char) - Static method in class java.util.Arrays
-
Assigns the specified char value to each element of the specified
range of the specified array of chars.
- fill(byte[], byte) - Static method in class java.util.Arrays
-
Assigns the specified byte value to each element of the specified array
of bytes.
- fill(byte[], int, int, byte) - Static method in class java.util.Arrays
-
Assigns the specified byte value to each element of the specified
range of the specified array of bytes.
- fill(boolean[], boolean) - Static method in class java.util.Arrays
-
Assigns the specified boolean value to each element of the specified
array of booleans.
- fill(boolean[], int, int, boolean) - Static method in class java.util.Arrays
-
Assigns the specified boolean value to each element of the specified
range of the specified array of booleans.
- fill(double[], double) - Static method in class java.util.Arrays
-
Assigns the specified double value to each element of the specified
array of doubles.
- fill(double[], int, int, double) - Static method in class java.util.Arrays
-
Assigns the specified double value to each element of the specified
range of the specified array of doubles.
- fill(float[], float) - Static method in class java.util.Arrays
-
Assigns the specified float value to each element of the specified array
of floats.
- fill(float[], int, int, float) - Static method in class java.util.Arrays
-
Assigns the specified float value to each element of the specified
range of the specified array of floats.
- fill(Object[], Object) - Static method in class java.util.Arrays
-
Assigns the specified Object reference to each element of the specified
array of Objects.
- fill(Object[], int, int, Object) - Static method in class java.util.Arrays
-
Assigns the specified Object reference to each element of the specified
range of the specified array of Objects.
- fill(List<? super T>, T) - Static method in class java.util.Collections
-
Replaces all of the elements of the specified list with the specified
element.
- fillInStackTrace() - Method in class java.lang.Throwable
-
Fills in the execution stack trace.
- FilterInputStream - Class in java.io
-
A FilterInputStream contains
some other input stream, which it uses as
its basic source of data, possibly transforming
the data along the way or providing additional
functionality.
- FilterInputStream(InputStream) - Constructor for class java.io.FilterInputStream
-
Creates a FilterInputStream
by assigning the argument in
to the field this.in so as
to remember it for later use.
- FilterOutputStream - Class in java.io
-
This class is the superclass of all classes that filter output
streams.
- FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
-
Creates an output stream filter built on top of the specified
underlying output stream.
- FilterReader - Class in java.io
-
Abstract class for reading filtered character streams.
- FilterReader(Reader) - Constructor for class java.io.FilterReader
-
Creates a new filtered reader.
- FilterWriter - Class in java.io
-
Abstract class for writing filtered character streams.
- FilterWriter(Writer) - Constructor for class java.io.FilterWriter
-
Create a new filtered writer.
- FINAL - Static variable in class java.lang.reflect.Modifier
-
The int value representing the final
modifier.
- FINAL_QUOTE_PUNCTUATION - Static variable in class java.lang.Character
-
General category "Pf" in the Unicode specification.
- finalize() - Method in class java.io.FileInputStream
-
Ensures that the close method of this file input stream is
called when there are no more references to it.
- finalize() - Method in class java.io.FileOutputStream
-
Cleans up the connection to the file, and ensures that the
close method of this file output stream is
called when there are no more references to this stream.
- finalize() - Method in class java.lang.Enum
-
enum classes cannot have finalize methods.
- finalize() - Method in class java.lang.Object
-
Called by the garbage collector on an object when garbage collection
determines that there are no more references to the object.
- find() - Method in class java.util.regex.Matcher
-
Attempts to find the next subsequence of the input sequence that matches
the pattern.
- find(int) - Method in class java.util.regex.Matcher
-
Resets this matcher and then attempts to find the next subsequence of
the input sequence that matches the pattern, starting at the specified
index.
- findClass(String) - Method in class java.lang.ClassLoader
-
- findConstructor(Class<?>, MethodType) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a method handle which creates an object and initializes it, using
the constructor of the specified type.
- findGetter(Class<?>, String, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a method handle giving read access to a non-static field.
- findLoadedClass(String) - Method in class java.lang.ClassLoader
-
Returns the class with the given
binary name if this
loader has been recorded by the Java virtual machine as an initiating
loader of a class with that
binary name.
- findResource(String) - Method in class java.lang.ClassLoader
-
Finds the resource with the given name.
- findResources(String) - Method in class java.lang.ClassLoader
-
Returns an enumeration of
URL objects
representing all the resources with the given name.
- findSetter(Class<?>, String, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a method handle giving write access to a non-static field.
- findSpecial(Class<?>, String, MethodType, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces an early-bound method handle for a virtual method.
- findStatic(Class<?>, String, MethodType) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a method handle for a static method.
- findStaticGetter(Class<?>, String, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a method handle giving read access to a static field.
- findStaticSetter(Class<?>, String, Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a method handle giving write access to a static field.
- findVirtual(Class<?>, String, MethodType) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Produces a method handle for a virtual method.
- FINE - Static variable in class java.util.logging.Level
-
FINE is a message level providing tracing information.
- fine(String) - Method in class java.util.logging.Logger
-
Log a FINE message.
- FINER - Static variable in class java.util.logging.Level
-
FINER indicates a fairly detailed tracing message.
- finer(String) - Method in class java.util.logging.Logger
-
Log a FINER message.
- FINEST - Static variable in class java.util.logging.Level
-
FINEST indicates a highly detailed tracing message.
- finest(String) - Method in class java.util.logging.Logger
-
Log a FINEST message.
- fireIndexedPropertyChange(String, int, Object, Object) - Method in class java.beans.PropertyChangeSupport
-
Reports a bound indexed property update to listeners
that have been registered to track updates of
all properties or a property with the specified name.
- fireIndexedPropertyChange(String, int, int, int) - Method in class java.beans.PropertyChangeSupport
-
Reports an integer bound indexed property update to listeners
that have been registered to track updates of
all properties or a property with the specified name.
- fireIndexedPropertyChange(String, int, boolean, boolean) - Method in class java.beans.PropertyChangeSupport
-
Reports a boolean bound indexed property update to listeners
that have been registered to track updates of
all properties or a property with the specified name.
- firePropertyChange(String, Object, Object) - Method in class java.beans.PropertyChangeSupport
-
Reports a bound property update to listeners
that have been registered to track updates of
all properties or a property with the specified name.
- firePropertyChange(String, int, int) - Method in class java.beans.PropertyChangeSupport
-
Reports an integer bound property update to listeners
that have been registered to track updates of
all properties or a property with the specified name.
- firePropertyChange(String, boolean, boolean) - Method in class java.beans.PropertyChangeSupport
-
Reports a boolean bound property update to listeners
that have been registered to track updates of
all properties or a property with the specified name.
- firePropertyChange(PropertyChangeEvent) - Method in class java.beans.PropertyChangeSupport
-
Fires a property change event to listeners
that have been registered to track updates of
all properties or a property with the specified name.
- fireVetoableChange(String, Object, Object) - Method in class java.beans.VetoableChangeSupport
-
Reports a constrained property update to listeners
that have been registered to track updates of
all properties or a property with the specified name.
- fireVetoableChange(String, int, int) - Method in class java.beans.VetoableChangeSupport
-
Reports an integer constrained property update to listeners
that have been registered to track updates of
all properties or a property with the specified name.
- fireVetoableChange(String, boolean, boolean) - Method in class java.beans.VetoableChangeSupport
-
Reports a boolean constrained property update to listeners
that have been registered to track updates of
all properties or a property with the specified name.
- fireVetoableChange(PropertyChangeEvent) - Method in class java.beans.VetoableChangeSupport
-
Fires a property change event to listeners
that have been registered to track updates of
all properties or a property with the specified name.
- first() - Method in interface java.text.CharacterIterator
-
Sets the position to getBeginIndex() and returns the character at that
position.
- first() - Method in interface java.util.SortedSet
-
Returns the first (lowest) element currently in this set.
- first() - Method in class java.util.TreeSet
-
- firstElement() - Method in class java.util.Vector
-
Returns the first component (the item at index 0) of
this vector.
- firstEntry() - Method in interface java.util.NavigableMap
-
Returns a key-value mapping associated with the least
key in this map, or null if the map is empty.
- firstEntry() - Method in class java.util.TreeMap
-
- firstKey() - Method in interface java.util.SortedMap
-
Returns the first (lowest) key currently in this map.
- firstKey() - Method in class java.util.TreeMap
-
- FLAG_BRIDGES - Static variable in class java.lang.invoke.LambdaMetafactory
-
Flag for alternate metafactories indicating the lambda object requires
additional bridge methods
- FLAG_MARKERS - Static variable in class java.lang.invoke.LambdaMetafactory
-
Flag for alternate metafactories indicating the lambda object implements
other marker interfaces
besides Serializable
- FLAG_SERIALIZABLE - Static variable in class java.lang.invoke.LambdaMetafactory
-
Flag for alternate metafactories indicating the lambda object
must be serializable
- flags() - Method in class java.util.regex.Pattern
-
Returns this pattern's match flags.
- flip(int) - Method in class java.util.BitSet
-
Sets the bit at the specified index to the complement of its
current value.
- flip(int, int) - Method in class java.util.BitSet
-
Sets each bit from the specified fromIndex (inclusive) to the
specified toIndex (exclusive) to the complement of its current
value.
- flipBit(int) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is equivalent to this BigInteger
with the designated bit flipped.
- Float - Class in java.lang
-
The Float class wraps a value of primitive type
float in an object.
- Float(float) - Constructor for class java.lang.Float
-
Constructs a newly allocated Float object that
represents the primitive float argument.
- Float(double) - Constructor for class java.lang.Float
-
Constructs a newly allocated Float object that
represents the argument converted to type float.
- Float(String) - Constructor for class java.lang.Float
-
Constructs a newly allocated Float object that
represents the floating-point value of type float
represented by the string.
- floatToIntBits(float) - Static method in class java.lang.Float
-
Returns a representation of the specified floating-point value
according to the IEEE 754 floating-point "single format" bit
layout.
- floatToRawIntBits(float) - Static method in class java.lang.Float
-
Returns a representation of the specified floating-point value
according to the IEEE 754 floating-point "single format" bit
layout, preserving Not-a-Number (NaN) values.
- floatValue() - Method in class java.lang.Byte
-
Returns the value of this Byte as a
float.
- floatValue() - Method in class java.lang.Double
-
Returns the float value of this
Double object.
- floatValue() - Method in class java.lang.Float
-
Returns the float value of this Float object.
- floatValue() - Method in class java.lang.Integer
-
Returns the value of this Integer as a
float.
- floatValue() - Method in class java.lang.Long
-
Returns the value of this Long as a
float.
- floatValue() - Method in class java.lang.Number
-
Returns the value of the specified number as a float.
- floatValue() - Method in class java.lang.Short
-
Returns the value of this Short as a
float.
- floatValue() - Method in class java.math.BigDecimal
-
Converts this BigDecimal to a float.
- floatValue() - Method in class java.math.BigInteger
-
Converts this BigInteger to a float.
- floatValue() - Method in class java.util.concurrent.atomic.AtomicInteger
-
- floatValue() - Method in class java.util.concurrent.atomic.AtomicLong
-
- floor(double) - Static method in class java.lang.Math
-
Returns the largest (closest to positive infinity)
double value that is less than or equal to the
argument and is equal to a mathematical integer.
- floor(E) - Method in interface java.util.NavigableSet
-
Returns the greatest element in this set less than or equal to
the given element, or null if there is no such element.
- floor(E) - Method in class java.util.TreeSet
-
- floorEntry(K) - Method in interface java.util.NavigableMap
-
Returns a key-value mapping associated with the greatest key
less than or equal to the given key, or null if there
is no such key.
- floorEntry(K) - Method in class java.util.TreeMap
-
- floorKey(K) - Method in interface java.util.NavigableMap
-
Returns the greatest key less than or equal to the given key,
or null if there is no such key.
- floorKey(K) - Method in class java.util.TreeMap
-
- flush() - Method in class java.io.BufferedOutputStream
-
Flushes this buffered output stream.
- flush() - Method in class java.io.BufferedWriter
-
Flushes the stream.
- flush() - Method in class java.io.DataOutputStream
-
Flushes this data output stream.
- flush() - Method in class java.io.FilterOutputStream
-
Flushes this output stream and forces any buffered output bytes
to be written out to the stream.
- flush() - Method in class java.io.FilterWriter
-
Flushes the stream.
- flush() - Method in interface java.io.Flushable
-
Flushes this stream by writing any buffered output to the underlying
stream.
- flush() - Method in interface java.io.ObjectOutput
-
Flushes the stream.
- flush() - Method in class java.io.ObjectOutputStream
-
Flushes the stream.
- flush() - Method in class java.io.OutputStream
-
Flushes this output stream and forces any buffered output bytes
to be written out.
- flush() - Method in class java.io.OutputStreamWriter
-
Flushes the stream.
- flush() - Method in class java.io.PrintStream
-
Flushes the stream.
- flush() - Method in class java.io.PrintWriter
-
Flushes the stream.
- flush() - Method in class java.io.StringWriter
-
Flush the stream.
- flush() - Method in class java.io.Writer
-
Flushes the stream.
- Flushable - Interface in java.io
-
A Flushable is a destination of data that can be flushed.
- forClass() - Method in class java.io.ObjectStreamClass
-
Return the class in the local VM that this version is mapped to.
- forDigit(int, int) - Static method in class java.lang.Character
-
Determines the character representation for a specific digit in
the specified radix.
- format(String, Object...) - Method in class java.io.PrintWriter
-
Writes a formatted string to this writer using the specified format
string and arguments.
- FORMAT - Static variable in class java.lang.Character
-
General category "Cf" in the Unicode specification.
- format(String, Object...) - Static method in class java.lang.String
-
Returns a formatted string using the specified format string and
arguments.
- format(Locale, String, Object...) - Static method in class java.lang.String
-
Returns a formatted string using the specified locale, format string,
and arguments.
- format(long, StringBuffer, FieldPosition) - Method in class java.text.ChoiceFormat
-
Specialization of format.
- format(double, StringBuffer, FieldPosition) - Method in class java.text.ChoiceFormat
-
Returns pattern with formatted double.
- format(Object, StringBuffer, FieldPosition) - Method in class java.text.DateFormat
-
Overrides Format.
- format(Date, StringBuffer, FieldPosition) - Method in class java.text.DateFormat
-
Formats a Date into a date/time string.
- format(Date) - Method in class java.text.DateFormat
-
Formats a Date into a date/time string.
- format(Object, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
-
Formats a number and appends the resulting text to the given string
buffer.
- format(double, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
-
Formats a double to produce a string.
- format(long, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
-
Format a long to produce a string.
- Format - Class in java.text
-
Format is an abstract base class for formatting locale-sensitive
information such as dates, messages, and numbers.
- Format() - Constructor for class java.text.Format
-
Sole constructor.
- format(Object) - Method in class java.text.Format
-
Formats an object to produce a string.
- format(Object, StringBuffer, FieldPosition) - Method in class java.text.Format
-
Formats an object and appends the resulting text to a given string
buffer.
- format(Object[], StringBuffer, FieldPosition) - Method in class java.text.MessageFormat
-
Formats an array of objects and appends the MessageFormat's
pattern, with format elements replaced by the formatted objects, to the
provided StringBuffer.
- format(String, Object...) - Static method in class java.text.MessageFormat
-
Creates a MessageFormat with the given pattern and uses it
to format the given arguments.
- format(Object, StringBuffer, FieldPosition) - Method in class java.text.MessageFormat
-
Formats an array of objects and appends the MessageFormat's
pattern, with format elements replaced by the formatted objects, to the
provided StringBuffer.
- format(Object, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
-
Formats a number and appends the resulting text to the given string
buffer.
- format(double) - Method in class java.text.NumberFormat
-
Specialization of format.
- format(long) - Method in class java.text.NumberFormat
-
Specialization of format.
- format(double, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
-
Specialization of format.
- format(long, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
-
Specialization of format.
- format(Date, StringBuffer, FieldPosition) - Method in class java.text.SimpleDateFormat
-
Formats the given Date into a date/time string and appends
the result to the given StringBuffer.
- Format.Field - Class in java.text
-
Defines constants that are used as attribute keys in the
AttributedCharacterIterator returned
from Format.formatToCharacterIterator and as
field identifiers in FieldPosition.
- Format.Field(String) - Constructor for class java.text.Format.Field
-
Creates a Field with the specified name.
- FORMAT_CLASS - Static variable in class java.util.ResourceBundle.Control
-
The class-only format List containing
"java.class".
- FORMAT_DEFAULT - Static variable in class java.util.ResourceBundle.Control
-
The default format List, which contains the strings
"java.class" and "java.properties", in
this order.
- FORMAT_PROPERTIES - Static variable in class java.util.ResourceBundle.Control
-
The properties-only format List containing
"java.properties".
- formatToCharacterIterator(Object) - Method in class java.text.DecimalFormat
-
Formats an Object producing an AttributedCharacterIterator.
- formatToCharacterIterator(Object) - Method in class java.text.Format
-
Formats an Object producing an AttributedCharacterIterator.
- formatToCharacterIterator(Object) - Method in class java.text.MessageFormat
-
Formats an array of objects and inserts them into the
MessageFormat's pattern, producing an
AttributedCharacterIterator.
- formatToCharacterIterator(Object) - Method in class java.text.SimpleDateFormat
-
Formats an Object producing an AttributedCharacterIterator.
- forName(String) - Static method in class java.lang.Class
-
Returns the Class object associated with the class or
interface with the given string name.
- forName(String, boolean, ClassLoader) - Static method in class java.lang.Class
-
Returns the Class object associated with the class or
interface with the given string name, using the given class loader.
- forName(String) - Static method in class java.nio.charset.Charset
-
Returns a charset object for the named charset.
- foundType() - Method in exception java.lang.annotation.AnnotationTypeMismatchException
-
Returns the type of data found in the incorrectly typed element.
- FRACTION - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the fraction field.
- FRACTION_FIELD - Static variable in class java.text.NumberFormat
-
Field constant used to construct a FieldPosition object.
- FRANCE - Static variable in class java.util.Locale
-
Useful constant for country.
- FRENCH - Static variable in class java.util.Locale
-
Useful constant for language.
- frequency(Collection<?>, Object) - Static method in class java.util.Collections
-
Returns the number of elements in the specified collection equal to the
specified object.
- FRIDAY - Static variable in class java.util.Calendar
-
- fromMethodDescriptorString(String, ClassLoader) - Static method in class java.lang.invoke.MethodType
-
Finds or creates an instance of a method type, given the spelling of its bytecode descriptor.
- FULL - Static variable in class java.text.DateFormat
-
Constant for full style pattern.
- gcd(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is the greatest common divisor of
abs(this) and abs(val).
- generic() - Method in class java.lang.invoke.MethodType
-
Converts all types, both reference and primitive, to Object.
- GenericDeclaration - Interface in java.lang.reflect
-
A common interface for all entities that declare type variables.
- genericMethodType(int, boolean) - Static method in class java.lang.invoke.MethodType
-
Finds or creates a method type whose components are Object with an optional trailing Object[] array.
- genericMethodType(int) - Static method in class java.lang.invoke.MethodType
-
Finds or creates a method type whose components are all Object.
- GERMAN - Static variable in class java.util.Locale
-
Useful constant for language.
- GERMANY - Static variable in class java.util.Locale
-
Useful constant for country.
- get(String, boolean) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named boolean field from the persistent field.
- get(String, byte) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named byte field from the persistent field.
- get(String, char) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named char field from the persistent field.
- get(String, short) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named short field from the persistent field.
- get(String, int) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named int field from the persistent field.
- get(String, long) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named long field from the persistent field.
- get(String, float) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named float field from the persistent field.
- get(String, double) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named double field from the persistent field.
- get(String, Object) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named Object field from the persistent field.
- get() - Method in class java.lang.ref.PhantomReference
-
Returns this reference object's referent.
- get() - Method in class java.lang.ref.Reference
-
Returns this reference object's referent.
- get() - Method in class java.lang.ref.SoftReference
-
Returns this reference object's referent.
- get(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object.
- get(Object) - Method in class java.lang.reflect.Field
-
Returns the value of the field represented by this Field, on
the specified object.
- get() - Method in class java.lang.ThreadLocal
-
Returns the value in the current thread's copy of this
thread-local variable.
- get(int) - Method in class java.util.AbstractList
-
Returns the element at the specified position in this list.
- get(Object) - Method in class java.util.AbstractMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(int) - Method in class java.util.AbstractSequentialList
-
Returns the element at the specified position in this list.
- get(int) - Method in class java.util.ArrayList
-
Returns the element at the specified position in this list.
- get(int) - Method in class java.util.BitSet
-
Returns the value of the bit with the specified index.
- get(int, int) - Method in class java.util.BitSet
-
Returns a new BitSet composed of bits from this BitSet
from fromIndex (inclusive) to toIndex (exclusive).
- get(int) - Method in class java.util.Calendar
-
Returns the value of the given calendar field.
- get() - Method in class java.util.concurrent.atomic.AtomicBoolean
-
Returns the current value.
- get() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Gets the current value.
- get(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Gets the current value at position i.
- get(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Gets the current value held in the field of the given object managed
by this updater.
- get() - Method in class java.util.concurrent.atomic.AtomicLong
-
Gets the current value.
- get(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Gets the current value at position i.
- get(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Gets the current value held in the field of the given object managed
by this updater.
- get() - Method in class java.util.concurrent.atomic.AtomicReference
-
Gets the current value.
- get(int) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Gets the current value at position i.
- get(T) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Gets the current value held in the field of the given object managed
by this updater.
- get(Object) - Method in class java.util.concurrent.ConcurrentHashMap
-
- get(Object) - Method in class java.util.Dictionary
-
Returns the value to which the key is mapped in this dictionary.
- get(Object) - Method in class java.util.EnumMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.HashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.Hashtable
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.IdentityHashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.LinkedHashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(int) - Method in class java.util.LinkedList
-
Returns the element at the specified position in this list.
- get(int) - Method in interface java.util.List
-
Returns the element at the specified position in this list.
- get(Object) - Method in interface java.util.Map
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class java.util.TreeMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(int) - Method in class java.util.Vector
-
Returns the element at the specified position in this Vector.
- get(Object) - Method in class java.util.WeakHashMap
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get2DigitYearStart() - Method in class java.text.SimpleDateFormat
-
Returns the beginning date of the 100-year period 2-digit years are interpreted
as being within.
- getAbsoluteFile() - Method in class java.io.File
-
Returns the absolute form of this abstract pathname.
- getAbsolutePath() - Method in class java.io.File
-
Returns the absolute pathname string of this abstract pathname.
- getActualMaximum(int) - Method in class java.util.Calendar
-
Returns the maximum value that the specified calendar field
could have, given the time value of this
Calendar.
- getActualMinimum(int) - Method in class java.util.Calendar
-
Returns the minimum value that the specified calendar field
could have, given the time value of this Calendar.
- getAllAttributeKeys() - Method in interface java.text.AttributedCharacterIterator
-
Returns the keys of all attributes defined on the
iterator's text range.
- getAllowUserInteraction() - Method in class java.net.URLConnection
-
Returns the value of the allowUserInteraction field for
this object.
- getAllStackTraces() - Static method in class java.lang.Thread
-
Returns a map of stack traces for all live threads.
- getAmPmStrings() - Method in class java.text.DateFormatSymbols
-
Gets ampm strings.
- getAndAdd(int) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically adds the given value to the current value.
- getAndAdd(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically adds the given value to the element at index i.
- getAndAdd(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically adds the given value to the current value of the field of
the given object managed by this updater.
- getAndAdd(long) - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically adds the given value to the current value.
- getAndAdd(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically adds the given value to the element at index i.
- getAndAdd(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically adds the given value to the current value of the field of
the given object managed by this updater.
- getAndDecrement() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically decrements by one the current value.
- getAndDecrement(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically decrements by one the element at index i.
- getAndDecrement(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically decrements by one the current value of the field of the
given object managed by this updater.
- getAndDecrement() - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically decrements by one the current value.
- getAndDecrement(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically decrements by one the element at index i.
- getAndDecrement(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically decrements by one the current value of the field of the
given object managed by this updater.
- getAndIncrement() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically increments by one the current value.
- getAndIncrement(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically increments by one the element at index i.
- getAndIncrement(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically increments by one the current value of the field of the
given object managed by this updater.
- getAndIncrement() - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically increments by one the current value.
- getAndIncrement(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically increments by one the element at index i.
- getAndIncrement(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically increments by one the current value of the field of the
given object managed by this updater.
- getAndSet(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
-
Atomically sets to the given value and returns the previous value.
- getAndSet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically sets to the given value and returns the old value.
- getAndSet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically sets the element at position i to the given
value and returns the old value.
- getAndSet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically sets the field of the given object managed by this updater
to the given value and returns the old value.
- getAndSet(long) - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically sets to the given value and returns the old value.
- getAndSet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically sets the element at position i to the given value
and returns the old value.
- getAndSet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically sets the field of the given object managed by this updater
to the given value and returns the old value.
- getAndSet(V) - Method in class java.util.concurrent.atomic.AtomicReference
-
Atomically sets to the given value and returns the old value.
- getAndSet(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Atomically sets the element at position i to the given
value and returns the old value.
- getAndSet(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Atomically sets the field of the given object managed by this updater
to the given value and returns the old value.
- getAnnotation(Class<A>) - Method in class java.lang.Class
-
- getAnnotation(Class<T>) - Method in class java.lang.reflect.AccessibleObject
-
- getAnnotation(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
-
Returns this element's annotation for the specified type if
such an annotation is present, else null.
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Constructor
-
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Field
-
- getAnnotation(Class<T>) - Method in class java.lang.reflect.Method
-
- getAnnotations() - Method in class java.lang.Class
-
- getAnnotations() - Method in class java.lang.reflect.AccessibleObject
-
- getAnnotations() - Method in interface java.lang.reflect.AnnotatedElement
-
Returns all annotations present on this element.
- getAnonymousLogger() - Static method in class java.util.logging.Logger
-
Create an anonymous Logger.
- getAnonymousLogger(String) - Static method in class java.util.logging.Logger
-
Create an anonymous Logger.
- getAttribute(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
-
Returns the value of the named attribute for the current character.
- getAttributes() - Method in interface java.text.AttributedCharacterIterator
-
Returns a map with the attributes defined on the current
character.
- getAuthority() - Method in class java.net.URI
-
Returns the decoded authority component of this URI.
- getAuthority() - Method in class java.net.URL
-
Gets the authority part of this URL.
- getAvailableCurrencies() - Static method in class java.util.Currency
-
Gets the set of available currencies.
- getAvailableIDs(int) - Static method in class java.util.TimeZone
-
Gets the available IDs according to the given time zone offset in milliseconds.
- getAvailableIDs() - Static method in class java.util.TimeZone
-
Gets all the available IDs supported.
- getAvailableLocales() - Static method in class java.text.DateFormat
-
Returns an array of all locales for which the
get*Instance methods of this class can return
localized instances.
- getAvailableLocales() - Static method in class java.text.DateFormatSymbols
-
Returns an array of all locales for which the
getInstance methods of this class can return
localized instances.
- getAvailableLocales() - Static method in class java.text.DecimalFormatSymbols
-
Returns an array of all locales for which the
getInstance methods of this class can return
localized instances.
- getAvailableLocales() - Static method in class java.text.NumberFormat
-
Returns an array of all locales for which the
get*Instance methods of this class can return
localized instances.
- getAvailableLocales() - Static method in class java.util.Calendar
-
Returns an array of all locales for which the getInstance
methods of this class can return localized instances.
- getAvailableLocales() - Static method in class java.util.Locale
-
Returns an array of all installed locales.
- getBeginIndex() - Method in interface java.text.CharacterIterator
-
Returns the start index of the text.
- getBeginIndex() - Method in class java.text.FieldPosition
-
Retrieves the index of the first character in the requested field.
- getBoolean(String) - Static method in class java.lang.Boolean
-
Returns true if and only if the system property
named by the argument exists and is equal to the string
"true".
- getBoolean(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as a boolean.
- getBoolean(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance boolean field.
- getBounds() - Method in interface java.lang.reflect.TypeVariable
-
Returns an array of Type objects representing the
upper bound(s) of this type variable.
- getBuffer() - Method in class java.io.StringWriter
-
Return the string buffer itself.
- getBundle(String) - Static method in class java.util.ResourceBundle
-
Gets a resource bundle using the specified base name, the default locale,
and the caller's class loader.
- getBundle(String, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
-
Returns a resource bundle using the specified base name, the
default locale and the specified control.
- getBundle(String, Locale) - Static method in class java.util.ResourceBundle
-
Gets a resource bundle using the specified base name and locale,
and the caller's class loader.
- getBundle(String, Locale, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
-
Returns a resource bundle using the specified base name, target
locale and control, and the caller's class loader.
- getBundle(String, Locale, ClassLoader) - Static method in class java.util.ResourceBundle
-
Gets a resource bundle using the specified base name, locale, and class
loader.
- getBundle(String, Locale, ClassLoader, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
-
Returns a resource bundle using the specified base name, target
locale, class loader and control.
- getByte(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as a byte.
- getByte(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance byte field.
- getBytes(int, int, byte[], int) - Method in class java.lang.String
-
Deprecated.
This method does not properly convert characters into
bytes. As of JDK 1.1, the preferred way to do this is via the
String.getBytes() method, which uses the platform's default charset.
- getBytes(String) - Method in class java.lang.String
-
Encodes this String into a sequence of bytes using the named
charset, storing the result into a new byte array.
- getBytes() - Method in class java.lang.String
-
Encodes this String into a sequence of bytes using the
platform's default charset, storing the result into a new byte array.
- getCalendar() - Method in class java.text.DateFormat
-
Gets the calendar associated with this date/time formatter.
- getCalendarField() - Method in class java.text.DateFormat.Field
-
Returns the Calendar field associated with this
attribute.
- getCandidateLocales(String, Locale) - Method in class java.util.ResourceBundle.Control
-
Returns a List of Locales as candidate
locales for baseName and locale.
- getCanonicalFile() - Method in class java.io.File
-
Returns the canonical form of this abstract pathname.
- getCanonicalName() - Method in class java.lang.Class
-
Returns the canonical name of the underlying class as
defined by the Java Language Specification.
- getCanonicalPath() - Method in class java.io.File
-
Returns the canonical pathname string of this abstract pathname.
- getCapturedArg(int) - Method in class java.lang.invoke.SerializedLambda
-
Get a dynamic argument to the lambda capture site.
- getCapturedArgCount() - Method in class java.lang.invoke.SerializedLambda
-
Get the count of dynamic arguments to the lambda capture site.
- getCapturingClass() - Method in class java.lang.invoke.SerializedLambda
-
Get the name of the class that captured this lambda.
- getCause() - Method in exception java.io.WriteAbortedException
-
Returns the exception that terminated the operation (the cause).
- getCause() - Method in exception java.lang.ClassNotFoundException
-
Returns the cause of this exception (the exception that was raised
if an error occurred while attempting to load the class; otherwise
null).
- getCause() - Method in exception java.lang.reflect.InvocationTargetException
-
Returns the cause of this exception (the thrown target exception,
which may be null).
- getCause() - Method in exception java.lang.reflect.UndeclaredThrowableException
-
Returns the cause of this exception (the Throwable
instance wrapped in this UndeclaredThrowableException,
which may be null).
- getCause() - Method in class java.lang.Throwable
-
Returns the cause of this throwable or null if the
cause is nonexistent or unknown.
- getCause() - Method in exception java.security.PrivilegedActionException
-
Returns the cause of this exception (the exception thrown by
the privileged computation that resulted in this
PrivilegedActionException).
- getChar(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as a char.
- getChar(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance field of type
char or of another primitive type convertible to
type char via a widening conversion.
- getChars(int, int, char[], int) - Method in class java.lang.String
-
Copies characters from this string into the destination character
array.
- getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
-
- getCharsetName() - Method in exception java.nio.charset.IllegalCharsetNameException
-
Retrieves the illegal charset name.
- getCharsetName() - Method in exception java.nio.charset.UnsupportedCharsetException
-
Retrieves the name of the unsupported charset.
- getClass() - Method in class java.lang.Object
-
Returns the runtime class of this Object.
- getClassLoader() - Method in class java.lang.Class
-
Returns the class loader for the class.
- getClassLoadingLock(String) - Method in class java.lang.ClassLoader
-
Returns the lock object for class loading operations.
- getClassName() - Method in class java.lang.StackTraceElement
-
Returns the fully qualified name of the class containing the
execution point represented by this stack trace element.
- getClassName() - Method in exception java.util.MissingResourceException
-
Gets parameter passed by constructor.
- getComponentType() - Method in class java.lang.Class
-
Returns the Class representing the component type of an
array.
- getConnectTimeout() - Method in class java.net.URLConnection
-
Returns setting for connect timeout.
- getConstructor(Class<?>...) - Method in class java.lang.Class
-
Returns a Constructor object that reflects the specified
public constructor of the class represented by this Class
object.
- getConstructors() - Method in class java.lang.Class
-
Returns an array containing Constructor objects reflecting
all the public constructors of the class represented by this
Class object.
- getContent() - Method in class java.net.URL
-
Gets the contents of this URL.
- getContent(Class[]) - Method in class java.net.URL
-
Gets the contents of this URL.
- getContent() - Method in class java.net.URLConnection
-
Retrieves the contents of this URL connection.
- getContent(Class[]) - Method in class java.net.URLConnection
-
Retrieves the contents of this URL connection.
- getContentEncoding() - Method in class java.net.URLConnection
-
Returns the value of the content-encoding header field.
- getContentLength() - Method in class java.net.URLConnection
-
Returns the value of the content-length header field.
- getContentLengthLong() - Method in class java.net.URLConnection
-
Returns the value of the content-length header field as a
long.
- getContentType() - Method in class java.net.URLConnection
-
Returns the value of the content-type header field.
- getContextClassLoader() - Method in class java.lang.Thread
-
Returns the context ClassLoader for this Thread.
- getControl(List<String>) - Static method in class java.util.ResourceBundle.Control
-
Returns a
ResourceBundle.Control in which the
getFormats method returns the specified
formats.
- getCountry() - Method in class java.util.Locale
-
Returns the country/region code for this locale, which should
either be the empty string, an uppercase ISO 3166 2-letter code,
or a UN M.49 3-digit code.
- getCurrency() - Method in class java.text.DecimalFormat
-
Gets the currency used by this decimal format when formatting
currency values.
- getCurrency() - Method in class java.text.DecimalFormatSymbols
-
Gets the currency of these DecimalFormatSymbols.
- getCurrency() - Method in class java.text.NumberFormat
-
Gets the currency used by this number format when formatting
currency values.
- getCurrencyCode() - Method in class java.util.Currency
-
Gets the ISO 4217 currency code of this currency.
- getCurrencyInstance() - Static method in class java.text.NumberFormat
-
Returns a currency format for the current default locale.
- getCurrencyInstance(Locale) - Static method in class java.text.NumberFormat
-
Returns a currency format for the specified locale.
- getCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
-
Returns the currency symbol for the currency of these
DecimalFormatSymbols in their locale.
- getDate() - Method in class java.net.URLConnection
-
Returns the value of the date header field.
- getDate() - Method in class java.util.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.get(Calendar.DAY_OF_MONTH).
- getDateFormatSymbols() - Method in class java.text.SimpleDateFormat
-
Gets a copy of the date and time format symbols of this date format.
- getDateInstance() - Static method in class java.text.DateFormat
-
Gets the date formatter with the default formatting style
for the default locale.
- getDateInstance(int) - Static method in class java.text.DateFormat
-
Gets the date formatter with the given formatting style
for the default locale.
- getDateInstance(int, Locale) - Static method in class java.text.DateFormat
-
Gets the date formatter with the given formatting style
for the given locale.
- getDateTimeInstance() - Static method in class java.text.DateFormat
-
Gets the date/time formatter with the default formatting style
for the default locale.
- getDateTimeInstance(int, int) - Static method in class java.text.DateFormat
-
Gets the date/time formatter with the given date and time
formatting styles for the default locale.
- getDateTimeInstance(int, int, Locale) - Static method in class java.text.DateFormat
-
Gets the date/time formatter with the given formatting styles
for the given locale.
- getDay() - Method in class java.util.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.get(Calendar.DAY_OF_WEEK).
- getDecimalFormatSymbols() - Method in class java.text.DecimalFormat
-
Returns a copy of the decimal format symbols, which is generally not
changed by the programmer or user.
- getDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used for decimal sign.
- getDeclaredAnnotations() - Method in class java.lang.Class
-
- getDeclaredAnnotations() - Method in class java.lang.reflect.AccessibleObject
-
- getDeclaredAnnotations() - Method in interface java.lang.reflect.AnnotatedElement
-
Returns all annotations that are directly present on this
element.
- getDeclaredAnnotations() - Method in class java.lang.reflect.Constructor
-
- getDeclaredAnnotations() - Method in class java.lang.reflect.Field
-
- getDeclaredAnnotations() - Method in class java.lang.reflect.Method
-
- getDeclaredConstructor(Class<?>...) - Method in class java.lang.Class
-
Returns a Constructor object that reflects the specified
constructor of the class or interface represented by this
Class object.
- getDeclaredConstructors() - Method in class java.lang.Class
-
Returns an array of Constructor objects reflecting all the
constructors declared by the class represented by this
Class object.
- getDeclaredField(String) - Method in class java.lang.Class
-
Returns a Field object that reflects the specified declared
field of the class or interface represented by this Class
object.
- getDeclaredFields() - Method in class java.lang.Class
-
Returns an array of Field objects reflecting all the fields
declared by the class or interface represented by this
Class object.
- getDeclaredMethod(String, Class<?>...) - Method in class java.lang.Class
-
Bck2Brwsr emulation can only seek public methods, otherwise it
throws a SecurityException.
- getDeclaredMethods() - Method in class java.lang.Class
-
Returns an array of Method objects reflecting all the
methods declared by the class or interface represented by this
Class object.
- getDeclaringClass() - Method in class java.lang.Class
-
If the class or interface represented by this Class object
is a member of another class, returns the Class object
representing the class in which it was declared.
- getDeclaringClass() - Method in class java.lang.Enum
-
Returns the Class object corresponding to this enum constant's
enum type.
- getDeclaringClass() - Method in class java.lang.reflect.Constructor
-
Returns the Class object representing the class that declares
the constructor represented by this Constructor object.
- getDeclaringClass() - Method in class java.lang.reflect.Field
-
Returns the Class object representing the class or interface
that declares the field represented by this Field object.
- getDeclaringClass() - Method in interface java.lang.reflect.Member
-
Returns the Class object representing the class or interface
that declares the member or constructor represented by this Member.
- getDeclaringClass() - Method in class java.lang.reflect.Method
-
Returns the Class object representing the class or interface
that declares the method represented by this Method object.
- getDefault() - Static method in class java.util.Locale
-
Gets the current value of the default locale for this instance
of the Java Virtual Machine.
- getDefault(Locale.Category) - Static method in class java.util.Locale
-
Gets the current value of the default locale for the specified Category
for this instance of the Java Virtual Machine.
- getDefault() - Static method in class java.util.TimeZone
-
Gets the default TimeZone for this host.
- getDefaultAllowUserInteraction() - Static method in class java.net.URLConnection
-
Returns the default value of the allowUserInteraction
field.
- getDefaultFractionDigits() - Method in class java.util.Currency
-
Gets the default number of fraction digits used with this currency.
- getDefaultPort() - Method in class java.net.URL
-
Gets the default port number of the protocol associated
with this URL.
- getDefaultPort() - Method in class java.net.URLStreamHandler
-
Returns the default port for a URL parsed by this handler.
- getDefaultRequestProperty(String) - Static method in class java.net.URLConnection
-
Deprecated.
The instance specific getRequestProperty method
should be used after an appropriate instance of URLConnection
is obtained.
- getDefaultUncaughtExceptionHandler() - Static method in class java.lang.Thread
-
Returns the default handler invoked when a thread abruptly terminates
due to an uncaught exception.
- getDefaultUseCaches() - Method in class java.net.URLConnection
-
Returns the default value of a URLConnection's
useCaches flag.
- getDefaultValue() - Method in class java.lang.reflect.Method
-
Returns the default value for the annotation member represented by
this Method instance.
- getDescription() - Method in exception java.util.regex.PatternSyntaxException
-
Retrieves the description of the error.
- getDigit() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used for a digit in a pattern.
- getDisplayName(int, int, Locale) - Method in class java.util.Calendar
-
Returns the string representation of the calendar
field value in the given style and
locale.
- getDisplayName() - Method in class java.util.Currency
-
Gets the name that is suitable for displaying this currency for
the default locale.
- getDisplayName(Locale) - Method in class java.util.Currency
-
Gets the name that is suitable for displaying this currency for
the specified locale.
- getDisplayName() - Method in class java.util.TimeZone
-
Returns a long standard time name of this TimeZone suitable for
presentation to the user in the default locale.
- getDisplayName(Locale) - Method in class java.util.TimeZone
-
Returns a long standard time name of this TimeZone suitable for
presentation to the user in the specified locale.
- getDisplayName(boolean, int) - Method in class java.util.TimeZone
-
Returns a name in the specified style of this TimeZone
suitable for presentation to the user in the default locale.
- getDisplayName(boolean, int, Locale) - Method in class java.util.TimeZone
-
Returns a name in the specified style of this TimeZone
suitable for presentation to the user in the specified locale.
- getDisplayNames(int, int, Locale) - Method in class java.util.Calendar
-
Returns a Map containing all names of the calendar
field in the given style and
locale and their corresponding field values.
- getDoInput() - Method in class java.net.URLConnection
-
Returns the value of this URLConnection's
doInput flag.
- getDoOutput() - Method in class java.net.URLConnection
-
Returns the value of this URLConnection's
doOutput flag.
- getDouble(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as a double.
- getDouble(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance field of type
double or of another primitive type convertible to
type double via a widening conversion.
- getDSTSavings() - Method in class java.util.SimpleTimeZone
-
Returns the amount of time in milliseconds that the clock is
advanced during daylight saving time.
- getDSTSavings() - Method in class java.util.TimeZone
-
Returns the amount of time to be added to local standard time
to get local wall clock time.
- getEncoding() - Method in class java.io.InputStreamReader
-
Returns the name of the character encoding being used by this stream.
- getEncoding() - Method in class java.io.OutputStreamWriter
-
Returns the name of the character encoding being used by this stream.
- getEndIndex() - Method in interface java.text.CharacterIterator
-
Returns the end index of the text.
- getEndIndex() - Method in class java.text.FieldPosition
-
Retrieves the index of the character following the last character in the
requested field.
- getEras() - Method in class java.text.DateFormatSymbols
-
Gets era strings.
- getErrorIndex() - Method in class java.text.ParsePosition
-
Retrieve the index at which an error occurred, or -1 if the
error index has not been set.
- getErrorOffset() - Method in exception java.text.ParseException
-
Returns the position where the error was found.
- getException() - Method in exception java.lang.ClassNotFoundException
-
Returns the exception that was raised if an error occurred while
attempting to load the class.
- getException() - Method in exception java.security.PrivilegedActionException
-
Returns the exception thrown by the privileged computation that
resulted in this PrivilegedActionException.
- getExceptionTypes() - Method in class java.lang.reflect.Constructor
-
Returns an array of Class objects that represent the types
of exceptions declared to be thrown by the underlying constructor
represented by this Constructor object.
- getExceptionTypes() - Method in class java.lang.reflect.Method
-
Returns an array of Class objects that represent
the types of the exceptions declared to be thrown
by the underlying method
represented by this Method object.
- getExpiration() - Method in class java.net.URLConnection
-
Returns the value of the expires header field.
- getExponentSeparator() - Method in class java.text.DecimalFormatSymbols
-
Returns the string used to separate the mantissa from the exponent.
- getExtension(char) - Method in class java.util.Locale
-
Returns the extension (or private use) value associated with
the specified key, or null if there is no extension
associated with the key.
- getExtensionKeys() - Method in class java.util.Locale
-
Returns the set of extension keys associated with this locale, or the
empty set if it has no extensions.
- getFallbackLocale(String, Locale) - Method in class java.util.ResourceBundle.Control
-
Returns a Locale to be used as a fallback locale for
further resource bundle searches by the
ResourceBundle.getBundle factory method.
- getFD() - Method in class java.io.FileInputStream
-
Returns the FileDescriptor
object that represents the connection to
the actual file in the file system being
used by this FileInputStream.
- getFD() - Method in class java.io.FileOutputStream
-
Returns the file descriptor associated with this stream.
- getField(String) - Method in class java.io.ObjectStreamClass
-
Get the field of this class by name.
- getField(String) - Method in class java.lang.Class
-
Returns a Field object that reflects the specified public
member field of the class or interface represented by this
Class object.
- getField() - Method in class java.text.FieldPosition
-
Retrieves the field identifier.
- getFieldAttribute() - Method in class java.text.FieldPosition
-
Returns the field identifier as an attribute constant
from one of the Field subclasses.
- getFields() - Method in class java.io.ObjectStreamClass
-
Return an array of the fields of this serializable class.
- getFields() - Method in class java.lang.Class
-
Returns an array containing Field objects reflecting all
the accessible public fields of the class or interface represented by
this Class object.
- getFile() - Method in class java.net.URL
-
Gets the file name of this URL.
- getFileName() - Method in class java.lang.StackTraceElement
-
Returns the name of the source file containing the execution point
represented by this stack trace element.
- getFileNameMap() - Static method in class java.net.URLConnection
-
Loads filename map (a mimetable) from a data file.
- getFirst() - Method in class java.util.ArrayDeque
-
- getFirst() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the first element of this deque.
- getFirst() - Method in class java.util.LinkedList
-
Returns the first element in this list.
- getFirstDayOfWeek() - Method in class java.util.Calendar
-
Gets what the first day of the week is; e.g., SUNDAY in the U.S.,
MONDAY in France.
- getFloat(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as a float.
- getFloat(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance field of type
float or of another primitive type convertible to
type float via a widening conversion.
- getFormats() - Method in class java.text.ChoiceFormat
-
Get the formats passed in the constructor.
- getFormats() - Method in class java.text.MessageFormat
-
Gets the formats used for the format elements in the
previously set pattern string.
- getFormats(String) - Method in class java.util.ResourceBundle.Control
-
Returns a List of Strings containing
formats to be used to load resource bundles for the given
baseName.
- getFormatsByArgumentIndex() - Method in class java.text.MessageFormat
-
Gets the formats used for the values passed into
format methods or returned from parse
methods.
- getFragment() - Method in class java.net.URI
-
Returns the decoded fragment component of this URI.
- getFreeSpace() - Method in class java.io.File
-
Returns the number of unallocated bytes in the partition
named by this abstract path name.
- getFunctionalInterfaceClass() - Method in class java.lang.invoke.SerializedLambda
-
Get the name of the invoked type to which this
lambda has been converted
- getFunctionalInterfaceMethodName() - Method in class java.lang.invoke.SerializedLambda
-
Get the name of the primary method for the functional interface
to which this lambda has been converted.
- getFunctionalInterfaceMethodSignature() - Method in class java.lang.invoke.SerializedLambda
-
Get the signature of the primary method for the functional
interface to which this lambda has been converted.
- getGenericDeclaration() - Method in interface java.lang.reflect.TypeVariable
-
Returns the GenericDeclaration object representing the
generic declaration declared this type variable.
- getGenericExceptionTypes() - Method in class java.lang.reflect.Constructor
-
Returns an array of Type objects that represent the
exceptions declared to be thrown by this Constructor object.
- getGenericExceptionTypes() - Method in class java.lang.reflect.Method
-
Returns an array of Type objects that represent the
exceptions declared to be thrown by this Method object.
- getGenericParameterTypes() - Method in class java.lang.reflect.Constructor
-
Returns an array of Type objects that represent the formal
parameter types, in declaration order, of the method represented by
this Constructor object.
- getGenericParameterTypes() - Method in class java.lang.reflect.Method
-
Returns an array of Type objects that represent the formal
parameter types, in declaration order, of the method represented by
this Method object.
- getGenericReturnType() - Method in class java.lang.reflect.Method
-
Returns a Type object that represents the formal return
type of the method represented by this Method object.
- getGenericType() - Method in class java.lang.reflect.Field
-
Returns a Type object that represents the declared type for
the field represented by this Field object.
- getGlobal() - Static method in class java.util.logging.Logger
-
Return global logger object with the name Logger.GLOBAL_LOGGER_NAME.
- getGreatestMinimum(int) - Method in class java.util.Calendar
-
Returns the highest minimum value for the given calendar field
of this Calendar instance.
- getGroupingSeparator() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used for thousands separator.
- getGroupingSize() - Method in class java.text.DecimalFormat
-
Return the grouping size.
- getHeaderField(String) - Method in class java.net.URLConnection
-
Returns the value of the named header field.
- getHeaderField(int) - Method in class java.net.URLConnection
-
Returns the value for the nth header field.
- getHeaderFieldDate(String, long) - Method in class java.net.URLConnection
-
Returns the value of the named field parsed as date.
- getHeaderFieldInt(String, int) - Method in class java.net.URLConnection
-
Returns the value of the named field parsed as a number.
- getHeaderFieldKey(int) - Method in class java.net.URLConnection
-
Returns the key for the nth header field.
- getHeaderFieldLong(String, long) - Method in class java.net.URLConnection
-
Returns the value of the named field parsed as a number.
- getHeaderFields() - Method in class java.net.URLConnection
-
Returns an unmodifiable Map of the header fields.
- getHost() - Method in class java.net.URI
-
Returns the host component of this URI.
- getHost() - Method in class java.net.URL
-
Gets the host name of this URL, if applicable.
- getHours() - Method in class java.util.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.get(Calendar.HOUR_OF_DAY).
- getId() - Method in class java.lang.Thread
-
Returns the identifier of this Thread.
- getID() - Method in class java.util.TimeZone
-
Gets the ID of this time zone.
- getIfModifiedSince() - Method in class java.net.URLConnection
-
Returns the value of this object's ifModifiedSince field.
- getImplClass() - Method in class java.lang.invoke.SerializedLambda
-
Get the name of the class containing the implementation
method.
- getImplMethodKind() - Method in class java.lang.invoke.SerializedLambda
-
- getImplMethodName() - Method in class java.lang.invoke.SerializedLambda
-
Get the name of the implementation method.
- getImplMethodSignature() - Method in class java.lang.invoke.SerializedLambda
-
Get the signature of the implementation method.
- getIndex() - Method in class java.beans.IndexedPropertyChangeEvent
-
Gets the index of the property that was changed.
- getIndex() - Method in exception java.net.URISyntaxException
-
Returns an index into the input string of the position at which the
parse error occurred, or -1 if this position is not known.
- getIndex() - Method in interface java.text.CharacterIterator
-
Returns the current index.
- getIndex() - Method in class java.text.ParsePosition
-
Retrieve the current parse position.
- getIndex() - Method in exception java.util.regex.PatternSyntaxException
-
Retrieves the error index.
- getInfinity() - Method in class java.text.DecimalFormatSymbols
-
Gets the string used to represent infinity.
- getInput() - Method in exception java.net.URISyntaxException
-
Returns the input string.
- getInputStream() - Method in class java.net.URLConnection
-
Returns an input stream that reads from this open connection.
- getInstance() - Static method in class java.text.DateFormat
-
Get a default date/time formatter that uses the SHORT style for both the
date and the time.
- getInstance() - Static method in class java.text.DateFormatSymbols
-
Gets the DateFormatSymbols instance for the default
locale.
- getInstance(Locale) - Static method in class java.text.DateFormatSymbols
-
Gets the DateFormatSymbols instance for the specified
locale.
- getInstance() - Static method in class java.text.DecimalFormatSymbols
-
Gets the DecimalFormatSymbols instance for the default
locale.
- getInstance(Locale) - Static method in class java.text.DecimalFormatSymbols
-
Gets the DecimalFormatSymbols instance for the specified
locale.
- getInstance() - Static method in class java.text.NumberFormat
-
Returns a general-purpose number format for the current default locale.
- getInstance(Locale) - Static method in class java.text.NumberFormat
-
Returns a general-purpose number format for the specified locale.
- getInstance() - Static method in class java.util.Calendar
-
Gets a calendar using the default time zone and locale.
- getInstance(TimeZone) - Static method in class java.util.Calendar
-
Gets a calendar using the specified time zone and default locale.
- getInstance(Locale) - Static method in class java.util.Calendar
-
Gets a calendar using the default time zone and specified locale.
- getInstance(TimeZone, Locale) - Static method in class java.util.Calendar
-
Gets a calendar with the specified time zone and locale.
- getInstance(String) - Static method in class java.util.Currency
-
Returns the Currency instance for the given currency code.
- getInstance(Locale) - Static method in class java.util.Currency
-
Returns the Currency instance for the country of the
given locale.
- getInstantiatedMethodType() - Method in class java.lang.invoke.SerializedLambda
-
Get the signature of the primary functional interface method
after type variables are substituted with their instantiation
from the capture site.
- getInt(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as an int.
- getInt(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance field of type
int or of another primitive type convertible to
type int via a widening conversion.
- getInteger(String) - Static method in class java.lang.Integer
-
Determines the integer value of the system property with the
specified name.
- getInteger(String, int) - Static method in class java.lang.Integer
-
Determines the integer value of the system property with the
specified name.
- getInteger(String, Integer) - Static method in class java.lang.Integer
-
Returns the integer value of the system property with the
specified name.
- getIntegerInstance() - Static method in class java.text.NumberFormat
-
Returns an integer number format for the current default locale.
- getIntegerInstance(Locale) - Static method in class java.text.NumberFormat
-
Returns an integer number format for the specified locale.
- getInterfaces() - Method in class java.lang.Class
-
Determines the interfaces implemented by the class or interface
represented by this object.
- getInternationalCurrencySymbol() - Method in class java.text.DecimalFormatSymbols
-
Returns the ISO 4217 currency code of the currency of these
DecimalFormatSymbols.
- getInvocationHandler(Object) - Static method in class java.lang.reflect.Proxy
-
Returns the invocation handler for the specified proxy instance.
- getIterator() - Method in class java.text.AttributedString
-
Creates an AttributedCharacterIterator instance that provides access to the entire contents of
this string.
- getIterator(AttributedCharacterIterator.Attribute[]) - Method in class java.text.AttributedString
-
Creates an AttributedCharacterIterator instance that provides access to
selected contents of this string.
- getIterator(AttributedCharacterIterator.Attribute[], int, int) - Method in class java.text.AttributedString
-
Creates an AttributedCharacterIterator instance that provides access to
selected contents of this string.
- getKey() - Method in class java.util.AbstractMap.SimpleEntry
-
Returns the key corresponding to this entry.
- getKey() - Method in class java.util.AbstractMap.SimpleImmutableEntry
-
Returns the key corresponding to this entry.
- getKey() - Method in interface java.util.Map.Entry
-
Returns the key corresponding to this entry.
- getKey() - Method in exception java.util.MissingResourceException
-
Gets parameter passed by constructor.
- getKeys() - Method in class java.util.PropertyResourceBundle
-
Returns an Enumeration of the keys contained in
this ResourceBundle and its parent bundles.
- getKeys() - Method in class java.util.ResourceBundle
-
Returns an enumeration of the keys.
- getLanguage() - Method in class java.util.Locale
-
Returns the language code of this Locale.
- getLast() - Method in class java.util.ArrayDeque
-
- getLast() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the last element of this deque.
- getLast() - Method in class java.util.LinkedList
-
Returns the last element in this list.
- getLastModified() - Method in class java.net.URLConnection
-
Returns the value of the last-modified header field.
- getLeastMaximum(int) - Method in class java.util.Calendar
-
Returns the lowest maximum value for the given calendar field
of this Calendar instance.
- getLength(Object) - Static method in class java.lang.reflect.Array
-
Returns the length of the specified array object, as an int.
- getLevel() - Method in class java.util.logging.Logger
-
Get the log Level that has been specified for this Logger.
- getLevel() - Method in class java.util.logging.LogRecord
-
Get the logging message level, for example Level.SEVERE.
- getLimits() - Method in class java.text.ChoiceFormat
-
Get the limits passed in the constructor.
- getLineNumber() - Method in class java.io.LineNumberInputStream
-
Deprecated.
Returns the current line number.
- getLineNumber() - Method in class java.io.LineNumberReader
-
Get the current line number.
- getLineNumber() - Method in class java.lang.StackTraceElement
-
Returns the line number of the source line containing the execution
point represented by this stack trace element.
- getListener() - Method in class java.util.EventListenerProxy
-
Returns the listener associated with the proxy.
- getLocale() - Method in class java.text.MessageFormat
-
Gets the locale that's used when creating or comparing subformats.
- getLocale() - Method in class java.util.ResourceBundle
-
Returns the locale of this resource bundle.
- getLocalizedMessage() - Method in class java.lang.Throwable
-
Creates a localized description of this throwable.
- getLocalizedName() - Method in class java.util.logging.Level
-
Return the localized string name of the Level, for
the current default locale.
- getLocalPatternChars() - Method in class java.text.DateFormatSymbols
-
Gets localized date-time pattern characters.
- getLogger(String) - Static method in class java.util.logging.Logger
-
Find or create a logger for a named subsystem.
- getLogger(String, String) - Static method in class java.util.logging.Logger
-
Find or create a logger for a named subsystem.
- getLoggerName() - Method in class java.util.logging.LogRecord
-
Get the source Logger's name.
- getLong(String) - Static method in class java.lang.Long
-
Determines the long value of the system property
with the specified name.
- getLong(String, long) - Static method in class java.lang.Long
-
Determines the long value of the system property
with the specified name.
- getLong(String, Long) - Static method in class java.lang.Long
-
Returns the long value of the system property with
the specified name.
- getLong(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as a long.
- getLong(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance field of type
long or of another primitive type convertible to
type long via a widening conversion.
- getLowestSetBit() - Method in class java.math.BigInteger
-
Returns the index of the rightmost (lowest-order) one bit in this
BigInteger (the number of zero bits to the right of the rightmost
one bit).
- getMaximum(int) - Method in class java.util.Calendar
-
Returns the maximum value for the given calendar field of this
Calendar instance.
- getMaximumFractionDigits() - Method in class java.text.DecimalFormat
-
Gets the maximum number of digits allowed in the fraction portion of a
number.
- getMaximumFractionDigits() - Method in class java.text.NumberFormat
-
Returns the maximum number of digits allowed in the fraction portion of a
number.
- getMaximumIntegerDigits() - Method in class java.text.DecimalFormat
-
Gets the maximum number of digits allowed in the integer portion of a
number.
- getMaximumIntegerDigits() - Method in class java.text.NumberFormat
-
Returns the maximum number of digits allowed in the integer portion of a
number.
- getMessage() - Method in exception java.io.InvalidClassException
-
Produce the message and include the classname, if present.
- getMessage() - Method in exception java.io.WriteAbortedException
-
Produce the message and include the message from the nested
exception, if there is one.
- getMessage() - Method in class java.lang.Throwable
-
Returns the detail message string of this throwable.
- getMessage() - Method in exception java.net.URISyntaxException
-
Returns a string describing the parse error.
- getMessage() - Method in class java.util.logging.LogRecord
-
Get the "raw" log message, before localization or formatting.
- getMessage() - Method in exception java.util.regex.PatternSyntaxException
-
Returns a multi-line string containing the description of the syntax
error and its index, the erroneous regular-expression pattern, and a
visual indication of the error index within the pattern.
- getMethod(String, Class<?>...) - Method in class java.lang.Class
-
Returns a Method object that reflects the specified public
member method of the class or interface represented by this
Class object.
- getMethodName() - Method in class java.lang.StackTraceElement
-
Returns the name of the method containing the execution point
represented by this stack trace element.
- getMethods() - Method in class java.lang.Class
-
Returns an array containing Method objects reflecting all
the public member methods of the class or interface represented
by this Class object, including those declared by the class
or interface and those inherited from superclasses and
superinterfaces.
- getMillis() - Method in class java.util.logging.LogRecord
-
Get event time in milliseconds since 1970.
- getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
-
Gets what the minimal days required in the first week of the year are;
e.g., if the first week is defined as one that contains the first day
of the first month of a year, this method returns 1.
- getMinimum(int) - Method in class java.util.Calendar
-
Returns the minimum value for the given calendar field of this
Calendar instance.
- getMinimumFractionDigits() - Method in class java.text.DecimalFormat
-
Gets the minimum number of digits allowed in the fraction portion of a
number.
- getMinimumFractionDigits() - Method in class java.text.NumberFormat
-
Returns the minimum number of digits allowed in the fraction portion of a
number.
- getMinimumIntegerDigits() - Method in class java.text.DecimalFormat
-
Gets the minimum number of digits allowed in the integer portion of a
number.
- getMinimumIntegerDigits() - Method in class java.text.NumberFormat
-
Returns the minimum number of digits allowed in the integer portion of a
number.
- getMinusSign() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used to represent minus sign.
- getMinutes() - Method in class java.util.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.get(Calendar.MINUTE).
- getModifiers() - Method in class java.lang.Class
-
Returns the Java language modifiers for this class or interface, encoded
in an integer.
- getModifiers() - Method in class java.lang.reflect.Constructor
-
Returns the Java language modifiers for the constructor
represented by this Constructor object, as an integer.
- getModifiers() - Method in class java.lang.reflect.Field
-
Returns the Java language modifiers for the field represented
by this Field object, as an integer.
- getModifiers() - Method in interface java.lang.reflect.Member
-
Returns the Java language modifiers for the member or
constructor represented by this Member, as an integer.
- getModifiers() - Method in class java.lang.reflect.Method
-
Returns the Java language modifiers for the method represented
by this Method object, as an integer.
- getMonetaryDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
-
Returns the monetary decimal separator.
- getMonth() - Method in class java.util.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.get(Calendar.MONTH).
- getMonths() - Method in class java.text.DateFormatSymbols
-
Gets month strings.
- getMultiplier() - Method in class java.text.DecimalFormat
-
Gets the multiplier for use in percent, per mille, and similar
formats.
- getName() - Method in class java.io.File
-
Returns the name of the file or directory denoted by this abstract
pathname.
- getName() - Method in class java.io.ObjectStreamClass
-
Returns the name of the class described by this descriptor.
- getName() - Method in class java.io.ObjectStreamField
-
Get the name of this field.
- getName() - Method in class java.lang.Class
-
Returns the name of the entity (class, interface, array class,
primitive type, or void) represented by this Class object,
as a String.
- getName() - Method in class java.lang.reflect.Constructor
-
Returns the name of this constructor, as a string.
- getName() - Method in class java.lang.reflect.Field
-
Returns the name of the field represented by this Field object.
- getName() - Method in interface java.lang.reflect.Member
-
Returns the simple name of the underlying member or constructor
represented by this Member.
- getName() - Method in class java.lang.reflect.Method
-
Returns the name of the method represented by this Method
object, as a String.
- getName() - Method in interface java.lang.reflect.TypeVariable
-
Returns the name of this type variable, as it occurs in the source code.
- getName() - Method in class java.lang.Thread
-
Returns this thread's name.
- getName() - Method in class java.text.AttributedCharacterIterator.Attribute
-
Returns the name of the attribute.
- getName() - Method in class java.util.logging.Level
-
Return the non-localized string name of the Level.
- getName() - Method in class java.util.logging.Logger
-
Get the name for this logger.
- getNaN() - Method in class java.text.DecimalFormatSymbols
-
Gets the string used to represent "not a number".
- getNegativePrefix() - Method in class java.text.DecimalFormat
-
Get the negative prefix.
- getNegativeSuffix() - Method in class java.text.DecimalFormat
-
Get the negative suffix.
- getNewValue() - Method in class java.beans.PropertyChangeEvent
-
Gets the new value for the property, expressed as an Object.
- getNoFallbackControl(List<String>) - Static method in class java.util.ResourceBundle.Control
-
Returns a
ResourceBundle.Control in which the
getFormats method returns the specified
formats and the
getFallbackLocale
method returns
null.
- getNumberFormat() - Method in class java.text.DateFormat
-
Gets the number formatter which this date/time formatter uses to
format and parse a time.
- getNumberInstance() - Static method in class java.text.NumberFormat
-
Returns a general-purpose number format for the current default locale.
- getNumberInstance(Locale) - Static method in class java.text.NumberFormat
-
Returns a general-purpose number format for the specified locale.
- getNumericCode() - Method in class java.util.Currency
-
Returns the ISO 4217 numeric code of this currency.
- getNumericValue(char) - Static method in class java.lang.Character
-
Returns the int value that the specified Unicode
character represents.
- getNumericValue(int) - Static method in class java.lang.Character
-
Returns the int value that the specified
character (Unicode code point) represents.
- getObject(String) - Method in class java.util.ResourceBundle
-
Gets an object for the given key from this resource bundle or one of its parents.
- getObjectStreamClass() - Method in class java.io.ObjectInputStream.GetField
-
Get the ObjectStreamClass that describes the fields in the stream.
- getOffset() - Method in class java.io.ObjectStreamField
-
Offset of field within instance data.
- getOffset(long) - Method in class java.util.SimpleTimeZone
-
Returns the offset of this time zone from UTC at the given
time.
- getOffset(int, int, int, int, int, int) - Method in class java.util.SimpleTimeZone
-
Returns the difference in milliseconds between local time and
UTC, taking into account both the raw offset and the effect of
daylight saving, for the specified date and time.
- getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
-
Gets the time zone offset, for current date, modified in case of
daylight savings.
- getOffset(long) - Method in class java.util.TimeZone
-
Returns the offset of this time zone from UTC at the specified
date.
- getOldValue() - Method in class java.beans.PropertyChangeEvent
-
Gets the old value for the property, expressed as an Object.
- getOutputStream() - Method in class java.net.URLConnection
-
Returns an output stream that writes to this connection.
- getParameterAnnotations() - Method in class java.lang.reflect.Constructor
-
Returns an array of arrays that represent the annotations on the formal
parameters, in declaration order, of the method represented by
this Constructor object.
- getParameterAnnotations() - Method in class java.lang.reflect.Method
-
Returns an array of arrays that represent the annotations on the formal
parameters, in declaration order, of the method represented by
this Method object.
- getParameters() - Method in class java.util.logging.LogRecord
-
Get the parameters to the log message.
- getParameterTypes() - Method in class java.lang.reflect.Constructor
-
Returns an array of Class objects that represent the formal
parameter types, in declaration order, of the constructor
represented by this Constructor object.
- getParameterTypes() - Method in class java.lang.reflect.Method
-
Returns an array of Class objects that represent the formal
parameter types, in declaration order, of the method
represented by this Method object.
- getParent() - Method in class java.io.File
-
Returns the pathname string of this abstract pathname's parent, or
null if this pathname does not name a parent directory.
- getParent() - Method in class java.lang.ClassLoader
-
Returns the parent class loader for delegation.
- getParent() - Method in class java.util.logging.Logger
-
Return the parent for this Logger.
- getParentFile() - Method in class java.io.File
-
Returns the abstract pathname of this abstract pathname's parent,
or null if this pathname does not name a parent
directory.
- getPath() - Method in class java.io.File
-
Converts this abstract pathname into a pathname string.
- getPath() - Method in class java.net.URI
-
Returns the decoded path component of this URI.
- getPath() - Method in class java.net.URL
-
Gets the path part of this URL.
- getPattern() - Method in exception java.util.regex.PatternSyntaxException
-
Retrieves the erroneous regular-expression pattern.
- getPatternSeparator() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used to separate positive and negative subpatterns
in a pattern.
- getPercent() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used for percent sign.
- getPercentInstance() - Static method in class java.text.NumberFormat
-
Returns a percentage format for the current default locale.
- getPercentInstance(Locale) - Static method in class java.text.NumberFormat
-
Returns a percentage format for the specified locale.
- getPerMill() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used for per mille sign.
- getPort() - Method in class java.net.URI
-
Returns the port number of this URI.
- getPort() - Method in class java.net.URL
-
Gets the port number of this URL.
- getPositivePrefix() - Method in class java.text.DecimalFormat
-
Get the positive prefix.
- getPositiveSuffix() - Method in class java.text.DecimalFormat
-
Get the positive suffix.
- getPrecision() - Method in class java.math.MathContext
-
Returns the precision setting.
- getPriority() - Method in class java.lang.Thread
-
Returns this thread's priority.
- getPropagationId() - Method in class java.beans.PropertyChangeEvent
-
The "propagationId" field is reserved for future use.
- getProperties() - Static method in class java.lang.System
-
- getProperty(String) - Static method in class java.lang.System
-
- getProperty(String, String) - Static method in class java.lang.System
-
- getProperty(String) - Method in class java.util.Properties
-
Searches for the property with the specified key in this property list.
- getProperty(String, String) - Method in class java.util.Properties
-
Searches for the property with the specified key in this property list.
- getPropertyChangeEvent() - Method in exception java.beans.PropertyVetoException
-
Gets the vetoed PropertyChangeEvent.
- getPropertyChangeListeners() - Method in class java.beans.PropertyChangeSupport
-
Returns an array of all the listeners that were added to the
PropertyChangeSupport object with addPropertyChangeListener().
- getPropertyChangeListeners(String) - Method in class java.beans.PropertyChangeSupport
-
Returns an array of all the listeners which have been associated
with the named property.
- getPropertyName() - Method in class java.beans.PropertyChangeEvent
-
Gets the programmatic name of the property that was changed.
- getPropertyName() - Method in class java.beans.PropertyChangeListenerProxy
-
Returns the name of the named property associated with the listener.
- getPropertyName() - Method in class java.beans.VetoableChangeListenerProxy
-
Returns the name of the named property associated with the listener.
- getProtocol() - Method in class java.net.URL
-
Gets the protocol name of this URL.
- getProxyClass(ClassLoader, Class<?>...) - Static method in class java.lang.reflect.Proxy
-
Returns the java.lang.Class object for a proxy class
given a class loader and an array of interfaces.
- getQuery() - Method in class java.net.URI
-
Returns the decoded query component of this URI.
- getQuery() - Method in class java.net.URL
-
Gets the query part of this URL.
- getRawAuthority() - Method in class java.net.URI
-
Returns the raw authority component of this URI.
- getRawFragment() - Method in class java.net.URI
-
Returns the raw fragment component of this URI.
- getRawOffset() - Method in class java.util.SimpleTimeZone
-
Gets the GMT offset for this time zone.
- getRawOffset() - Method in class java.util.TimeZone
-
Returns the amount of time in milliseconds to add to UTC to get
standard time in this time zone.
- getRawPath() - Method in class java.net.URI
-
Returns the raw path component of this URI.
- getRawQuery() - Method in class java.net.URI
-
Returns the raw query component of this URI.
- getRawSchemeSpecificPart() - Method in class java.net.URI
-
Returns the raw scheme-specific part of this URI.
- getRawUserInfo() - Method in class java.net.URI
-
Returns the raw user-information component of this URI.
- getReadTimeout() - Method in class java.net.URLConnection
-
Returns setting for read timeout. 0 return implies that the
option is disabled (i.e., timeout of infinity).
- getReason() - Method in exception java.net.URISyntaxException
-
Returns a string explaining why the input string could not be parsed.
- getRef() - Method in class java.net.URL
-
Gets the anchor (also known as the "reference") of this
URL.
- getRequestProperties() - Method in class java.net.URLConnection
-
Returns an unmodifiable Map of general request
properties for this connection.
- getRequestProperty(String) - Method in class java.net.URLConnection
-
Returns the value of the named general request property for this
connection.
- getResource(String) - Method in class java.lang.Class
-
Finds a resource with a given name.
- getResource(String) - Method in class java.lang.ClassLoader
-
Finds the resource with the given name.
- getResourceAsStream(String) - Method in class java.lang.Class
-
Finds a resource with a given name.
- getResourceAsStream(String) - Method in class java.lang.ClassLoader
-
Returns an input stream for reading the specified resource.
- getResourceBundleName() - Method in class java.util.logging.Level
-
Return the level's localization resource bundle name, or
null if no localization bundle is defined.
- getResourceBundleName() - Method in class java.util.logging.Logger
-
Retrieve the localization resource bundle name for this
logger.
- getResourceBundleName() - Method in class java.util.logging.LogRecord
-
Get the localization resource bundle name
This is the name for the ResourceBundle that should be
used to localize the message string before formatting it.
- getResources(String) - Method in class java.lang.ClassLoader
-
Finds all the resources with the given name.
- getReturnType() - Method in class java.lang.reflect.Method
-
Returns a Class object that represents the formal return type
of the method represented by this Method object.
- getRoundingMode() - Method in class java.math.MathContext
-
Returns the roundingMode setting.
- getRoundingMode() - Method in class java.text.DecimalFormat
-
- getRoundingMode() - Method in class java.text.NumberFormat
-
- getRunLimit() - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character following the run
with respect to all attributes containing the current character.
- getRunLimit(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character following the run
with respect to the given attribute containing the current character.
- getRunLimit(Set<? extends AttributedCharacterIterator.Attribute>) - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character following the run
with respect to the given attributes containing the current character.
- getRunStart() - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character of the run
with respect to all attributes containing the current character.
- getRunStart(AttributedCharacterIterator.Attribute) - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character of the run
with respect to the given attribute containing the current character.
- getRunStart(Set<? extends AttributedCharacterIterator.Attribute>) - Method in interface java.text.AttributedCharacterIterator
-
Returns the index of the first character of the run
with respect to the given attributes containing the current character.
- getScheme() - Method in class java.net.URI
-
Returns the scheme component of this URI.
- getSchemeSpecificPart() - Method in class java.net.URI
-
Returns the decoded scheme-specific part of this URI.
- getScript() - Method in class java.util.Locale
-
Returns the script for this locale, which should
either be the empty string or an ISO 15924 4-letter script
code.
- getSeconds() - Method in class java.util.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.get(Calendar.SECOND).
- getSequenceNumber() - Method in class java.util.logging.LogRecord
-
Get the sequence number.
- getSerialVersionUID() - Method in class java.io.ObjectStreamClass
-
Return the serialVersionUID for this class.
- getShort(Object, int) - Static method in class java.lang.reflect.Array
-
Returns the value of the indexed component in the specified
array object, as a short.
- getShort(Object) - Method in class java.lang.reflect.Field
-
Gets the value of a static or instance field of type
short or of another primitive type convertible to
type short via a widening conversion.
- getShortMonths() - Method in class java.text.DateFormatSymbols
-
Gets short month strings.
- getShortWeekdays() - Method in class java.text.DateFormatSymbols
-
Gets short weekday strings.
- getSimpleName() - Method in class java.lang.Class
-
Returns the simple name of the underlying class as given in the
source code.
- getSource() - Method in class java.util.EventObject
-
The object on which the Event initially occurred.
- getSourceClassName() - Method in class java.util.logging.LogRecord
-
Get the name of the class that (allegedly) issued the logging request.
- getSourceMethodName() - Method in class java.util.logging.LogRecord
-
Get the name of the method that (allegedly) issued the logging request.
- getStackTrace() - Method in class java.lang.Thread
-
Returns an array of stack trace elements representing the stack dump
of this thread.
- getStackTrace() - Method in class java.lang.Throwable
-
- getState() - Method in class java.lang.Thread
-
Returns the state of this thread.
- getString(String) - Method in class java.util.ResourceBundle
-
Gets a string for the given key from this resource bundle or one of its parents.
- getStringArray(String) - Method in class java.util.ResourceBundle
-
Gets a string array for the given key from this resource bundle or one of its parents.
- getSuperclass() - Method in class java.lang.Class
-
Returns the Class representing the superclass of the entity
(class, interface, primitive type or void) represented by this
Class.
- getSuppressed() - Method in class java.lang.Throwable
-
Returns an array containing all of the exceptions that were
suppressed, typically by the try-with-resources
statement, in order to deliver this exception.
- getSymbol() - Method in class java.util.Currency
-
Gets the symbol of this currency for the default locale.
- getSymbol(Locale) - Method in class java.util.Currency
-
Gets the symbol of this currency for the specified locale.
- getSystemClassLoader() - Static method in class java.lang.ClassLoader
-
Returns the system class loader for delegation.
- getSystemResource(String) - Static method in class java.lang.ClassLoader
-
Find a resource of the specified name from the search path used to load
classes.
- getSystemResourceAsStream(String) - Static method in class java.lang.ClassLoader
-
Open for reading, a resource of the specified name from the search path
used to load classes.
- getSystemResources(String) - Static method in class java.lang.ClassLoader
-
Finds all resources of the specified name from the search path used to
load classes.
- getTarget() - Method in class java.lang.invoke.CallSite
-
Returns the target method of the call site, according to the
behavior defined by this call site's specific class.
- getTargetException() - Method in exception java.lang.reflect.InvocationTargetException
-
Get the thrown target exception.
- getThreadID() - Method in class java.util.logging.LogRecord
-
Get an identifier for the thread where the message originated.
- getThrown() - Method in class java.util.logging.LogRecord
-
Get any throwable associated with the log record.
- getTime() - Method in class java.util.Calendar
-
Returns a
Date object representing this
Calendar's time value (millisecond offset from the
Epoch").
- getTime() - Method in class java.util.Date
-
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT
represented by this Date object.
- getTimeInMillis() - Method in class java.util.Calendar
-
Returns this Calendar's time value in milliseconds.
- getTimeInstance() - Static method in class java.text.DateFormat
-
Gets the time formatter with the default formatting style
for the default locale.
- getTimeInstance(int) - Static method in class java.text.DateFormat
-
Gets the time formatter with the given formatting style
for the default locale.
- getTimeInstance(int, Locale) - Static method in class java.text.DateFormat
-
Gets the time formatter with the given formatting style
for the given locale.
- getTimeToLive(String, Locale) - Method in class java.util.ResourceBundle.Control
-
Returns the time-to-live (TTL) value for resource bundles that
are loaded under this
ResourceBundle.Control.
- getTimeZone() - Method in class java.text.DateFormat
-
Gets the time zone.
- getTimeZone() - Method in class java.util.Calendar
-
Gets the time zone.
- getTimeZone(String) - Static method in class java.util.TimeZone
-
Gets the TimeZone for the given ID.
- getTimezoneOffset() - Method in class java.util.Date
-
Deprecated.
As of JDK version 1.1,
replaced by -(Calendar.get(Calendar.ZONE_OFFSET) +
Calendar.get(Calendar.DST_OFFSET)) / (60 * 1000).
- getTotalSpace() - Method in class java.io.File
-
Returns the size of the partition
named by this
abstract pathname.
- getType() - Method in class java.io.ObjectStreamField
-
Get the type of the field.
- getType(int) - Static method in class java.lang.Character
-
- getType() - Method in class java.lang.reflect.Field
-
Returns a Class object that identifies the
declared type for the field represented by this
Field object.
- getTypeCode() - Method in class java.io.ObjectStreamField
-
Returns character encoding of field type.
- getTypeParameters() - Method in class java.lang.Class
-
Returns an array of TypeVariable objects that represent the
type variables declared by the generic declaration represented by this
GenericDeclaration object, in declaration order.
- getTypeParameters() - Method in class java.lang.reflect.Constructor
-
Returns an array of TypeVariable objects that represent the
type variables declared by the generic declaration represented by this
GenericDeclaration object, in declaration order.
- getTypeParameters() - Method in interface java.lang.reflect.GenericDeclaration
-
Returns an array of TypeVariable objects that
represent the type variables declared by the generic
declaration represented by this GenericDeclaration
object, in declaration order.
- getTypeParameters() - Method in class java.lang.reflect.Method
-
Returns an array of TypeVariable objects that represent the
type variables declared by the generic declaration represented by this
GenericDeclaration object, in declaration order.
- getTypeString() - Method in class java.io.ObjectStreamField
-
Return the JVM type signature.
- getUncaughtExceptionHandler() - Method in class java.lang.Thread
-
Returns the handler invoked when this thread abruptly terminates
due to an uncaught exception.
- getUndeclaredThrowable() - Method in exception java.lang.reflect.UndeclaredThrowableException
-
Returns the Throwable instance wrapped in this
UndeclaredThrowableException, which may be null.
- getUnicodeLocaleAttributes() - Method in class java.util.Locale
-
Returns the set of unicode locale attributes associated with
this locale, or the empty set if it has no attributes.
- getUnicodeLocaleKeys() - Method in class java.util.Locale
-
Returns the set of Unicode locale keys defined by this locale, or the empty set if
this locale has none.
- getUnicodeLocaleType(String) - Method in class java.util.Locale
-
Returns the Unicode locale type associated with the specified Unicode locale key
for this locale.
- getURL() - Method in class java.net.URLConnection
-
Returns the value of this URLConnection's URL
field.
- getUsableSpace() - Method in class java.io.File
-
Returns the number of bytes available to this virtual machine on the
partition
named by this abstract pathname.
- getUseCaches() - Method in class java.net.URLConnection
-
Returns the value of this URLConnection's
useCaches field.
- getUseParentHandlers() - Method in class java.util.logging.Logger
-
Discover whether or not this logger is sending its output
to its parent logger.
- getUserInfo() - Method in class java.net.URI
-
Returns the decoded user-information component of this URI.
- getUserInfo() - Method in class java.net.URL
-
Gets the userInfo part of this URL.
- getValue() - Method in class java.text.Annotation
-
Returns the value of the attribute, which may be null.
- getValue() - Method in class java.util.AbstractMap.SimpleEntry
-
Returns the value corresponding to this entry.
- getValue() - Method in class java.util.AbstractMap.SimpleImmutableEntry
-
Returns the value corresponding to this entry.
- getValue() - Method in interface java.util.Map.Entry
-
Returns the value corresponding to this entry.
- getVariant() - Method in class java.util.Locale
-
Returns the variant code for this locale.
- getVetoableChangeListeners() - Method in class java.beans.VetoableChangeSupport
-
Returns an array of all the listeners that were added to the
VetoableChangeSupport object with addVetoableChangeListener().
- getVetoableChangeListeners(String) - Method in class java.beans.VetoableChangeSupport
-
Returns an array of all the listeners which have been associated
with the named property.
- getWeekdays() - Method in class java.text.DateFormatSymbols
-
Gets weekday strings.
- getWeeksInWeekYear() - Method in class java.util.Calendar
-
Returns the number of weeks in the week year represented by this
Calendar.
- getWeekYear() - Method in class java.util.Calendar
-
Returns the week year represented by this Calendar.
- getYear() - Method in class java.util.Date
-
Deprecated.
As of JDK version 1.1,
replaced by Calendar.get(Calendar.YEAR) - 1900.
- getZeroDigit() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used for zero.
- getZoneStrings() - Method in class java.text.DateFormatSymbols
-
Gets time zone strings.
- global - Static variable in class java.util.logging.Logger
-
Deprecated.
Initialization of this field is prone to deadlocks.
The field must be initialized by the Logger class initialization
which may cause deadlocks with the LogManager class initialization.
In such cases two class initialization wait for each other to complete.
The preferred way to get the global logger object is via the call
Logger.getGlobal().
For compatibility with old JDK versions where the
Logger.getGlobal() is not available use the call
Logger.getLogger(Logger.GLOBAL_LOGGER_NAME)
or Logger.getLogger("global").
- GLOBAL_LOGGER_NAME - Static variable in class java.util.logging.Logger
-
GLOBAL_LOGGER_NAME is a name for the global logger.
- group() - Method in class java.util.regex.Matcher
-
Returns the input subsequence matched by the previous match.
- group(int) - Method in class java.util.regex.Matcher
-
Returns the input subsequence captured by the given group during the
previous match operation.
- group(String) - Method in class java.util.regex.Matcher
-
Returns the input subsequence captured by the given
named-capturing group during the previous
match operation.
- group() - Method in interface java.util.regex.MatchResult
-
Returns the input subsequence matched by the previous match.
- group(int) - Method in interface java.util.regex.MatchResult
-
Returns the input subsequence captured by the given group during the
previous match operation.
- groupCount() - Method in class java.util.regex.Matcher
-
Returns the number of capturing groups in this matcher's pattern.
- groupCount() - Method in interface java.util.regex.MatchResult
-
Returns the number of capturing groups in this match result's pattern.
- GROUPING_SEPARATOR - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the grouping separator field.
- guessContentTypeFromName(String) - Static method in class java.net.URLConnection
-
Tries to determine the content type of an object, based
on the specified "file" component of a URL.
- guessContentTypeFromStream(InputStream) - Static method in class java.net.URLConnection
-
Tries to determine the type of an input stream based on the
characters at the beginning of the input stream.
- h - Variable in class java.lang.reflect.Proxy
-
the invocation handler for this proxy instance.
- handleGetObject(String) - Method in class java.util.PropertyResourceBundle
-
- handleGetObject(String) - Method in class java.util.ResourceBundle
-
Gets an object for the given key from this resource bundle.
- handleKeySet() - Method in class java.util.PropertyResourceBundle
-
Returns a Set of the keys contained
only in this ResourceBundle.
- handleKeySet() - Method in class java.util.ResourceBundle
-
Returns a Set of the keys contained only
in this ResourceBundle.
- hasAnchoringBounds() - Method in class java.util.regex.Matcher
-
Queries the anchoring of region bounds for this matcher.
- hash(Object...) - Static method in class java.util.Objects
-
Generates a hash code for a sequence of input values.
- hashCode() - Method in class java.io.File
-
Computes a hash code for this abstract pathname.
- hashCode() - Method in interface java.lang.annotation.Annotation
-
Returns the hash code of this annotation, as defined below:
The hash code of an annotation is the sum of the hash codes
of its members (including those with default values), as defined
below:
The hash code of an annotation member is (127 times the hash code
of the member-name as computed by
String.hashCode()) XOR
the hash code of the member-value, as defined below:
The hash code of a member-value depends on its type:
The hash code of a primitive value
v is equal to
WrapperType.valueOf(v).hashCode(), where
WrapperType is the wrapper type corresponding
to the primitive type of
v (
Byte,
Character,
Double,
Float,
Integer,
Long,
Short, or
Boolean).
- hashCode() - Method in class java.lang.Boolean
-
Returns a hash code for this Boolean object.
- hashCode() - Method in class java.lang.Byte
-
Returns a hash code for this Byte; equal to the result
of invoking intValue().
- hashCode() - Method in class java.lang.Character
-
Returns a hash code for this Character; equal to the result
of invoking charValue().
- hashCode() - Method in class java.lang.Character.Subset
-
- hashCode() - Method in class java.lang.Double
-
Returns a hash code for this Double object.
- hashCode() - Method in class java.lang.Enum
-
Returns a hash code for this enum constant.
- hashCode() - Method in class java.lang.Float
-
Returns a hash code for this Float object.
- hashCode() - Method in class java.lang.Integer
-
Returns a hash code for this Integer.
- hashCode() - Method in class java.lang.invoke.MethodType
-
Returns the hash code value for this method type.
- hashCode() - Method in class java.lang.Long
-
Returns a hash code for this Long.
- hashCode() - Method in class java.lang.Object
-
Returns a hash code value for the object.
- hashCode() - Method in class java.lang.reflect.Constructor
-
Returns a hashcode for this Constructor.
- hashCode() - Method in class java.lang.reflect.Field
-
Returns a hashcode for this Field.
- hashCode() - Method in class java.lang.reflect.Method
-
Returns a hashcode for this Method.
- hashCode() - Method in class java.lang.Short
-
Returns a hash code for this Short; equal to the result
of invoking intValue().
- hashCode() - Method in class java.lang.StackTraceElement
-
Returns a hash code value for this stack trace element.
- hashCode() - Method in class java.lang.String
-
Returns a hash code for this string.
- hashCode() - Method in class java.math.BigDecimal
-
Returns the hash code for this BigDecimal.
- hashCode() - Method in class java.math.BigInteger
-
Returns the hash code for this BigInteger.
- hashCode() - Method in class java.math.MathContext
-
Returns the hash code for this MathContext.
- hashCode() - Method in class java.net.URI
-
Returns a hash-code value for this URI.
- hashCode() - Method in class java.net.URL
-
Creates an integer suitable for hash table indexing.
- hashCode(URL) - Method in class java.net.URLStreamHandler
-
Provides the default hash calculation.
- hashCode() - Method in class java.nio.charset.Charset
-
Computes a hashcode for this charset.
- hashCode() - Method in class java.text.AttributedCharacterIterator.Attribute
-
Returns a hash code value for the object.
- hashCode() - Method in class java.text.ChoiceFormat
-
Generates a hash code for the message format object.
- hashCode() - Method in class java.text.DateFormat
-
Overrides hashCode
- hashCode() - Method in class java.text.DateFormatSymbols
-
Override hashCode.
- hashCode() - Method in class java.text.DecimalFormat
-
Overrides hashCode
- hashCode() - Method in class java.text.DecimalFormatSymbols
-
Override hashCode.
- hashCode() - Method in class java.text.FieldPosition
-
Returns a hash code for this FieldPosition.
- hashCode() - Method in class java.text.MessageFormat
-
Generates a hash code for the message format object.
- hashCode() - Method in class java.text.NumberFormat
-
Overrides hashCode
- hashCode() - Method in class java.text.ParsePosition
-
Returns a hash code for this ParsePosition.
- hashCode() - Method in class java.text.SimpleDateFormat
-
Returns the hash code value for this SimpleDateFormat object.
- hashCode() - Method in class java.util.AbstractList
-
Returns the hash code value for this list.
- hashCode() - Method in class java.util.AbstractMap
-
Returns the hash code value for this map.
- hashCode() - Method in class java.util.AbstractMap.SimpleEntry
-
Returns the hash code value for this map entry.
- hashCode() - Method in class java.util.AbstractMap.SimpleImmutableEntry
-
Returns the hash code value for this map entry.
- hashCode() - Method in class java.util.AbstractSet
-
Returns the hash code value for this set.
- hashCode(long[]) - Static method in class java.util.Arrays
-
Returns a hash code based on the contents of the specified array.
- hashCode(int[]) - Static method in class java.util.Arrays
-
Returns a hash code based on the contents of the specified array.
- hashCode(short[]) - Static method in class java.util.Arrays
-
Returns a hash code based on the contents of the specified array.
- hashCode(char[]) - Static method in class java.util.Arrays
-
Returns a hash code based on the contents of the specified array.
- hashCode(byte[]) - Static method in class java.util.Arrays
-
Returns a hash code based on the contents of the specified array.
- hashCode(boolean[]) - Static method in class java.util.Arrays
-
Returns a hash code based on the contents of the specified array.
- hashCode(float[]) - Static method in class java.util.Arrays
-
Returns a hash code based on the contents of the specified array.
- hashCode(double[]) - Static method in class java.util.Arrays
-
Returns a hash code based on the contents of the specified array.
- hashCode(Object[]) - Static method in class java.util.Arrays
-
Returns a hash code based on the contents of the specified array.
- hashCode() - Method in class java.util.BitSet
-
Returns the hash code value for this bit set.
- hashCode() - Method in class java.util.Calendar
-
Returns a hash code for this calendar.
- hashCode() - Method in interface java.util.Collection
-
Returns the hash code value for this collection.
- hashCode() - Method in class java.util.concurrent.ConcurrentHashMap
-
- hashCode() - Method in class java.util.Date
-
Returns a hash code value for this object.
- hashCode() - Method in class java.util.EnumMap
-
Returns the hash code value for this map.
- hashCode() - Method in class java.util.Hashtable
-
Returns the hash code value for this Map as per the definition in the
Map interface.
- hashCode() - Method in class java.util.IdentityHashMap
-
Returns the hash code value for this map.
- hashCode() - Method in interface java.util.List
-
Returns the hash code value for this list.
- hashCode() - Method in class java.util.Locale
-
Override hashCode.
- hashCode() - Method in class java.util.logging.Level
-
Generate a hashcode.
- hashCode() - Method in interface java.util.Map.Entry
-
Returns the hash code value for this map entry.
- hashCode() - Method in interface java.util.Map
-
Returns the hash code value for this map.
- hashCode(Object) - Static method in class java.util.Objects
-
Returns the hash code of a non-null argument and 0 for
a null argument.
- hashCode() - Method in interface java.util.Set
-
Returns the hash code value for this set.
- hashCode() - Method in class java.util.SimpleTimeZone
-
Generates the hash code for the SimpleDateFormat object.
- hashCode() - Method in class java.util.Vector
-
Returns the hash code value for this Vector.
- HashMap<K,V> - Class in java.util
-
Hash table based implementation of the Map interface.
- HashMap(int, float) - Constructor for class java.util.HashMap
-
Constructs an empty HashMap with the specified initial
capacity and load factor.
- HashMap(int) - Constructor for class java.util.HashMap
-
Constructs an empty HashMap with the specified initial
capacity and the default load factor (0.75).
- HashMap() - Constructor for class java.util.HashMap
-
Constructs an empty HashMap with the default initial capacity
(16) and the default load factor (0.75).
- HashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.HashMap
-
Constructs a new HashMap with the same mappings as the
specified Map.
- HashSet<E> - Class in java.util
-
This class implements the Set interface, backed by a hash table
(actually a HashMap instance).
- HashSet() - Constructor for class java.util.HashSet
-
Constructs a new, empty set; the backing HashMap instance has
default initial capacity (16) and load factor (0.75).
- HashSet(Collection<? extends E>) - Constructor for class java.util.HashSet
-
Constructs a new set containing the elements in the specified
collection.
- HashSet(int, float) - Constructor for class java.util.HashSet
-
Constructs a new, empty set; the backing HashMap instance has
the specified initial capacity and the specified load factor.
- HashSet(int) - Constructor for class java.util.HashSet
-
Constructs a new, empty set; the backing HashMap instance has
the specified initial capacity and default load factor (0.75).
- Hashtable<K,V> - Class in java.util
-
This class implements a hash table, which maps keys to values.
- Hashtable(int, float) - Constructor for class java.util.Hashtable
-
Constructs a new, empty hashtable with the specified initial
capacity and the specified load factor.
- Hashtable(int) - Constructor for class java.util.Hashtable
-
Constructs a new, empty hashtable with the specified initial capacity
and default load factor (0.75).
- Hashtable() - Constructor for class java.util.Hashtable
-
Constructs a new, empty hashtable with a default initial capacity (11)
and load factor (0.75).
- Hashtable(Map<? extends K, ? extends V>) - Constructor for class java.util.Hashtable
-
Constructs a new hashtable with the same mappings as the given
Map.
- hasListeners(String) - Method in class java.beans.PropertyChangeSupport
-
Check if there are any listeners for a specific property, including
those registered on all properties.
- hasListeners(String) - Method in class java.beans.VetoableChangeSupport
-
Check if there are any listeners for a specific property, including
those registered on all properties.
- hasMoreElements() - Method in interface java.util.Enumeration
-
Tests if this enumeration contains more elements.
- hasMoreElements() - Method in class java.util.StringTokenizer
-
Returns the same value as the hasMoreTokens
method.
- hasMoreTokens() - Method in class java.util.StringTokenizer
-
Tests if there are more tokens available from this tokenizer's string.
- hasNext() - Method in interface java.util.Iterator
-
Returns true if the iteration has more elements.
- hasNext() - Method in interface java.util.ListIterator
-
Returns true if this list iterator has more elements when
traversing the list in the forward direction.
- hasPrevious() - Method in interface java.util.ListIterator
-
Returns true if this list iterator has more elements when
traversing the list in the reverse direction.
- hasPrimitives() - Method in class java.lang.invoke.MethodType
-
Reports if this type contains a primitive argument or return value.
- hasSameRules(TimeZone) - Method in class java.util.SimpleTimeZone
-
Returns true if this zone has the same rules and offset as another zone.
- hasSameRules(TimeZone) - Method in class java.util.TimeZone
-
Returns true if this zone has the same rule and offset as another zone.
- hasTransparentBounds() - Method in class java.util.regex.Matcher
-
Queries the transparency of region bounds for this matcher.
- hasWrappers() - Method in class java.lang.invoke.MethodType
-
Reports if this type contains a wrapper argument or return value.
- headMap(K, boolean) - Method in interface java.util.NavigableMap
-
Returns a view of the portion of this map whose keys are less than (or
equal to, if inclusive is true) toKey.
- headMap(K) - Method in interface java.util.NavigableMap
-
Returns a view of the portion of this map whose keys are
strictly less than toKey.
- headMap(K) - Method in interface java.util.SortedMap
-
Returns a view of the portion of this map whose keys are
strictly less than toKey.
- headMap(K, boolean) - Method in class java.util.TreeMap
-
- headMap(K) - Method in class java.util.TreeMap
-
- headSet(E, boolean) - Method in interface java.util.NavigableSet
-
Returns a view of the portion of this set whose elements are less than
(or equal to, if inclusive is true) toElement.
- headSet(E) - Method in interface java.util.NavigableSet
-
Returns a view of the portion of this set whose elements are
strictly less than toElement.
- headSet(E) - Method in interface java.util.SortedSet
-
Returns a view of the portion of this set whose elements are
strictly less than toElement.
- headSet(E, boolean) - Method in class java.util.TreeSet
-
- headSet(E) - Method in class java.util.TreeSet
-
- higher(E) - Method in interface java.util.NavigableSet
-
Returns the least element in this set strictly greater than the
given element, or null if there is no such element.
- higher(E) - Method in class java.util.TreeSet
-
- higherEntry(K) - Method in interface java.util.NavigableMap
-
Returns a key-value mapping associated with the least key
strictly greater than the given key, or null if there
is no such key.
- higherEntry(K) - Method in class java.util.TreeMap
-
- higherKey(K) - Method in interface java.util.NavigableMap
-
Returns the least key strictly greater than the given key, or
null if there is no such key.
- higherKey(K) - Method in class java.util.TreeMap
-
- highestOneBit(int) - Static method in class java.lang.Integer
-
Returns an int value with at most a single one-bit, in the
position of the highest-order ("leftmost") one-bit in the specified
int value.
- highestOneBit(long) - Static method in class java.lang.Long
-
Returns a long value with at most a single one-bit, in the
position of the highest-order ("leftmost") one-bit in the specified
long value.
- highSurrogate(int) - Static method in class java.lang.Character
-
- hitEnd() - Method in class java.util.regex.Matcher
-
Returns true if the end of input was hit by the search engine in
the last match operation performed by this matcher.
- holdsLock(Object) - Static method in class java.lang.Thread
-
Returns true if and only if the current thread holds the
monitor lock on the specified object.
- hostsEqual(URL, URL) - Method in class java.net.URLStreamHandler
-
Compares the host components of two URLs.
- HOUR - Static variable in class java.util.Calendar
-
Field number for get and set indicating the
hour of the morning or afternoon.
- HOUR0 - Static variable in class java.text.DateFormat.Field
-
Constant identifying the hour field, where the legal values are
0 to 11.
- HOUR0_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for zero-based HOUR field alignment.
- HOUR1 - Static variable in class java.text.DateFormat.Field
-
Constant identifying the hour field, where the legal values are
1 to 12.
- HOUR1_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for one-based HOUR field alignment.
- HOUR_OF_DAY - Static variable in class java.util.Calendar
-
Field number for get and set indicating the
hour of the day.
- HOUR_OF_DAY0 - Static variable in class java.text.DateFormat.Field
-
Constant identifying the hour of day field, where the legal values
are 0 to 23.
- HOUR_OF_DAY0_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for zero-based HOUR_OF_DAY field alignment.
- HOUR_OF_DAY1 - Static variable in class java.text.DateFormat.Field
-
Constant identifying the hour of day field, where the legal values
are 1 to 24.
- HOUR_OF_DAY1_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for one-based HOUR_OF_DAY field alignment.
- identityHashCode(Object) - Static method in class java.lang.System
-
- IdentityHashMap<K,V> - Class in java.util
-
This class implements the Map interface with a hash table, using
reference-equality in place of object-equality when comparing keys (and
values).
- IdentityHashMap() - Constructor for class java.util.IdentityHashMap
-
Constructs a new, empty identity hash map with a default expected
maximum size (21).
- IdentityHashMap(int) - Constructor for class java.util.IdentityHashMap
-
Constructs a new, empty map with the specified expected maximum size.
- IdentityHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.IdentityHashMap
-
Constructs a new identity hash map containing the keys-value mappings
in the specified map.
- IEEEremainder(double, double) - Static method in class java.lang.Math
-
Computes the remainder operation on two arguments as prescribed
by the IEEE 754 standard.
- ifModifiedSince - Variable in class java.net.URLConnection
-
Some protocols support skipping the fetching of the object unless
the object has been modified more recently than a certain time.
- IllegalAccessError - Error in java.lang
-
Thrown if an application attempts to access or modify a field, or
to call a method that it does not have access to.
- IllegalAccessError() - Constructor for error java.lang.IllegalAccessError
-
Constructs an IllegalAccessError with no detail message.
- IllegalAccessError(String) - Constructor for error java.lang.IllegalAccessError
-
Constructs an IllegalAccessError with the specified
detail message.
- IllegalAccessException - Exception in java.lang
-
An IllegalAccessException is thrown when an application tries
to reflectively create an instance (other than an array),
set or get a field, or invoke a method, but the currently
executing method does not have access to the definition of
the specified class, field, method or constructor.
- IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
-
Constructs an IllegalAccessException without a
detail message.
- IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
-
Constructs an IllegalAccessException with a detail message.
- IllegalArgumentException - Exception in java.lang
-
Thrown to indicate that a method has been passed an illegal or
inappropriate argument.
- IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
-
Constructs an IllegalArgumentException with no
detail message.
- IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
-
Constructs an IllegalArgumentException with the
specified detail message.
- IllegalArgumentException(String, Throwable) - Constructor for exception java.lang.IllegalArgumentException
-
Constructs a new exception with the specified detail message and
cause.
- IllegalArgumentException(Throwable) - Constructor for exception java.lang.IllegalArgumentException
-
Constructs a new exception with the specified cause and a detail
message of (cause==null ?
- IllegalCharsetNameException - Exception in java.nio.charset
-
Unchecked exception thrown when a string that is not a
legal charset name is used as such.
- IllegalCharsetNameException(String) - Constructor for exception java.nio.charset.IllegalCharsetNameException
-
Constructs an instance of this class.
- IllegalStateException - Exception in java.lang
-
Signals that a method has been invoked at an illegal or
inappropriate time.
- IllegalStateException() - Constructor for exception java.lang.IllegalStateException
-
Constructs an IllegalStateException with no detail message.
- IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
-
Constructs an IllegalStateException with the specified detail
message.
- IllegalStateException(String, Throwable) - Constructor for exception java.lang.IllegalStateException
-
Constructs a new exception with the specified detail message and
cause.
- IllegalStateException(Throwable) - Constructor for exception java.lang.IllegalStateException
-
Constructs a new exception with the specified cause and a detail
message of (cause==null ?
- implReplaceWith(String) - Method in class java.nio.charset.CharsetDecoder
-
Reports a change to this decoder's replacement value.
- implReplaceWith(byte[]) - Method in class java.nio.charset.CharsetEncoder
-
Reports a change to this encoder's replacement value.
- implReset() - Method in class java.nio.charset.CharsetDecoder
-
Resets this decoder, clearing any charset-specific internal state.
- implReset() - Method in class java.nio.charset.CharsetEncoder
-
Resets this encoder, clearing any charset-specific internal state.
- in - Static variable in class java.io.FileDescriptor
-
A handle to the standard input stream.
- in - Variable in class java.io.FilterInputStream
-
The input stream to be filtered.
- in - Variable in class java.io.FilterReader
-
The underlying character-input stream.
- in(Class<?>) - Method in class java.lang.invoke.MethodHandles.Lookup
-
Creates a lookup on the specified new lookup class.
- in - Static variable in class java.lang.System
-
- IncompatibleClassChangeError - Error in java.lang
-
Thrown when an incompatible class change has occurred to some class
definition.
- IncompatibleClassChangeError() - Constructor for error java.lang.IncompatibleClassChangeError
-
Constructs an IncompatibleClassChangeError with no
detail message.
- IncompatibleClassChangeError(String) - Constructor for error java.lang.IncompatibleClassChangeError
-
Constructs an IncompatibleClassChangeError with the
specified detail message.
- IncompleteAnnotationException - Exception in java.lang.annotation
-
Thrown to indicate that a program has attempted to access an element of
an annotation type that was added to the annotation type definition after
the annotation was compiled (or serialized).
- IncompleteAnnotationException(Class<? extends Annotation>, String) - Constructor for exception java.lang.annotation.IncompleteAnnotationException
-
Constructs an IncompleteAnnotationException to indicate that
the named element was missing from the specified annotation type.
- incrementAndGet() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically increments by one the current value.
- incrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically increments by one the element at index i.
- incrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically increments by one the current value of the field of the
given object managed by this updater.
- incrementAndGet() - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically increments by one the current value.
- incrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically increments by one the element at index i.
- incrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically increments by one the current value of the field of the
given object managed by this updater.
- inDaylightTime(Date) - Method in class java.util.SimpleTimeZone
-
Queries if the given date is in daylight saving time.
- inDaylightTime(Date) - Method in class java.util.TimeZone
-
Queries if the given date is in Daylight Saving Time in
this time zone.
- IndexedPropertyChangeEvent - Class in java.beans
-
An "IndexedPropertyChange" event gets delivered whenever a component that
conforms to the JavaBeans™ specification (a "bean") changes a bound
indexed property.
- IndexedPropertyChangeEvent(Object, String, Object, Object, int) - Constructor for class java.beans.IndexedPropertyChangeEvent
-
Constructs a new IndexedPropertyChangeEvent object.
- indexOf(int) - Method in class java.lang.String
-
Returns the index within this string of the first occurrence of
the specified character.
- indexOf(int, int) - Method in class java.lang.String
-
Returns the index within this string of the first occurrence of the
specified character, starting the search at the specified index.
- indexOf(String) - Method in class java.lang.String
-
Returns the index within this string of the first occurrence of the
specified substring.
- indexOf(String, int) - Method in class java.lang.String
-
Returns the index within this string of the first occurrence of the
specified substring, starting at the specified index.
- indexOf(String) - Method in class java.lang.StringBuffer
-
- indexOf(String, int) - Method in class java.lang.StringBuffer
-
- indexOf(String) - Method in class java.lang.StringBuilder
-
- indexOf(String, int) - Method in class java.lang.StringBuilder
-
- indexOf(Object) - Method in class java.util.AbstractList
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class java.util.ArrayList
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class java.util.LinkedList
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in interface java.util.List
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class java.util.Vector
-
Returns the index of the first occurrence of the specified element
in this vector, or -1 if this vector does not contain the element.
- indexOf(Object, int) - Method in class java.util.Vector
-
Returns the index of the first occurrence of the specified element in
this vector, searching forwards from index, or returns -1 if
the element is not found.
- indexOfSubList(List<?>, List<?>) - Static method in class java.util.Collections
-
Returns the starting position of the first occurrence of the specified
target list within the specified source list, or -1 if there is no
such occurrence.
- IndexOutOfBoundsException - Exception in java.lang
-
Thrown to indicate that an index of some sort (such as to an array, to a
string, or to a vector) is out of range.
- IndexOutOfBoundsException() - Constructor for exception java.lang.IndexOutOfBoundsException
-
Constructs an IndexOutOfBoundsException with no
detail message.
- IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
-
Constructs an IndexOutOfBoundsException with the
specified detail message.
- INFO - Static variable in class java.util.logging.Level
-
INFO is a message level for informational messages.
- info(String) - Method in class java.util.logging.Logger
-
Log an INFO message.
- Inherited - Annotation Type in java.lang.annotation
-
Indicates that an annotation type is automatically inherited.
- initCause(Throwable) - Method in class java.lang.Throwable
-
Initializes the cause of this throwable to the specified value.
- INITIAL_QUOTE_PUNCTUATION - Static variable in class java.lang.Character
-
General category "Pi" in the Unicode specification.
- initialValue() - Method in class java.lang.ThreadLocal
-
Returns the current thread's "initial value" for this
thread-local variable.
- INPUT_METHOD_SEGMENT - Static variable in class java.text.AttributedCharacterIterator.Attribute
-
Attribute key for input method segments.
- InputStream - Class in java.io
-
This abstract class is the superclass of all classes representing
an input stream of bytes.
- InputStream() - Constructor for class java.io.InputStream
-
- InputStreamReader - Class in java.io
-
An InputStreamReader is a bridge from byte streams to character streams: It
reads bytes and decodes them into characters using a specified
charset.
- InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
-
Creates an InputStreamReader that uses the default charset.
- InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
-
Creates an InputStreamReader that uses the named charset.
- insert(int, char[], int, int) - Method in class java.lang.StringBuffer
-
- insert(int, Object) - Method in class java.lang.StringBuffer
-
- insert(int, String) - Method in class java.lang.StringBuffer
-
- insert(int, char[]) - Method in class java.lang.StringBuffer
-
- insert(int, CharSequence) - Method in class java.lang.StringBuffer
-
- insert(int, CharSequence, int, int) - Method in class java.lang.StringBuffer
-
- insert(int, boolean) - Method in class java.lang.StringBuffer
-
- insert(int, char) - Method in class java.lang.StringBuffer
-
- insert(int, int) - Method in class java.lang.StringBuffer
-
- insert(int, long) - Method in class java.lang.StringBuffer
-
- insert(int, float) - Method in class java.lang.StringBuffer
-
- insert(int, double) - Method in class java.lang.StringBuffer
-
- insert(int, char[], int, int) - Method in class java.lang.StringBuilder
-
- insert(int, Object) - Method in class java.lang.StringBuilder
-
- insert(int, String) - Method in class java.lang.StringBuilder
-
- insert(int, char[]) - Method in class java.lang.StringBuilder
-
- insert(int, CharSequence) - Method in class java.lang.StringBuilder
-
- insert(int, CharSequence, int, int) - Method in class java.lang.StringBuilder
-
- insert(int, boolean) - Method in class java.lang.StringBuilder
-
- insert(int, char) - Method in class java.lang.StringBuilder
-
- insert(int, int) - Method in class java.lang.StringBuilder
-
- insert(int, long) - Method in class java.lang.StringBuilder
-
- insert(int, float) - Method in class java.lang.StringBuilder
-
- insert(int, double) - Method in class java.lang.StringBuilder
-
- insertElementAt(E, int) - Method in class java.util.Vector
-
Inserts the specified object as a component in this vector at the
specified index.
- insertParameterTypes(int, Class<?>...) - Method in class java.lang.invoke.MethodType
-
Finds or creates a method type with additional parameter types.
- insertParameterTypes(int, List<Class<?>>) - Method in class java.lang.invoke.MethodType
-
Finds or creates a method type with additional parameter types.
- InstantiationException - Exception in java.lang
-
Thrown when an application tries to create an instance of a class
using the newInstance method in class
Class, but the specified class object cannot be
instantiated.
- InstantiationException() - Constructor for exception java.lang.InstantiationException
-
Constructs an InstantiationException with no detail message.
- InstantiationException(String) - Constructor for exception java.lang.InstantiationException
-
Constructs an InstantiationException with the
specified detail message.
- intBitsToFloat(int) - Static method in class java.lang.Float
-
Returns the float value corresponding to a given
bit representation.
- Integer - Class in java.lang
-
The Integer class wraps a value of the primitive type
int in an object.
- Integer(int) - Constructor for class java.lang.Integer
-
Constructs a newly allocated Integer object that
represents the specified int value.
- Integer(String) - Constructor for class java.lang.Integer
-
Constructs a newly allocated Integer object that
represents the int value indicated by the
String parameter.
- INTEGER - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the integer field.
- INTEGER_FIELD - Static variable in class java.text.NumberFormat
-
Field constant used to construct a FieldPosition object.
- INTERFACE - Static variable in class java.lang.reflect.Modifier
-
The int value representing the interface
modifier.
- interfaceModifiers() - Static method in class java.lang.reflect.Modifier
-
Return an int value OR-ing together the source language
modifiers that can be applied to an interface.
- intern() - Method in class java.lang.String
-
Returns a canonical representation for the string object.
- InternalError - Error in java.lang
-
Thrown to indicate some unexpected internal error has occurred in
the Java Virtual Machine.
- InternalError() - Constructor for error java.lang.InternalError
-
Constructs an InternalError with no detail message.
- InternalError(String) - Constructor for error java.lang.InternalError
-
Constructs an InternalError with the specified
detail message.
- internalGet(int) - Method in class java.util.Calendar
-
Returns the value of the given calendar field.
- interrupt() - Method in class java.lang.Thread
-
Interrupts this thread.
- interrupted() - Static method in class java.lang.Thread
-
Tests whether the current thread has been interrupted.
- InterruptedException - Exception in java.lang
-
Thrown when a thread is waiting, sleeping, or otherwise occupied,
and the thread is interrupted, either before or during the activity.
- InterruptedException() - Constructor for exception java.lang.InterruptedException
-
Constructs an InterruptedException with no detail message.
- InterruptedException(String) - Constructor for exception java.lang.InterruptedException
-
Constructs an InterruptedException with the
specified detail message.
- InterruptedIOException - Exception in java.io
-
Signals that an I/O operation has been interrupted.
- InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
-
Constructs an InterruptedIOException with
null as its error detail message.
- InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
-
Constructs an InterruptedIOException with the
specified detail message.
- intersects(BitSet) - Method in class java.util.BitSet
-
Returns true if the specified BitSet has any bits set to
true that are also set to true in this BitSet.
- intValue() - Method in class java.lang.Byte
-
Returns the value of this Byte as an
int.
- intValue() - Method in class java.lang.Double
-
Returns the value of this Double as an
int (by casting to type int).
- intValue() - Method in class java.lang.Float
-
Returns the value of this Float as an int (by
casting to type int).
- intValue() - Method in class java.lang.Integer
-
Returns the value of this Integer as an
int.
- intValue() - Method in class java.lang.Long
-
Returns the value of this Long as an
int.
- intValue() - Method in class java.lang.Number
-
Returns the value of the specified number as an int.
- intValue() - Method in class java.lang.Short
-
Returns the value of this Short as an
int.
- intValue() - Method in class java.math.BigDecimal
-
Converts this BigDecimal to an int.
- intValue() - Method in class java.math.BigInteger
-
Converts this BigInteger to an int.
- intValue() - Method in class java.util.concurrent.atomic.AtomicInteger
-
- intValue() - Method in class java.util.concurrent.atomic.AtomicLong
-
- intValue() - Method in class java.util.logging.Level
-
Get the integer value for this level.
- intValueExact() - Method in class java.math.BigDecimal
-
Converts this BigDecimal to an int, checking
for lost information.
- InvalidClassException - Exception in java.io
-
Thrown when the Serialization runtime detects one of the following
problems with a Class.
- InvalidClassException(String) - Constructor for exception java.io.InvalidClassException
-
Report an InvalidClassException for the reason specified.
- InvalidClassException(String, String) - Constructor for exception java.io.InvalidClassException
-
Constructs an InvalidClassException object.
- InvalidObjectException - Exception in java.io
-
Indicates that one or more deserialized objects failed validation
tests.
- InvalidObjectException(String) - Constructor for exception java.io.InvalidObjectException
-
Constructs an InvalidObjectException.
- InvocationHandler - Interface in java.lang.reflect
-
InvocationHandler is the interface implemented by
the invocation handler of a proxy instance.
- InvocationTargetException - Exception in java.lang.reflect
-
InvocationTargetException is a checked exception that wraps
an exception thrown by an invoked method or constructor.
- InvocationTargetException() - Constructor for exception java.lang.reflect.InvocationTargetException
-
Constructs an InvocationTargetException with
null as the target exception.
- InvocationTargetException(Throwable) - Constructor for exception java.lang.reflect.InvocationTargetException
-
Constructs a InvocationTargetException with a target exception.
- InvocationTargetException(Throwable, String) - Constructor for exception java.lang.reflect.InvocationTargetException
-
Constructs a InvocationTargetException with a target exception
and a detail message.
- invoke(Object...) - Method in class java.lang.invoke.MethodHandle
-
Invokes the method handle, allowing any caller type descriptor,
and optionally performing conversions on arguments and return values.
- invoke(Object, Method, Object[]) - Method in interface java.lang.reflect.InvocationHandler
-
Processes a method invocation on a proxy instance and returns
the result.
- invoke(Object, Object...) - Method in class java.lang.reflect.Method
-
Invokes the underlying method represented by this Method
object, on the specified object with the specified parameters.
- invokeExact(Object...) - Method in class java.lang.invoke.MethodHandle
-
Invokes the method handle, allowing any caller type descriptor, but requiring an exact type match.
- invokeWithArguments(Object...) - Method in class java.lang.invoke.MethodHandle
-
Performs a variable arity invocation, passing the arguments in the given list
to the method handle, as if via an inexact
invoke from a call site
which mentions only the type
Object, and whose arity is the length
of the argument list.
- invokeWithArguments(List<?>) - Method in class java.lang.invoke.MethodHandle
-
Performs a variable arity invocation, passing the arguments in the given array
to the method handle, as if via an inexact
invoke from a call site
which mentions only the type
Object, and whose arity is the length
of the argument array.
- IOException - Exception in java.io
-
Signals that an I/O exception of some sort has occurred.
- IOException() - Constructor for exception java.io.IOException
-
Constructs an IOException with null
as its error detail message.
- IOException(String) - Constructor for exception java.io.IOException
-
Constructs an IOException with the specified detail message.
- IOException(String, Throwable) - Constructor for exception java.io.IOException
-
Constructs an IOException with the specified detail message
and cause.
- IOException(Throwable) - Constructor for exception java.io.IOException
-
Constructs an IOException with the specified cause and a
detail message of {@code (cause==null ?
- isAbsolute() - Method in class java.io.File
-
Tests whether this abstract pathname is absolute.
- isAbsolute() - Method in class java.net.URI
-
Tells whether or not this URI is absolute.
- isAbstract(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
abstract modifier, false otherwise.
- isAccessible() - Method in class java.lang.reflect.AccessibleObject
-
Get the value of the accessible flag for this object.
- isAlive() - Method in class java.lang.Thread
-
Tests if this thread is alive.
- isAlphabetic(int) - Static method in class java.lang.Character
-
- isAnnotation() - Method in class java.lang.Class
-
Returns true if this Class object represents an annotation
type.
- isAnnotationPresent(Class<? extends Annotation>) - Method in class java.lang.Class
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class java.lang.reflect.AccessibleObject
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface java.lang.reflect.AnnotatedElement
-
Returns true if an annotation for the specified type
is present on this element, else false.
- isArray() - Method in class java.lang.Class
-
Determines if this Class object represents an array class.
- isAssignableFrom(Class<?>) - Method in class java.lang.Class
-
Determines if the class or interface represented by this
Class object is either the same as, or is a superclass or
superinterface of, the class or interface represented by the specified
Class parameter.
- isAutoDetecting() - Method in class java.nio.charset.CharsetDecoder
-
Tells whether or not this decoder implements an auto-detecting charset.
- isBmpCodePoint(int) - Static method in class java.lang.Character
-
- isBridge() - Method in class java.lang.reflect.Method
-
Returns true if this method is a bridge
method; returns false otherwise.
- isCharsetDetected() - Method in class java.nio.charset.CharsetDecoder
-
Tells whether or not this decoder has yet detected a
charset (optional operation).
- isDaemon() - Method in class java.lang.Thread
-
Tests if this thread is a daemon thread.
- isDecimalSeparatorAlwaysShown() - Method in class java.text.DecimalFormat
-
Allows you to get the behavior of the decimal separator with integers.
- isDefined(char) - Static method in class java.lang.Character
-
Determines if a character is defined in Unicode.
- isDefined(int) - Static method in class java.lang.Character
-
Determines if a character (Unicode code point) is defined in Unicode.
- isDigit(char) - Static method in class java.lang.Character
-
Determines if the specified character is a digit.
- isDigit(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a digit.
- isDirectory() - Method in class java.io.File
-
Tests whether the file denoted by this abstract pathname is a
directory.
- isEmpty() - Method in class java.lang.String
-
- isEmpty() - Method in class java.util.AbstractCollection
-
Returns true if this collection contains no elements.
- isEmpty() - Method in class java.util.AbstractMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class java.util.ArrayDeque
-
Returns true if this deque contains no elements.
- isEmpty() - Method in class java.util.ArrayList
-
Returns true if this list contains no elements.
- isEmpty() - Method in class java.util.BitSet
-
Returns true if this BitSet contains no bits that are set
to true.
- isEmpty() - Method in interface java.util.Collection
-
Returns true if this collection contains no elements.
- isEmpty() - Method in class java.util.concurrent.ConcurrentHashMap
-
- isEmpty() - Method in class java.util.Dictionary
-
Tests if this dictionary maps no keys to value.
- isEmpty() - Method in class java.util.HashMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class java.util.HashSet
-
Returns true if this set contains no elements.
- isEmpty() - Method in class java.util.Hashtable
-
Tests if this hashtable maps no keys to values.
- isEmpty() - Method in class java.util.IdentityHashMap
-
Returns true if this identity hash map contains no key-value
mappings.
- isEmpty() - Method in interface java.util.List
-
Returns true if this list contains no elements.
- isEmpty() - Method in interface java.util.Map
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in interface java.util.Set
-
Returns true if this set contains no elements.
- isEmpty() - Method in class java.util.TreeSet
-
Returns true if this set contains no elements.
- isEmpty() - Method in class java.util.Vector
-
Tests if this vector has no components.
- isEmpty() - Method in class java.util.WeakHashMap
-
Returns true if this map contains no key-value mappings.
- isEnqueued() - Method in class java.lang.ref.Reference
-
Tells whether or not this reference object has been enqueued, either by
the program or by the garbage collector.
- isEnum() - Method in class java.lang.Class
-
Returns true if and only if this class was declared as an enum in the
source code.
- isEnumConstant() - Method in class java.lang.reflect.Field
-
Returns true if this field represents an element of
an enumerated type; returns false otherwise.
- isFile() - Method in class java.io.File
-
Tests whether the file denoted by this abstract pathname is a normal
file.
- isFinal(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
final modifier, false otherwise.
- isGroupingUsed() - Method in class java.text.NumberFormat
-
Returns true if grouping is used in this format.
- isHidden() - Method in class java.io.File
-
Tests whether the file named by this abstract pathname is a hidden
file.
- isHighSurrogate(char) - Static method in class java.lang.Character
-
- isIdentifierIgnorable(int) - Static method in class java.lang.Character
-
- isIdeographic(int) - Static method in class java.lang.Character
-
- isInfinite(double) - Static method in class java.lang.Double
-
Returns true if the specified number is infinitely
large in magnitude, false otherwise.
- isInfinite() - Method in class java.lang.Double
-
Returns true if this Double value is
infinitely large in magnitude, false otherwise.
- isInfinite(float) - Static method in class java.lang.Float
-
Returns true if the specified number is infinitely
large in magnitude, false otherwise.
- isInfinite() - Method in class java.lang.Float
-
Returns true if this Float value is
infinitely large in magnitude, false otherwise.
- isInstance(Object) - Method in class java.lang.Class
-
Determines if the specified Object is assignment-compatible
with the object represented by this Class.
- isInterface() - Method in class java.lang.Class
-
Determines if the specified Class object represents an
interface type.
- isInterface(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
interface modifier, false otherwise.
- isInterrupted() - Method in class java.lang.Thread
-
Tests whether this thread has been interrupted.
- isISOControl(char) - Static method in class java.lang.Character
-
Determines if the specified character is an ISO control
character.
- isISOControl(int) - Static method in class java.lang.Character
-
Determines if the referenced character (Unicode code point) is an ISO control
character.
- isJavaIdentifierPart(char) - Static method in class java.lang.Character
-
Determines if the specified character may be part of a Java
identifier as other than the first character.
- isJavaIdentifierPart(int) - Static method in class java.lang.Character
-
Determines if the character (Unicode code point) may be part of a Java
identifier as other than the first character.
- isJavaIdentifierStart(char) - Static method in class java.lang.Character
-
Determines if the specified character is
permissible as the first character in a Java identifier.
- isJavaIdentifierStart(int) - Static method in class java.lang.Character
-
Determines if the character (Unicode code point) is
permissible as the first character in a Java identifier.
- isLenient() - Method in class java.text.DateFormat
-
Tell whether date/time parsing is to be lenient.
- isLenient() - Method in class java.util.Calendar
-
Tells whether date/time interpretation is to be lenient.
- isLetter(char) - Static method in class java.lang.Character
-
Determines if the specified character is a letter.
- isLetter(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a letter.
- isLetterOrDigit(char) - Static method in class java.lang.Character
-
Determines if the specified character is a letter or digit.
- isLetterOrDigit(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a letter or digit.
- isLoggable(Level) - Method in class java.util.logging.Logger
-
Check if a message of the given level would actually be logged
by this logger.
- isLowerCase(int) - Static method in class java.lang.Character
-
- isLowerCase(char) - Static method in class java.lang.Character
-
Determines if the specified character is a lowercase character.
- isLowSurrogate(char) - Static method in class java.lang.Character
-
- isMirrored(int) - Static method in class java.lang.Character
-
- isNaN(double) - Static method in class java.lang.Double
-
Returns true if the specified number is a
Not-a-Number (NaN) value, false otherwise.
- isNaN() - Method in class java.lang.Double
-
Returns true if this Double value is
a Not-a-Number (NaN), false otherwise.
- isNaN(float) - Static method in class java.lang.Float
-
Returns true if the specified number is a
Not-a-Number (NaN) value, false otherwise.
- isNaN() - Method in class java.lang.Float
-
Returns true if this Float value is a
Not-a-Number (NaN), false otherwise.
- isNative(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
native modifier, false otherwise.
- isNativeMethod() - Method in class java.lang.StackTraceElement
-
Returns true if the method containing the execution point
represented by this stack trace element is a native method.
- isOpaque() - Method in class java.net.URI
-
Tells whether or not this URI is opaque.
- isParseBigDecimal() - Method in class java.text.DecimalFormat
-
- isParseIntegerOnly() - Method in class java.text.NumberFormat
-
Returns true if this format will parse numbers as integers only.
- isPrimitive() - Method in class java.io.ObjectStreamField
-
Return true if this field has a primitive type.
- isPrimitive() - Method in class java.lang.Class
-
Determines if the specified Class object represents a
primitive type.
- isPrivate(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
private modifier, false otherwise.
- isProbablePrime(int) - Method in class java.math.BigInteger
-
Returns true if this BigInteger is probably prime,
false if it's definitely composite.
- isProtected(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
protected modifier, false otherwise.
- isProxyClass(Class<?>) - Static method in class java.lang.reflect.Proxy
-
Returns true if and only if the specified class was dynamically
generated to be a proxy class using the getProxyClass
method or the newProxyInstance method.
- isPublic(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
public modifier, false otherwise.
- isRegistered() - Method in class java.nio.charset.Charset
-
- isSet - Variable in class java.util.Calendar
-
The flags which tell if a specified calendar field for the calendar is set.
- isSet(int) - Method in class java.util.Calendar
-
Determines if the given calendar field has a value set,
including cases that the value has been set by internal fields
calculations triggered by a get method call.
- isSpace(char) - Static method in class java.lang.Character
-
Deprecated.
Replaced by isWhitespace(char).
- isSpaceChar(int) - Static method in class java.lang.Character
-
- isStatic(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
static modifier, false otherwise.
- isStrict(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
strictfp modifier, false otherwise.
- isSupplementaryCodePoint(int) - Static method in class java.lang.Character
-
- isSupported(String) - Static method in class java.nio.charset.Charset
-
Tells whether the named charset is supported.
- isSurrogate(char) - Static method in class java.lang.Character
-
Determines if the given char value is a Unicode
surrogate code unit.
- isSurrogatePair(char, char) - Static method in class java.lang.Character
-
- isSynchronized(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
synchronized modifier, false otherwise.
- isSynthetic() - Method in class java.lang.Class
-
Returns true if this class is a synthetic class;
returns false otherwise.
- isSynthetic() - Method in class java.lang.reflect.Constructor
-
Returns true if this constructor is a synthetic
constructor; returns false otherwise.
- isSynthetic() - Method in class java.lang.reflect.Field
-
Returns true if this field is a synthetic
field; returns false otherwise.
- isSynthetic() - Method in interface java.lang.reflect.Member
-
Returns true if this member was introduced by
the compiler; returns false otherwise.
- isSynthetic() - Method in class java.lang.reflect.Method
-
Returns true if this method is a synthetic
method; returns false otherwise.
- isTimeSet - Variable in class java.util.Calendar
-
True if then the value of time is valid.
- isTitleCase(char) - Static method in class java.lang.Character
-
Determines if the specified character is a titlecase character.
- isTitleCase(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is a titlecase character.
- isTransient(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
transient modifier, false otherwise.
- isUnicodeIdentifierPart(int) - Static method in class java.lang.Character
-
- isUnicodeIdentifierStart(int) - Static method in class java.lang.Character
-
- isUnshared() - Method in class java.io.ObjectStreamField
-
Returns boolean value indicating whether or not the serializable field
represented by this ObjectStreamField instance is unshared.
- isUpperCase(int) - Static method in class java.lang.Character
-
- isUpperCase(char) - Static method in class java.lang.Character
-
Determines if the specified character is an uppercase character.
- isValidCodePoint(int) - Static method in class java.lang.Character
-
- isVarArgs() - Method in class java.lang.reflect.Constructor
-
Returns true if this constructor was declared to take
a variable number of arguments; returns false
otherwise.
- isVarArgs() - Method in class java.lang.reflect.Method
-
Returns true if this method was declared to take
a variable number of arguments; returns false
otherwise.
- isVarargsCollector() - Method in class java.lang.invoke.MethodHandle
-
- isVolatile(int) - Static method in class java.lang.reflect.Modifier
-
Return true if the integer argument includes the
volatile modifier, false otherwise.
- isWeekDateSupported() - Method in class java.util.Calendar
-
Returns whether this Calendar supports week dates.
- isWhitespace(char) - Static method in class java.lang.Character
-
Determines if the specified character is white space according to Java.
- isWhitespace(int) - Static method in class java.lang.Character
-
Determines if the specified character (Unicode code point) is
white space according to Java.
- ITALIAN - Static variable in class java.util.Locale
-
Useful constant for language.
- ITALY - Static variable in class java.util.Locale
-
Useful constant for country.
- Iterable<T> - Interface in java.lang
-
Implementing this interface allows an object to be the target of
the "foreach" statement.
- iterator() - Method in interface java.lang.Iterable
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class java.util.AbstractCollection
-
Returns an iterator over the elements contained in this collection.
- iterator() - Method in class java.util.AbstractList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class java.util.AbstractSequentialList
-
Returns an iterator over the elements in this list (in proper
sequence).
- iterator() - Method in class java.util.ArrayDeque
-
Returns an iterator over the elements in this deque.
- iterator() - Method in class java.util.ArrayList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in interface java.util.Collection
-
Returns an iterator over the elements in this collection.
- iterator() - Method in interface java.util.Deque
-
Returns an iterator over the elements in this deque in proper sequence.
- iterator() - Method in class java.util.HashSet
-
Returns an iterator over the elements in this set.
- Iterator<E> - Interface in java.util
-
An iterator over a collection.
- iterator() - Method in interface java.util.List
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in interface java.util.NavigableSet
-
Returns an iterator over the elements in this set, in ascending order.
- iterator() - Method in class java.util.PriorityQueue
-
Returns an iterator over the elements in this queue.
- iterator() - Method in class java.util.ServiceLoader
-
Lazily loads the available providers of this loader's service.
- iterator() - Method in interface java.util.Set
-
Returns an iterator over the elements in this set.
- iterator() - Method in class java.util.TreeSet
-
Returns an iterator over the elements in this set in ascending order.
- iterator() - Method in class java.util.Vector
-
Returns an iterator over the elements in this list in proper sequence.
- LambdaMetafactory - Class in java.lang.invoke
-
Methods to facilitate the creation of simple "function objects" that
implement one or more interfaces by delegation to a provided
MethodHandle,
possibly after type adaptation and partial evaluation of arguments.
- LambdaMetafactory() - Constructor for class java.lang.invoke.LambdaMetafactory
-
- LANGUAGE - Static variable in class java.text.AttributedCharacterIterator.Attribute
-
Attribute key for the language of some text.
- last() - Method in interface java.text.CharacterIterator
-
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty)
and returns the character at that position.
- last() - Method in interface java.util.SortedSet
-
Returns the last (highest) element currently in this set.
- last() - Method in class java.util.TreeSet
-
- lastElement() - Method in class java.util.Vector
-
Returns the last component of the vector.
- lastEntry() - Method in interface java.util.NavigableMap
-
Returns a key-value mapping associated with the greatest
key in this map, or null if the map is empty.
- lastEntry() - Method in class java.util.TreeMap
-
- lastIndexOf(int) - Method in class java.lang.String
-
Returns the index within this string of the last occurrence of
the specified character.
- lastIndexOf(int, int) - Method in class java.lang.String
-
Returns the index within this string of the last occurrence of
the specified character, searching backward starting at the
specified index.
- lastIndexOf(String) - Method in class java.lang.String
-
Returns the index within this string of the last occurrence of the
specified substring.
- lastIndexOf(String, int) - Method in class java.lang.String
-
Returns the index within this string of the last occurrence of the
specified substring, searching backward starting at the specified index.
- lastIndexOf(String) - Method in class java.lang.StringBuffer
-
- lastIndexOf(String, int) - Method in class java.lang.StringBuffer
-
- lastIndexOf(String) - Method in class java.lang.StringBuilder
-
- lastIndexOf(String, int) - Method in class java.lang.StringBuilder
-
- lastIndexOf(Object) - Method in class java.util.AbstractList
-
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class java.util.ArrayList
-
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class java.util.LinkedList
-
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in interface java.util.List
-
Returns the index of the last occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class java.util.Vector
-
Returns the index of the last occurrence of the specified element
in this vector, or -1 if this vector does not contain the element.
- lastIndexOf(Object, int) - Method in class java.util.Vector
-
Returns the index of the last occurrence of the specified element in
this vector, searching backwards from index, or returns -1 if
the element is not found.
- lastIndexOfSubList(List<?>, List<?>) - Static method in class java.util.Collections
-
Returns the starting position of the last occurrence of the specified
target list within the specified source list, or -1 if there is no such
occurrence.
- lastKey() - Method in interface java.util.SortedMap
-
Returns the last (highest) key currently in this map.
- lastKey() - Method in class java.util.TreeMap
-
- lastModified() - Method in class java.io.File
-
Returns the time that the file denoted by this abstract pathname was
last modified.
- lazySet(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
-
Eventually sets to the given value.
- lazySet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
-
Eventually sets to the given value.
- lazySet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Eventually sets the element at position i to the given value.
- lazySet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Eventually sets the field of the given object managed by this
updater to the given updated value.
- lazySet(long) - Method in class java.util.concurrent.atomic.AtomicLong
-
Eventually sets to the given value.
- lazySet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Eventually sets the element at position i to the given value.
- lazySet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Eventually sets the field of the given object managed by this
updater to the given updated value.
- lazySet(V) - Method in class java.util.concurrent.atomic.AtomicReference
-
Eventually sets to the given value.
- lazySet(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Eventually sets the element at position i to the given value.
- lazySet(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Eventually sets the field of the given object managed by this
updater to the given updated value.
- length() - Method in class java.io.File
-
Returns the length of the file denoted by this abstract pathname.
- length - Variable in exception java.io.OptionalDataException
-
The number of bytes of primitive data available to be read
in the current buffer.
- length() - Method in interface java.lang.CharSequence
-
Returns the length of this character sequence.
- length() - Method in class java.lang.String
-
Returns the length of this string.
- length() - Method in class java.lang.StringBuffer
-
- length() - Method in class java.util.BitSet
-
Returns the "logical size" of this BitSet: the index of
the highest set bit in the BitSet plus one.
- length() - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Returns the length of the array.
- length() - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Returns the length of the array.
- length() - Method in class java.util.concurrent.atomic.AtomicReferenceArray
-
Returns the length of the array.
- LETTER_NUMBER - Static variable in class java.lang.Character
-
General category "Nl" in the Unicode specification.
- Level - Class in java.util.logging
-
The Level class defines a set of standard logging levels that
can be used to control logging output.
- Level(String, int) - Constructor for class java.util.logging.Level
-
Create a named Level with a given integer value.
- Level(String, int, String) - Constructor for class java.util.logging.Level
-
Create a named Level with a given integer value and a
given localization resource name.
- LINE_SEPARATOR - Static variable in class java.lang.Character
-
General category "Zl" in the Unicode specification.
- LineNumberInputStream - Class in java.io
-
Deprecated.
This class incorrectly assumes that bytes adequately represent
characters. As of JDK 1.1, the preferred way to operate on
character streams is via the new character-stream classes, which
include a class for counting line numbers.
- LineNumberInputStream(InputStream) - Constructor for class java.io.LineNumberInputStream
-
Deprecated.
Constructs a newline number input stream that reads its input
from the specified input stream.
- LineNumberReader - Class in java.io
-
A buffered character-input stream that keeps track of line numbers.
- LineNumberReader(Reader) - Constructor for class java.io.LineNumberReader
-
Create a new line-numbering reader, using the default input-buffer
size.
- LineNumberReader(Reader, int) - Constructor for class java.io.LineNumberReader
-
Create a new line-numbering reader, reading characters into a buffer of
the given size.
- lineSeparator() - Static method in class java.lang.System
-
Returns the system-dependent line separator string.
- LinkageError - Error in java.lang
-
Subclasses of LinkageError indicate that a class has
some dependency on another class; however, the latter class has
incompatibly changed after the compilation of the former class.
- LinkageError() - Constructor for error java.lang.LinkageError
-
Constructs a LinkageError with no detail message.
- LinkageError(String) - Constructor for error java.lang.LinkageError
-
Constructs a LinkageError with the specified detail
message.
- LinkageError(String, Throwable) - Constructor for error java.lang.LinkageError
-
Constructs a LinkageError with the specified detail
message and cause.
- LinkedHashMap<K,V> - Class in java.util
-
Hash table and linked list implementation of the Map interface,
with predictable iteration order.
- LinkedHashMap(int, float) - Constructor for class java.util.LinkedHashMap
-
Constructs an empty insertion-ordered LinkedHashMap instance
with the specified initial capacity and load factor.
- LinkedHashMap(int) - Constructor for class java.util.LinkedHashMap
-
Constructs an empty insertion-ordered LinkedHashMap instance
with the specified initial capacity and a default load factor (0.75).
- LinkedHashMap() - Constructor for class java.util.LinkedHashMap
-
Constructs an empty insertion-ordered LinkedHashMap instance
with the default initial capacity (16) and load factor (0.75).
- LinkedHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.LinkedHashMap
-
Constructs an insertion-ordered LinkedHashMap instance with
the same mappings as the specified map.
- LinkedHashMap(int, float, boolean) - Constructor for class java.util.LinkedHashMap
-
Constructs an empty LinkedHashMap instance with the
specified initial capacity, load factor and ordering mode.
- LinkedHashSet<E> - Class in java.util
-
Hash table and linked list implementation of the Set interface,
with predictable iteration order.
- LinkedHashSet(int, float) - Constructor for class java.util.LinkedHashSet
-
Constructs a new, empty linked hash set with the specified initial
capacity and load factor.
- LinkedHashSet(int) - Constructor for class java.util.LinkedHashSet
-
Constructs a new, empty linked hash set with the specified initial
capacity and the default load factor (0.75).
- LinkedHashSet() - Constructor for class java.util.LinkedHashSet
-
Constructs a new, empty linked hash set with the default initial
capacity (16) and load factor (0.75).
- LinkedHashSet(Collection<? extends E>) - Constructor for class java.util.LinkedHashSet
-
Constructs a new linked hash set with the same elements as the
specified collection.
- LinkedList<E> - Class in java.util
-
Doubly-linked list implementation of the List and Deque
interfaces.
- LinkedList() - Constructor for class java.util.LinkedList
-
Constructs an empty list.
- LinkedList(Collection<? extends E>) - Constructor for class java.util.LinkedList
-
Constructs a list containing the elements of the specified
collection, in the order they are returned by the collection's
iterator.
- list() - Method in class java.io.File
-
Returns an array of strings naming the files and directories in the
directory denoted by this abstract pathname.
- list(FilenameFilter) - Method in class java.io.File
-
Returns an array of strings naming the files and directories in the
directory denoted by this abstract pathname that satisfy the specified
filter.
- list(Enumeration<T>) - Static method in class java.util.Collections
-
Returns an array list containing the elements returned by the
specified enumeration in the order they are returned by the
enumeration.
- List<E> - Interface in java.util
-
An ordered collection (also known as a sequence).
- list(PrintStream) - Method in class java.util.Properties
-
Prints this property list out to the specified output stream.
- list(PrintWriter) - Method in class java.util.Properties
-
Prints this property list out to the specified output stream.
- listFiles() - Method in class java.io.File
-
Returns an array of abstract pathnames denoting the files in the
directory denoted by this abstract pathname.
- listFiles(FilenameFilter) - Method in class java.io.File
-
Returns an array of abstract pathnames denoting the files and
directories in the directory denoted by this abstract pathname that
satisfy the specified filter.
- listFiles(FileFilter) - Method in class java.io.File
-
Returns an array of abstract pathnames denoting the files and
directories in the directory denoted by this abstract pathname that
satisfy the specified filter.
- listIterator() - Method in class java.util.AbstractList
-
Returns a list iterator over the elements in this list (in proper
sequence).
- listIterator(int) - Method in class java.util.AbstractList
-
Returns a list iterator over the elements in this list (in proper
sequence), starting at the specified position in the list.
- listIterator(int) - Method in class java.util.AbstractSequentialList
-
Returns a list iterator over the elements in this list (in proper
sequence).
- listIterator(int) - Method in class java.util.ArrayList
-
Returns a list iterator over the elements in this list (in proper
sequence), starting at the specified position in the list.
- listIterator() - Method in class java.util.ArrayList
-
Returns a list iterator over the elements in this list (in proper
sequence).
- listIterator(int) - Method in class java.util.LinkedList
-
Returns a list-iterator of the elements in this list (in proper
sequence), starting at the specified position in the list.
- listIterator() - Method in interface java.util.List
-
Returns a list iterator over the elements in this list (in proper
sequence).
- listIterator(int) - Method in interface java.util.List
-
Returns a list iterator over the elements in this list (in proper
sequence), starting at the specified position in the list.
- ListIterator<E> - Interface in java.util
-
An iterator for lists that allows the programmer
to traverse the list in either direction, modify
the list during iteration, and obtain the iterator's
current position in the list.
- listIterator(int) - Method in class java.util.Vector
-
Returns a list iterator over the elements in this list (in proper
sequence), starting at the specified position in the list.
- listIterator() - Method in class java.util.Vector
-
Returns a list iterator over the elements in this list (in proper
sequence).
- listRoots() - Static method in class java.io.File
-
List the available filesystem roots.
- LITERAL - Static variable in class java.util.regex.Pattern
-
Enables literal parsing of the pattern.
- load(Reader) - Method in class java.util.Properties
-
Reads a property list (key and element pairs) from the input
character stream in a simple line-oriented format.
- load(InputStream) - Method in class java.util.Properties
-
Reads a property list (key and element pairs) from the input
byte stream.
- load(Class<S>, ClassLoader) - Static method in class java.util.ServiceLoader
-
Creates a new service loader for the given service type and class
loader.
- load(Class<S>) - Static method in class java.util.ServiceLoader
-
Creates a new service loader for the given service type, using the
current thread's
context class loader.
- loadClass(String) - Method in class java.lang.ClassLoader
-
- loadClass(String, boolean) - Method in class java.lang.ClassLoader
-
- loadFromXML(InputStream) - Method in class java.util.Properties
-
Loads all of the properties represented by the XML document on the
specified input stream into this properties table.
- loadInstalled(Class<S>) - Static method in class java.util.ServiceLoader
-
Creates a new service loader for the given service type, using the
extension class loader.
- Locale - Class in java.util
-
A Locale object represents a specific geographical, political,
or cultural region.
- Locale(String, String, String) - Constructor for class java.util.Locale
-
Construct a locale from language, country and variant.
- Locale(String, String) - Constructor for class java.util.Locale
-
Construct a locale from language and country.
- Locale(String) - Constructor for class java.util.Locale
-
Construct a locale from a language code.
- Locale.Category - Enum in java.util
-
Enum for locale categories.
- lock - Variable in class java.io.Reader
-
The object used to synchronize operations on this stream.
- lock - Variable in class java.io.Writer
-
The object used to synchronize operations on this stream.
- log(double) - Static method in class java.lang.Math
-
Returns the natural logarithm (base e) of a double
value.
- log(LogRecord) - Method in class java.util.logging.Logger
-
Log a LogRecord.
- log(Level, String) - Method in class java.util.logging.Logger
-
Log a message, with no arguments.
- log(Level, String, Object) - Method in class java.util.logging.Logger
-
Log a message, with one object parameter.
- log(Level, String, Object[]) - Method in class java.util.logging.Logger
-
Log a message, with an array of object arguments.
- log(Level, String, Throwable) - Method in class java.util.logging.Logger
-
Log a message, with associated Throwable information.
- log10(double) - Static method in class java.lang.Math
-
Returns the base 10 logarithm of a double value.
- Logger - Class in java.util.logging
-
A Logger object is used to log messages for a specific
system or application component.
- Logger(String, String) - Constructor for class java.util.logging.Logger
-
Protected method to construct a logger for a named subsystem.
- logp(Level, String, String, String) - Method in class java.util.logging.Logger
-
Log a message, specifying source class and method,
with no arguments.
- logp(Level, String, String, String, Object) - Method in class java.util.logging.Logger
-
Log a message, specifying source class and method,
with a single object parameter to the log message.
- logp(Level, String, String, String, Object[]) - Method in class java.util.logging.Logger
-
Log a message, specifying source class and method,
with an array of object arguments.
- logp(Level, String, String, String, Throwable) - Method in class java.util.logging.Logger
-
Log a message, specifying source class and method,
with associated Throwable information.
- logrb(Level, String, String, String, String) - Method in class java.util.logging.Logger
-
Log a message, specifying source class, method, and resource bundle name
with no arguments.
- logrb(Level, String, String, String, String, Object) - Method in class java.util.logging.Logger
-
Log a message, specifying source class, method, and resource bundle name,
with a single object parameter to the log message.
- logrb(Level, String, String, String, String, Object[]) - Method in class java.util.logging.Logger
-
Log a message, specifying source class, method, and resource bundle name,
with an array of object arguments.
- logrb(Level, String, String, String, String, Throwable) - Method in class java.util.logging.Logger
-
Log a message, specifying source class, method, and resource bundle name,
with associated Throwable information.
- LogRecord - Class in java.util.logging
-
LogRecord objects are used to pass logging requests between
the logging framework and individual log Handlers.
- LogRecord(Level, String) - Constructor for class java.util.logging.LogRecord
-
Construct a LogRecord with the given level and message values.
- Long - Class in java.lang
-
The Long class wraps a value of the primitive type long in an object.
- Long(long) - Constructor for class java.lang.Long
-
Constructs a newly allocated Long object that
represents the specified long argument.
- Long(String) - Constructor for class java.lang.Long
-
Constructs a newly allocated Long object that
represents the long value indicated by the
String parameter.
- LONG - Static variable in class java.text.DateFormat
-
Constant for long style pattern.
- LONG - Static variable in class java.util.Calendar
-
- LONG - Static variable in class java.util.TimeZone
-
A style specifier for getDisplayName() indicating
a long name, such as "Pacific Standard Time."
- longBitsToDouble(long) - Static method in class java.lang.Double
-
Returns the double value corresponding to a given
bit representation.
- longValue() - Method in class java.lang.Byte
-
Returns the value of this Byte as a
long.
- longValue() - Method in class java.lang.Double
-
Returns the value of this Double as a
long (by casting to type long).
- longValue() - Method in class java.lang.Float
-
Returns value of this Float as a long (by
casting to type long).
- longValue() - Method in class java.lang.Integer
-
Returns the value of this Integer as a
long.
- longValue() - Method in class java.lang.Long
-
Returns the value of this Long as a
long value.
- longValue() - Method in class java.lang.Number
-
Returns the value of the specified number as a long.
- longValue() - Method in class java.lang.Short
-
Returns the value of this Short as a
long.
- longValue() - Method in class java.math.BigDecimal
-
Converts this BigDecimal to a long.
- longValue() - Method in class java.math.BigInteger
-
Converts this BigInteger to a long.
- longValue() - Method in class java.util.concurrent.atomic.AtomicInteger
-
- longValue() - Method in class java.util.concurrent.atomic.AtomicLong
-
- longValueExact() - Method in class java.math.BigDecimal
-
Converts this BigDecimal to a long, checking
for lost information.
- lookingAt() - Method in class java.util.regex.Matcher
-
Attempts to match the input sequence, starting at the beginning of the
region, against the pattern.
- lookup(Class<?>) - Static method in class java.io.ObjectStreamClass
-
Find the descriptor for a class that can be serialized.
- lookup() - Static method in class java.lang.invoke.MethodHandles
-
Returns a
lookup object with
full capabilities to emulate all supported bytecode behaviors of the caller.
- lookupAny(Class<?>) - Static method in class java.io.ObjectStreamClass
-
Returns the descriptor for any class, regardless of whether it
implements
Serializable.
- lookupClass() - Method in class java.lang.invoke.MethodHandles.Lookup
-
Tells which class is performing the lookup.
- lookupModes() - Method in class java.lang.invoke.MethodHandles.Lookup
-
Tells which access-protection classes of members this lookup object can produce.
- lower(E) - Method in interface java.util.NavigableSet
-
Returns the greatest element in this set strictly less than the
given element, or null if there is no such element.
- lower(E) - Method in class java.util.TreeSet
-
- LOWERCASE_LETTER - Static variable in class java.lang.Character
-
General category "Ll" in the Unicode specification.
- lowerEntry(K) - Method in interface java.util.NavigableMap
-
Returns a key-value mapping associated with the greatest key
strictly less than the given key, or null if there is
no such key.
- lowerEntry(K) - Method in class java.util.TreeMap
-
- lowerKey(K) - Method in interface java.util.NavigableMap
-
Returns the greatest key strictly less than the given key, or
null if there is no such key.
- lowerKey(K) - Method in class java.util.TreeMap
-
- lowestOneBit(int) - Static method in class java.lang.Integer
-
Returns an int value with at most a single one-bit, in the
position of the lowest-order ("rightmost") one-bit in the specified
int value.
- lowestOneBit(long) - Static method in class java.lang.Long
-
Returns a long value with at most a single one-bit, in the
position of the lowest-order ("rightmost") one-bit in the specified
long value.
- lowSurrogate(int) - Static method in class java.lang.Character
-