Module 
Package 
Class 
Use 
 Index 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
FlexDoc/Javadoc 2.0
Demo Java Doc

C
Calendar - Class in java.util
The Calendar class is an abstract class that provides methods for converting between a specific instant in time and a set of calendar fields such as YEAR, MONTH, DAY_OF_MONTH, HOUR, and so on, and for manipulating the calendar fields, such as getting the date of the next week.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone and the default FORMAT locale.
Calendar(TimeZone, Locale) - Constructor for class java.util.Calendar
Constructs a calendar with the specified time zone and locale.
Calendar.Builder - Class in java.util
Calendar.Builder is used for creating a Calendar from various date-time parameters.
call() - Method in interface java.util.concurrent.Callable
Computes a result, or throws an exception if unable to do so.
Callable<V> - Interface in java.util.concurrent
A task that returns a result and may throw an exception.
callable(PrivilegedAction<?>) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given privileged action and returns its result.
callable(PrivilegedExceptionAction<?>) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given privileged exception action and returns its result.
callable(Runnable) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given task and returns null.
callable(Runnable, T) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given task and returns the given result.
CallerRunsPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy
Creates a CallerRunsPolicy.
CANADA - Static variable in class java.util.Locale
Useful constant for country.
CANADA_FRENCH - Static variable in class java.util.Locale
Useful constant for country.
CANADIAN_ABORIGINAL - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Canadian_Aboriginal".
cancel() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
cancel(boolean) - Method in class java.util.concurrent.CompletableFuture
If not already completed, completes this CompletableFuture with a CancellationException.
cancel() - Method in interface java.util.concurrent.Flow.Subscription
Causes the Subscriber to (eventually) stop receiving messages.
cancel(boolean) - Method in class java.util.concurrent.ForkJoinTask
Attempts to cancel execution of this task.
cancel(boolean) - Method in interface java.util.concurrent.Future
Attempts to cancel execution of this task.
cancel(boolean) - Method in class java.util.concurrent.FutureTask
Attempts to cancel execution of this task.
CANCEL_OPTION - Static variable in class javax.swing.JOptionPane
Return value from class method if CANCEL is chosen.
CancellationException - Exception in java.util.concurrent
Exception indicating that the result of a value-producing task, such as a FutureTask, cannot be retrieved because the task was cancelled.
CancellationException() - Constructor for exception java.util.concurrent.CancellationException
Constructs a CancellationException with no detail message.
CancellationException(String) - Constructor for exception java.util.concurrent.CancellationException
Constructs a CancellationException with the specified detail message.
canExecute() - Method in class java.io.File
Tests whether the application can execute the file denoted by this abstract pathname.
CannotRedoException - Exception in javax.swing.undo
Thrown when an UndoableEdit is told to redo() and can't.
CannotRedoException() - Constructor for exception javax.swing.undo.CannotRedoException
Constructs a CannotRedoException.
CannotUndoException - Exception in javax.swing.undo
Thrown when an UndoableEdit is told to undo() and can't.
CannotUndoException() - Constructor for exception javax.swing.undo.CannotUndoException
Constructs a CannotUndoException.
canRead() - Method in class java.io.File
Tests whether the application can read the file denoted by this abstract pathname.
canRead(Module) - Method in class java.lang.Module
Indicates if this module reads the given module.
canRedo() - Method in class javax.swing.undo.AbstractUndoableEdit
Returns true if this edit is alive and hasBeenDone is false.
canRedo() - Method in class javax.swing.undo.CompoundEdit
Returns false if isInProgress or if super returns false.
canRedo() - Method in class javax.swing.undo.UndoManager
Returns true if edits may be redone.
canRedo() - Method in interface javax.swing.undo.UndoableEdit
Returns true if this edit may be redone.
canUndo() - Method in class javax.swing.undo.AbstractUndoableEdit
Returns true if this edit is alive and hasBeenDone is true.
canUndo() - Method in class javax.swing.undo.CompoundEdit
Returns false if isInProgress or if super returns false.
canUndo() - Method in class javax.swing.undo.UndoManager
Returns true if edits may be undone.
canUndo() - Method in interface javax.swing.undo.UndoableEdit
Returns true if this edit may be undone.
canUndoOrRedo() - Method in class javax.swing.undo.UndoManager
Returns true if it is possible to invoke undo or redo.
canUse(Class<?>) - Method in class java.lang.Module
Indicates if this module has a service dependence on the given service type.
canWrite() - Method in class java.io.File
Tests whether the application can modify the file denoted by this abstract pathname.
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity.
capacity() - Method in class java.lang.StringBuilder
Returns the current capacity.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
cardinality() - Method in class java.util.BitSet
Returns the number of bits set to true in this BitSet.
caretUpdate(CaretEvent) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Handles caret updates (fire appropriate property change event, which are AccessibleContext.ACCESSIBLE_CARET_PROPERTY and AccessibleContext.ACCESSIBLE_SELECTION_PROPERTY).
CARIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Carian" Unicode character block.
CARIAN - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Carian".
CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
A Comparator that orders String objects as by compareToIgnoreCase.
cast(Object) - Method in class java.lang.Class
Casts an object to the class or interface represented by this Class object.
Catalog - Interface in javax.xml.catalog
The Catalog class represents an entity Catalog as defined by XML Catalogs, OASIS Standard V1.1, 7 October 2005.
catalog(CatalogFeatures, URI...) - Static method in class javax.xml.catalog.CatalogManager
Creates a Catalog object using the specified feature settings and uri(s) to one or more catalog files.
CatalogException - Exception in javax.xml.catalog
The exception class handles errors that may happen while processing or using a catalog.
CatalogException(String) - Constructor for exception javax.xml.catalog.CatalogException
Constructs a new CatalogException with the specified detail message.
CatalogException(String, Throwable) - Constructor for exception javax.xml.catalog.CatalogException
Constructs a new CatalogException with the specified detail message and cause.
CatalogFeatures - Class in javax.xml.catalog
The CatalogFeatures holds a collection of features and properties.
CatalogFeatures.Builder - Class in javax.xml.catalog
The Builder class for building the CatalogFeatures object.
CatalogFeatures.Feature - Enum in javax.xml.catalog
A Feature type as defined in the Catalog Features table.
CatalogManager - Class in javax.xml.catalog
The Catalog Manager manages the creation of XML Catalogs and Catalog Resolvers.
catalogResolver(Catalog) - Static method in class javax.xml.catalog.CatalogManager
Creates an instance of a CatalogResolver using the specified catalog.
catalogResolver(CatalogFeatures, URI...) - Static method in class javax.xml.catalog.CatalogManager
Creates an instance of a CatalogResolver using the specified feature settings and uri(s) to one or more catalog files.
CatalogResolver - Interface in javax.xml.catalog
A Catalog Resolver that implements SAX EntityResolver, StAX XMLResolver, DOM LS LSResourceResolver used by Schema Validation, and Transform URIResolver, and resolves external references using catalogs.
catalogs() - Method in interface javax.xml.catalog.Catalog
Returns a sequential Stream of alternative Catalogs specified using the nextCatalog entries in the current catalog, and as the input of catalog files excluding the current catalog (that is, the first in the input list) when the Catalog object is created by the CatalogManager.
CAUCASIAN_ALBANIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Caucasian Albanian" Unicode character block.
CAUCASIAN_ALBANIAN - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Caucasian Albanian".
cbrt(double) - Static method in class java.lang.Math
Returns the cube root of a double value.
cbrt(double) - Static method in class java.lang.StrictMath
Returns the cube root of a double value.
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
ceil(double) - Static method in class java.lang.StrictMath
Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
ceiling(E) - Method in interface java.util.NavigableSet
Returns the least element in this set greater than or equal to the given element, or null if there is no such element.
ceiling(E) - Method in class java.util.TreeSet
Returns the least element in this set greater than or equal to the given element, or null if there is no such element.
ceiling(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns the least element in this set greater than or equal to the given element, or null if there is no such element.
ceilingEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such key.
ceilingEntry(K) - Method in class java.util.TreeMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such key.
ceilingEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such entry.
ceilingKey(K) - Method in interface java.util.NavigableMap
Returns the least key greater than or equal to the given key, or null if there is no such key.
ceilingKey(K) - Method in class java.util.TreeMap
Returns the least key greater than or equal to the given key, or null if there is no such key.
ceilingKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns the least key greater than or equal to the given key, or null if there is no such key.
CENTER - Constant in enum javax.swing.GroupLayout.Alignment
Indicates the elements should be centered in the region.
CHAKMA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Chakma" Unicode character block.
CHAKMA - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Chakma".
CHAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cham" Unicode character block.
CHAM - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Cham".
changedUpdate(DocumentEvent) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Handles document remove (fire appropriate property change event, which is AccessibleContext.ACCESSIBLE_TEXT_PROPERTY).
Character - Class in java.lang
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Deprecated, for removal. It is rarely appropriate to use this constructor.
Character.Subset - Class in java.lang
Instances of this class represent particular subsets of the Unicode character set.
Character.UnicodeBlock - Class in java.lang
A family of character subsets representing the character blocks in the Unicode specification.
Character.UnicodeScript - Enum in java.lang
A family of character subsets representing the character scripts defined in the Unicode Standard Annex #24: Script Names.
CharacterAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.CharacterAction
Constructs a CharacterAction.
characteristics() - Method in interface java.util.Spliterator
Returns a set of characteristics of this Spliterator and its elements.
characteristics() - Method in class java.util.Spliterators.AbstractDoubleSpliterator
Returns a set of characteristics of this Spliterator and its elements.
characteristics() - Method in class java.util.Spliterators.AbstractIntSpliterator
Returns a set of characteristics of this Spliterator and its elements.
characteristics() - Method in class java.util.Spliterators.AbstractLongSpliterator
Returns a set of characteristics of this Spliterator and its elements.
characteristics() - Method in class java.util.Spliterators.AbstractSpliterator
Returns a set of characteristics of this Spliterator and its elements.
CharArrayReader - Class in java.io
This class implements a character buffer that can be used as a character-input stream.
CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
Creates a CharArrayReader from the specified array of chars.
CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
Creates a CharArrayReader from the specified array of chars.
CharArrayWriter - Class in java.io
This class implements a character buffer that can be used as an Writer.
CharArrayWriter() - Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter.
CharArrayWriter(int) - Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter with the specified initial size.
charAt(int) - Method in interface java.lang.CharSequence
Returns the char value at the specified index.
charAt(int) - Method in class java.lang.String
Returns the char value at the specified index.
charAt(int) - Method in class java.lang.StringBuffer
Returns the char value in this sequence at the specified index.
charAt(int) - Method in class java.lang.StringBuilder
Returns the char value in this sequence at the specified index.
charAttr - Variable in class javax.swing.text.html.HTMLDocument.HTMLReader
Current character attribute set.
CharConversionException - Exception in java.io
Base class for character conversion exceptions.
CharConversionException() - Constructor for exception java.io.CharConversionException
This provides no detailed message.
CharConversionException(String) - Constructor for exception java.io.CharConversionException
This provides a detailed message.
charCount(int) - Static method in class java.lang.Character
Determines the number of char values needed to represent the specified character (Unicode code point).
chars() - Method in interface java.lang.CharSequence
Returns a stream of int zero-extending the char values from this sequence.
chars() - Method in class java.lang.String
Returns a stream of int zero-extending the char values from this sequence.
chars() - Method in class java.lang.StringBuffer
Returns a stream of int zero-extending the char values from this sequence.
chars() - Method in class java.lang.StringBuilder
Returns a stream of int zero-extending the char values from this sequence.
CharSequence - Interface in java.lang
A CharSequence is a readable sequence of char values.
charset() - Method in class java.io.Console
Returns the Charset object used for the Console.
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
checkAccept(String, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number.
checkAccess(Thread) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
checkAccess(ThreadGroup) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread group argument.
checkAccess() - Method in class java.lang.Thread
Deprecated, for removal. This method is only useful in conjunction with the Security Manager, which is deprecated and subject to removal in a future release.
checkAccess() - Method in class java.lang.ThreadGroup
Deprecated, for removal. This method is only useful in conjunction with the Security Manager, which is deprecated and subject to removal in a future release.
checkConnect(String, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number.
checkConnect(String, int, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
checkCreateClassLoader() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a new class loader.
checkDelete(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to delete the specified file.
checkedCollection(Collection<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified collection.
checkedList(List<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified list.
checkedMap(Map<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified map.
checkedNavigableMap(NavigableMap<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified navigable map.
checkedNavigableSet(NavigableSet<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified navigable set.
checkedQueue(Queue<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified queue.
checkedSet(Set<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified set.
checkedSortedMap(SortedMap<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified sorted map.
checkedSortedSet(SortedSet<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified sorted set.
checkError() - Method in class java.io.PrintStream
Flushes the stream and checks its error state.
checkError() - Method in class java.io.PrintWriter
Flushes the stream if it's not closed and checks its error state.
checkExec(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a subprocess.
checkExit(int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code.
checkFromIndexSize(int, int, int) - Static method in class java.util.Objects
Checks if the sub-range from fromIndex (inclusive) to fromIndex + size (exclusive) is within the bounds of range from 0 (inclusive) to length (exclusive).
checkFromIndexSize(long, long, long) - Static method in class java.util.Objects
Checks if the sub-range from fromIndex (inclusive) to fromIndex + size (exclusive) is within the bounds of range from 0 (inclusive) to length (exclusive).
checkFromToIndex(int, int, int) - Static method in class java.util.Objects
Checks if the sub-range from fromIndex (inclusive) to toIndex (exclusive) is within the bounds of range from 0 (inclusive) to length (exclusive).
checkFromToIndex(long, long, long) - Static method in class java.util.Objects
Checks if the sub-range from fromIndex (inclusive) to toIndex (exclusive) is within the bounds of range from 0 (inclusive) to length (exclusive).
checkIndex(int, int) - Static method in class java.util.Objects
Checks if the index is within the bounds of the range from 0 (inclusive) to length (exclusive).
checkIndex(long, long) - Static method in class java.util.Objects
Checks if the index is within the bounds of the range from 0 (inclusive) to length (exclusive).
checkInput(ObjectInputFilter.FilterInfo) - Method in interface java.io.ObjectInputFilter
Check the class, array length, number of object references, depth, stream size, and other available filtering information.
checkLink(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file.
checkListen(int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to wait for a connection request on the specified local port number.
checkMulticast(InetAddress) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress, byte) - Method in class java.lang.SecurityManager
Deprecated, for removal.
checkPackageAccess(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the specified package.
checkPackageDefinition(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to define classes in the specified package.
checkPermission(Permission) - Method in class java.lang.SecurityManager
Throws a SecurityException if the requested access, specified by the given permission, is not permitted based on the security policy currently in effect.
checkPermission(Permission, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is denied access to the resource specified by the given permission.
checkPrintJobAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to initiate a print job request.
checkPropertiesAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access or modify the system properties.
checkPropertyAccess(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name.
checkRead(FileDescriptor) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor.
checkRead(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument.
checkRead(String, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
checkSecurityAccess(String) - Method in class java.lang.SecurityManager
Determines whether the permission with the specified permission target name should be granted or denied.
checkSetFactory() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to set the socket factory used by ServerSocket or Socket, or the stream handler factory used by URL.
checkWrite(FileDescriptor) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor.
checkWrite(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument.
CHEROKEE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cherokee" Unicode character block.
CHEROKEE - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Cherokee".
CHEROKEE_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cherokee Supplement" Unicode character block.
CHESS_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Chess Symbols" Unicode character block.
children() - Method in class java.lang.Process
Returns a snapshot of the direct children of the process.
children() - Method in interface java.lang.ProcessHandle
Returns a snapshot of the current direct children of the process.
childValue(T) - Method in class java.lang.InheritableThreadLocal
Computes the child's initial value for this inheritable thread-local variable as a function of the parent's value at the time the child thread is created.
CHINA - Static variable in class java.util.Locale
Useful constant for country.
CHINESE - Static variable in class java.util.Locale
Useful constant for language.
CHORASMIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Chorasmian" Unicode character block.
CHORASMIAN - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Chorasmian".
CJK_COMPATIBILITY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility" Unicode character block.
CJK_COMPATIBILITY_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility Forms" Unicode character block.
CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility Ideographs" Unicode character block.
CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility Ideographs Supplement" Unicode character block.
CJK_RADICALS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Radicals Supplement" Unicode character block.
CJK_STROKES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Strokes" Unicode character block.
CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Symbols and Punctuation" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension A" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension B" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension C" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension D" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension E" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension F" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension G" Unicode character block.
Class<T> - Class in java.lang
Instances of the class Class represent classes and interfaces in a running Java application.
CLASS - Constant in enum java.lang.annotation.RetentionPolicy
Annotations are to be recorded in the class file by the compiler but need not be retained by the VM at run time.
ClassCastException - Exception in java.lang
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassCircularityError - Error in java.lang
Thrown when the Java Virtual Machine detects a circularity in the superclass hierarchy of a class being loaded.
ClassCircularityError() - Constructor for error java.lang.ClassCircularityError
Constructs a ClassCircularityError with no detail message.
ClassCircularityError(String) - Constructor for error java.lang.ClassCircularityError
Constructs a ClassCircularityError with the specified detail message.
ClassFormatError - Error in java.lang
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
ClassFormatError() - Constructor for error java.lang.ClassFormatError
Constructs a ClassFormatError with no detail message.
ClassFormatError(String) - Constructor for error java.lang.ClassFormatError
Constructs a ClassFormatError with the specified detail message.
ClassLoader - Class in java.lang
A class loader is an object that is responsible for loading classes.
ClassLoader() - Constructor for class java.lang.ClassLoader
Creates a new class loader using the ClassLoader returned by the method getSystemClassLoader() as the parent class loader.
ClassLoader(ClassLoader) - Constructor for class java.lang.ClassLoader
Creates a new class loader using the specified parent class loader for delegation.
ClassLoader(String, ClassLoader) - Constructor for class java.lang.ClassLoader
Creates a new class loader of the specified name and using the specified parent class loader for delegation.
classname - Variable in exception java.io.InvalidClassException
Name of the invalid class.
ClassNotFoundException - Exception in java.lang
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
ClassNotFoundException(String, Throwable) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message and optional exception that was raised while loading the class.
ClassValue<T> - Class in java.lang
Lazily associate a computed value with (potentially) every type.
ClassValue() - Constructor for class java.lang.ClassValue
Sole constructor.
clear() - Method in class java.util.AbstractCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.AbstractList
Removes all of the elements from this list (optional operation).
clear() - Method in class java.util.AbstractMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class java.util.AbstractQueue
Removes all of the elements from this queue.
clear() - Method in class java.util.ArrayDeque
Removes all of the elements from this deque.
clear() - Method in class java.util.ArrayList
Removes all of the elements from this list.
clear() - Method in class java.util.BitSet
Sets all of the bits in this BitSet to false.
clear(int) - Method in class java.util.BitSet
Sets the bit specified by the index to false.
clear(int, int) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clear() - Method in class java.util.Calendar
Sets all the calendar field values and the time value (millisecond offset from the Epoch) of this Calendar undefined.
clear(int) - Method in class java.util.Calendar
Sets the given calendar field value and the time value (millisecond offset from the Epoch) of this Calendar undefined.
clear() - Method in interface java.util.Collection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.EnumMap
Removes all mappings from this map.
clear() - Method in class java.util.HashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.HashSet
Removes all of the elements from this set.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class java.util.IdentityHashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.LinkedHashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.LinkedList
Removes all of the elements from this list.
clear() - Method in interface java.util.List
Removes all of the elements from this list (optional operation).
clear() - Method in class java.util.Locale.Builder
Resets the builder to its initial, empty state.
clear() - Method in interface java.util.Map
Removes all of the mappings from this map (optional operation).
clear() - Method in class java.util.PriorityQueue
Removes all of the elements from this priority queue.
clear() - Method in class java.util.Properties
Clears this hashtable so that it contains no keys.
clear() - Method in interface java.util.Set
Removes all of the elements from this set (optional operation).
clear() - Method in class java.util.TreeMap
Removes all of the mappings from this map.
clear() - Method in class java.util.TreeSet
Removes all of the elements from this set.
clear() - Method in class java.util.Vector
Removes all of the elements from this Vector.
clear() - Method in class java.util.WeakHashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.concurrent.ArrayBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Removes all of the elements from this view, by removing all the mappings from the map backing this view.
clear() - Method in class java.util.concurrent.ConcurrentHashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Removes all of the elements from this deque.
clear() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Removes all of the elements from this queue.
clear() - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes all of the mappings from this map.
clear() - Method in class java.util.concurrent.ConcurrentSkipListSet
Removes all of the elements from this set.
clear() - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes all of the elements from this list.
clear() - Method in class java.util.concurrent.CopyOnWriteArraySet
Removes all of the elements from this set.
clear() - Method in class java.util.concurrent.DelayQueue
Atomically removes all of the elements from this delay queue.
clear() - Method in class java.util.concurrent.LinkedBlockingDeque
Atomically removes all of the elements from this deque.
clear() - Method in class java.util.concurrent.LinkedBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class java.util.concurrent.LinkedTransferQueue
Removes all of the elements from this queue.
clear() - Method in class java.util.concurrent.PriorityBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class java.util.concurrent.SynchronousQueue
Does nothing.
clearAssertionStatus() - Method in class java.lang.ClassLoader
Sets the default assertion status for this class loader to false and discards any package defaults or class assertion status settings associated with the class loader.
clearCache() - Static method in class java.util.ResourceBundle
Removes all resource bundles from the cache that have been loaded by the caller's module.
clearCache(ClassLoader) - Static method in class java.util.ResourceBundle
Removes all resource bundles from the cache that have been loaded by the given class loader.
clearChanged() - Method in class java.util.Observable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change, so that the hasChanged method will now return false.
clearError() - Method in class java.io.PrintStream
Clears the internal error state of this stream.
clearError() - Method in class java.io.PrintWriter
Clears the error state of this stream.
clearExtensions() - Method in class java.util.Locale.Builder
Resets the extensions to their initial, empty state.
clearProperty(String) - Static method in class java.lang.System
Removes the system property indicated by the specified key.
clockSequence() - Method in class java.util.UUID
The clock sequence value associated with this UUID.
clone() - Method in class java.lang.Enum
Throws CloneNotSupportedException.
clone() - Method in class java.lang.Object
Creates and returns a copy of this object.
clone() - Method in class java.lang.Thread
Throws CloneNotSupportedException as a Thread can not be meaningfully cloned.
clone() - Method in class java.util.AbstractMap
Returns a shallow copy of this AbstractMap instance: the keys and values themselves are not cloned.
clone() - Method in class java.util.ArrayDeque
Returns a copy of this deque.
clone() - Method in class java.util.ArrayList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class java.util.BitSet
Cloning this BitSet produces a new BitSet that is equal to it.
clone() - Method in class java.util.Calendar
Creates and returns a copy of this object.
clone() - Method in class java.util.Date
Return a copy of this object.
clone() - Method in class java.util.EnumMap
Returns a shallow copy of this enum map.
clone() - Method in class java.util.EnumSet
Returns a copy of this set.
clone() - Method in class java.util.GregorianCalendar
Creates and returns a copy of this object.
clone() - Method in class java.util.HashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() - Method in class java.util.HashSet
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
clone() - Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone() - Method in class java.util.IdentityHashMap
Returns a shallow copy of this identity hash map: the keys and values themselves are not cloned.
clone() - Method in class java.util.LinkedList
Returns a shallow copy of this LinkedList.
clone() - Method in class java.util.Locale
Overrides Cloneable.
clone() - Method in class java.util.Properties
Creates a shallow copy of this hashtable.
clone() - Method in class java.util.SimpleTimeZone
Returns a clone of this SimpleTimeZone instance.
clone() - Method in class java.util.TimeZone
Creates a copy of this TimeZone.
clone() - Method in class java.util.TreeMap
Returns a shallow copy of this TreeMap instance.
clone() - Method in class java.util.TreeSet
Returns a shallow copy of this TreeSet instance.
clone() - Method in class java.util.Vector
Returns a clone of this vector.
clone() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a shallow copy of this ConcurrentSkipListMap instance.
clone() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a shallow copy of this ConcurrentSkipListSet instance.
clone() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a shallow copy of this list.
Cloneable - Interface in java.lang
A class implements the Cloneable interface to indicate to the Object.clone() method that it is legal for that method to make a field-for-field copy of instances of that class.
CloneNotSupportedException - Exception in java.lang
Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with no detail message.
CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with the specified detail message.
close() - Method in class java.io.BufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.BufferedReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.BufferedWriter
Closes the stream, flushing it first.
close() - Method in class java.io.ByteArrayInputStream
Closing a ByteArrayInputStream has no effect.
close() - Method in class java.io.ByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class java.io.CharArrayReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.CharArrayWriter
Close the stream.
close() - Method in interface java.io.Closeable
Closes this stream and releases any system resources associated with it.
close() - Method in class java.io.FileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FileOutputStream
Closes this file output stream and releases any system resources associated with this stream.
close() - Method in class java.io.FilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.FilterWriter
Closes the stream, flushing it first.
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
Closes the stream and releases any system resources associated with it.
close() - Method in interface java.io.ObjectInput
Closes the input stream.
close() - Method in class java.io.ObjectInputStream
Closes the input stream.
close() - Method in interface java.io.ObjectOutput
Closes the stream.
close() - Method in class java.io.ObjectOutputStream
Closes the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.OutputStreamWriter
Closes the stream, flushing it first.
close() - Method in class java.io.PipedInputStream
Closes this piped input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedOutputStream
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PipedReader
Closes this piped stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedWriter
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PrintStream
Closes the stream.
close() - Method in class java.io.PrintWriter
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.PushbackInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PushbackReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.RandomAccessFile
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in class java.io.Reader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.SequenceInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.StringReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.StringWriter
Closing a StringWriter has no effect.
close() - Method in class java.io.Writer
Closes the stream, flushing it first.
close() - Method in interface java.lang.AutoCloseable
Closes this resource, relinquishing any underlying resources.
close() - Method in class java.util.Formatter
Closes this formatter.
close() - Method in class java.util.Scanner
Closes this scanner.
close() - Method in class java.util.concurrent.SubmissionPublisher
Unless already closed, issues onComplete signals to current subscribers, and disallows subsequent attempts to publish.
Closeable - Interface in java.io
A Closeable is a source or destination of data that can be closed.
CLOSED_OPTION - Static variable in class javax.swing.JOptionPane
Return value from class method if user closes window without selecting anything, more than likely this should be treated as either a CANCEL_OPTION or NO_OPTION.
closeExceptionally(Throwable) - Method in class java.util.concurrent.SubmissionPublisher
Unless already closed, issues onError signals to current subscribers with the given error, and disallows subsequent attempts to publish.
codePointAt(CharSequence, int) - Static method in class java.lang.Character
Returns the code point at the given index of the CharSequence.
codePointAt(char[], int) - Static method in class java.lang.Character
Returns the code point at the given index of the char array.
codePointAt(char[], int, int) - Static method in class java.lang.Character
Returns the code point at the given index of the char array, where only array elements with index less than limit can be used.
codePointAt(int) - Method in class java.lang.String
Returns the character (Unicode code point) at the specified index.
codePointAt(int) - Method in class java.lang.StringBuffer
Returns the character (Unicode code point) at the specified index.
codePointAt(int) - Method in class java.lang.StringBuilder
Returns the character (Unicode code point) at the specified index.
codePointBefore(CharSequence, int) - Static method in class java.lang.Character
Returns the code point preceding the given index of the CharSequence.
codePointBefore(char[], int) - Static method in class java.lang.Character
Returns the code point preceding the given index of the char array.
codePointBefore(char[], int, int) - Static method in class java.lang.Character
Returns the code point preceding the given index of the char array, where only array elements with index greater than or equal to start can be used.
codePointBefore(int) - Method in class java.lang.String
Returns the character (Unicode code point) before the specified index.
codePointBefore(int) - Method in class java.lang.StringBuffer
Returns the character (Unicode code point) before the specified index.
codePointBefore(int) - Method in class java.lang.StringBuilder
Returns the character (Unicode code point) before the specified index.
codePointCount(CharSequence, int, int) - Static method in class java.lang.Character
Returns the number of Unicode code points in the text range of the specified char sequence.
codePointCount(char[], int, int) - Static method in class java.lang.Character
Returns the number of Unicode code points in a subarray of the char array argument.
codePointCount(int, int) - Method in class java.lang.String
Returns the number of Unicode code points in the specified text range of this String.
codePointCount(int, int) - Method in class java.lang.StringBuffer
Returns the number of Unicode code points in the specified text range of this sequence.
codePointCount(int, int) - Method in class java.lang.StringBuilder
Returns the number of Unicode code points in the specified text range of this sequence.
codePointOf(String) - Static method in class java.lang.Character
Returns the code point value of the Unicode character specified by the given Unicode character name.
codePoints() - Method in interface java.lang.CharSequence
Returns a stream of code point values from this sequence.
codePoints() - Method in class java.lang.String
Returns a stream of code point values from this sequence.
codePoints() - Method in class java.lang.StringBuffer
Returns a stream of code point values from this sequence.
codePoints() - Method in class java.lang.StringBuilder
Returns a stream of code point values from this sequence.
Collection<E> - Interface in java.util
The root interface in the collection hierarchy.
Collections - Class in java.util
This class consists exclusively of static methods that operate on or return collections.
combine(DoubleSummaryStatistics) - Method in class java.util.DoubleSummaryStatistics
Combines the state of another DoubleSummaryStatistics into this one.
combine(IntSummaryStatistics) - Method in class java.util.IntSummaryStatistics
Combines the state of another IntSummaryStatistics into this one.
combine(LongSummaryStatistics) - Method in class java.util.LongSummaryStatistics
Combines the state of another LongSummaryStatistics into this one.
COMBINING_DIACRITICAL_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Diacritical Marks" Unicode character block.
COMBINING_DIACRITICAL_MARKS_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Diacritical Marks Extended" Unicode character block.
COMBINING_DIACRITICAL_MARKS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Diacritical Marks Supplement" Unicode character block.
COMBINING_HALF_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Half Marks" Unicode character block.
COMBINING_MARKS_FOR_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Diacritical Marks for Symbols" Unicode character block.
COMBINING_SPACING_MARK - Static variable in class java.lang.Character
General category "Mc" in the Unicode specification.
command(Object) - Static method in class java.lang.Compiler
Examines the argument type and its fields and perform some documented operation.
command() - Method in class java.lang.ProcessBuilder
Returns this process builder's operating system program and arguments.
command(List<String>) - Method in class java.lang.ProcessBuilder
Sets this process builder's operating system program and arguments.
command(String...) - Method in class java.lang.ProcessBuilder
Sets this process builder's operating system program and arguments.
command() - Method in interface java.lang.ProcessHandle.Info
Returns the executable pathname of the process.
commandLine() - Method in interface java.lang.ProcessHandle.Info
Returns the command line of the process.
commentChar(int) - Method in class java.io.StreamTokenizer
Specified that the character argument starts a single-line comment.
COMMON - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Common".
COMMON_INDIC_NUMBER_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Common Indic Number Forms" Unicode character block.
commonPool() - Static method in class java.util.concurrent.ForkJoinPool
Returns the common pool instance.
Comparable<T> - Interface in java.lang
This interface imposes a total ordering on the objects of each class that implements it.
Comparator<T> - Interface in java.util
A comparison function, which imposes a total ordering on some collection of objects.
comparator() - Method in class java.util.PriorityQueue
Returns the comparator used to order the elements in this queue, or null if this queue is sorted according to the natural ordering of its elements.
comparator() - Method in interface java.util.SortedMap
Returns the comparator used to order the keys in this map, or null if this map uses the natural ordering of its keys.
comparator() - Method in interface java.util.SortedSet
Returns the comparator used to order the elements in this set, or null if this set uses the natural ordering of its elements.
comparator() - Method in class java.util.TreeMap
Returns the comparator used to order the keys in this map, or null if this map uses the natural ordering of its keys.
comparator() - Method in class java.util.TreeSet
Returns the comparator used to order the elements in this set, or null if this set uses the natural ordering of its elements.
comparator() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns the comparator used to order the keys in this map, or null if this map uses the natural ordering of its keys.
comparator() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns the comparator used to order the elements in this set, or null if this set uses the natural ordering of its elements.
comparator() - Method in class java.util.concurrent.PriorityBlockingQueue
Returns the comparator used to order the elements in this queue, or null if this queue uses the natural ordering of its elements.
compare(boolean, boolean) - Static method in class java.lang.Boolean
Compares two boolean values.
compare(byte, byte) - Static method in class java.lang.Byte
Compares two byte values numerically.
compare(CharSequence, CharSequence) - Static method in interface java.lang.CharSequence
Compares two CharSequence instances lexicographically.
compare(char, char) - Static method in class java.lang.Character
Compares two char values numerically.
compare(double, double) - Static method in class java.lang.Double
Compares the two specified double values.
compare(float, float) - Static method in class java.lang.Float
Compares the two specified float values.
compare(int, int) - Static method in class java.lang.Integer
Compares two int values numerically.
compare(long, long) - Static method in class java.lang.Long
Compares two long values numerically.
compare(short, short) - Static method in class java.lang.Short
Compares two short values numerically.
compare(T[], T[]) - Static method in class java.util.Arrays
Compares two Object arrays, within comparable elements, lexicographically.
compare(T[], T[], Comparator<? super T>) - Static method in class java.util.Arrays
Compares two Object arrays lexicographically using a specified comparator.
compare(T[], int, int, T[], int, int) - Static method in class java.util.Arrays
Compares two Object arrays lexicographically over the specified ranges.
compare(T[], int, int, T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
Compares two Object arrays lexicographically over the specified ranges.
compare(boolean[], boolean[]) - Static method in class java.util.Arrays
Compares two boolean arrays lexicographically.
compare(boolean[], int, int, boolean[], int, int) - Static method in class java.util.Arrays
Compares two boolean arrays lexicographically over the specified ranges.
compare(byte[], byte[]) - Static method in class java.util.Arrays
Compares two byte arrays lexicographically.
compare(byte[], int, int, byte[], int, int) - Static method in class java.util.Arrays
Compares two byte arrays lexicographically over the specified ranges.
compare(char[], char[]) - Static method in class java.util.Arrays
Compares two char arrays lexicographically.
compare(char[], int, int, char[], int, int) - Static method in class java.util.Arrays
Compares two char arrays lexicographically over the specified ranges.
compare(double[], double[]) - Static method in class java.util.Arrays
Compares two double arrays lexicographically.
compare(double[], int, int, double[], int, int) - Static method in class java.util.Arrays
Compares two double arrays lexicographically over the specified ranges.
compare(float[], float[]) - Static method in class java.util.Arrays
Compares two float arrays lexicographically.
compare(float[], int, int, float[], int, int) - Static method in class java.util.Arrays
Compares two float arrays lexicographically over the specified ranges.
compare(int[], int, int, int[], int, int) - Static method in class java.util.Arrays
Compares two int arrays lexicographically over the specified ranges.
compare(int[], int[]) - Static method in class java.util.Arrays
Compares two int arrays lexicographically.
compare(long[], int, int, long[], int, int) - Static method in class java.util.Arrays
Compares two long arrays lexicographically over the specified ranges.
compare(long[], long[]) - Static method in class java.util.Arrays
Compares two long arrays lexicographically.
compare(short[], int, int, short[], int, int) - Static method in class java.util.Arrays
Compares two short arrays lexicographically over the specified ranges.
compare(short[], short[]) - Static method in class java.util.Arrays
Compares two short arrays lexicographically.
compare(T, T) - Method in interface java.util.Comparator
Compares its two arguments for order.
compare(T, T, Comparator<? super T>) - Static method in class java.util.Objects
Returns 0 if the arguments are identical and c.compare(a, b) otherwise.
compareAndSetForkJoinTaskTag(short, short) - Method in class java.util.concurrent.ForkJoinTask
Atomically conditionally sets the tag value for this task.
compareAndSetPendingCount(int, int) - Method in class java.util.concurrent.CountedCompleter
Sets (atomically) the pending count to the given count only if it currently holds the given expected value.
compareTo(File) - Method in class java.io.File
Compares two abstract pathnames lexicographically.
compareTo(Object) - Method in class java.io.ObjectStreamField
Compare this field with another ObjectStreamField.
compareTo(Boolean) - Method in class java.lang.Boolean
Compares this Boolean instance with another.
compareTo(Byte) - Method in class java.lang.Byte
Compares two Byte objects numerically.
compareTo(Character) - Method in class java.lang.Character
Compares two Character objects numerically.
compareTo(T) - Method in interface java.lang.Comparable
Compares this object with the specified object for order.
compareTo(Double) - Method in class java.lang.Double
Compares two Double objects numerically.
compareTo(E) - Method in class java.lang.Enum
Compares this enum with the specified object for order.
compareTo(Float) - Method in class java.lang.Float
Compares two Float objects numerically.
compareTo(Integer) - Method in class java.lang.Integer
Compares two Integer objects numerically.
compareTo(Long) - Method in class java.lang.Long
Compares two Long objects numerically.
compareTo(ProcessHandle) - Method in interface java.lang.ProcessHandle
Compares this ProcessHandle with the specified ProcessHandle for order.
compareTo(Runtime.Version) - Method in class java.lang.Runtime.Version
Compares this version to another.
compareTo(Short) - Method in class java.lang.Short
Compares two Short objects numerically.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
compareTo(StringBuffer) - Method in class java.lang.StringBuffer
Compares two StringBuffer instances lexicographically.
compareTo(StringBuilder) - Method in class java.lang.StringBuilder
Compares two StringBuilder instances lexicographically.
compareTo(Calendar) - Method in class java.util.Calendar
Compares the time values (millisecond offsets from the Epoch) represented by two Calendar objects.
compareTo(Date) - Method in class java.util.Date
Compares two Dates for ordering.
compareTo(UUID) - Method in class java.util.UUID
Compares this UUID with the specified UUID.
compareToIgnoreCase(String) - Method in class java.lang.String
Compares two strings lexicographically, ignoring case differences.
compareToIgnoreOptional(Runtime.Version) - Method in class java.lang.Runtime.Version
Compares this version to another disregarding optional build information.
compareUnsigned(byte, byte) - Static method in class java.lang.Byte
Compares two byte values numerically treating the values as unsigned.
compareUnsigned(int, int) - Static method in class java.lang.Integer
Compares two int values numerically treating the values as unsigned.
compareUnsigned(long, long) - Static method in class java.lang.Long
Compares two long values numerically treating the values as unsigned.
compareUnsigned(short, short) - Static method in class java.lang.Short
Compares two short values numerically treating the values as unsigned.
compareUnsigned(byte[], byte[]) - Static method in class java.util.Arrays
Compares two byte arrays lexicographically, numerically treating elements as unsigned.
compareUnsigned(byte[], int, int, byte[], int, int) - Static method in class java.util.Arrays
Compares two byte arrays lexicographically over the specified ranges, numerically treating elements as unsigned.
compareUnsigned(int[], int, int, int[], int, int) - Static method in class java.util.Arrays
Compares two int arrays lexicographically over the specified ranges, numerically treating elements as unsigned.
compareUnsigned(int[], int[]) - Static method in class java.util.Arrays
Compares two int arrays lexicographically, numerically treating elements as unsigned.
compareUnsigned(long[], int, int, long[], int, int) - Static method in class java.util.Arrays
Compares two long arrays lexicographically over the specified ranges, numerically treating elements as unsigned.
compareUnsigned(long[], long[]) - Static method in class java.util.Arrays
Compares two long arrays lexicographically, numerically treating elements as unsigned.
compareUnsigned(short[], int, int, short[], int, int) - Static method in class java.util.Arrays
Compares two short arrays lexicographically over the specified ranges, numerically treating elements as unsigned.
compareUnsigned(short[], short[]) - Static method in class java.util.Arrays
Compares two short arrays lexicographically, numerically treating elements as unsigned.
comparing(Function<? super T, ? extends U>) - Static method in interface java.util.Comparator
Accepts a function that extracts a Comparable sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparing(Function<? super T, ? extends U>, Comparator<? super U>) - Static method in interface java.util.Comparator
Accepts a function that extracts a sort key from a type T, and returns a Comparator<T> that compares by that sort key using the specified Comparator.
comparingByKey() - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry in natural order on key.
comparingByKey(Comparator<? super K>) - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry by key using the given Comparator.
comparingByValue() - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry in natural order on value.
comparingByValue(Comparator<? super V>) - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry by value using the given Comparator.
comparingDouble(ToDoubleFunction<? super T>) - Static method in interface java.util.Comparator
Accepts a function that extracts a double sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparingInt(ToIntFunction<? super T>) - Static method in interface java.util.Comparator
Accepts a function that extracts an int sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparingLong(ToLongFunction<? super T>) - Static method in interface java.util.Comparator
Accepts a function that extracts a long sort key from a type T, and returns a Comparator<T> that compares by that sort key.
compileClass(Class<?>) - Static method in class java.lang.Compiler
Compiles the specified class.
compileClasses(String) - Static method in class java.lang.Compiler
Compiles all classes whose name matches the specified string.
Compiler - Class in java.lang
Deprecated, for removal. JIT compilers and their technologies vary too widely to be controlled effectively by a standardized interface.
complementOf(EnumSet<E>) - Static method in class java.util.EnumSet
Creates an enum set with the same element type as the specified enum set, initially containing all the elements of this type that are not contained in the specified set.
CompletableFuture<T> - Class in java.util.concurrent
A Future that may be explicitly completed (setting its value and status), and may be used as a CompletionStage, supporting dependent functions and actions that trigger upon its completion.
CompletableFuture() - Constructor for class java.util.concurrent.CompletableFuture
Creates a new incomplete CompletableFuture.
CompletableFuture.AsynchronousCompletionTask - Interface in java.util.concurrent
A marker interface identifying asynchronous tasks produced by async methods.
complete() - Method in class java.util.Calendar
Fills in any unset fields in the calendar fields.
complete(T) - Method in class java.util.concurrent.CompletableFuture
If not already completed, sets the value returned by CompletableFuture.get() and related methods to the given value.
complete(T) - Method in class java.util.concurrent.CountedCompleter
Regardless of pending count, invokes CountedCompleter.onCompletion(CountedCompleter), marks this task as complete and further triggers CountedCompleter.tryComplete() on this task's completer, if one exists.
complete(V) - Method in class java.util.concurrent.ForkJoinTask
Completes this task, and if not already aborted or cancelled, returning the given value as the result of subsequent invocations of join and related operations.
completeAsync(Supplier<? extends T>) - Method in class java.util.concurrent.CompletableFuture
Completes this CompletableFuture with the result of the given Supplier function invoked from an asynchronous task using the default executor.
completeAsync(Supplier<? extends T>, Executor) - Method in class java.util.concurrent.CompletableFuture
Completes this CompletableFuture with the result of the given Supplier function invoked from an asynchronous task using the given executor.
completedFuture(U) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is already completed with the given value.
completedStage(U) - Static method in class java.util.concurrent.CompletableFuture
Returns a new CompletionStage that is already completed with the given value and supports only those methods in interface CompletionStage.
completeExceptionally(Throwable) - Method in class java.util.concurrent.CompletableFuture
If not already completed, causes invocations of CompletableFuture.get() and related methods to throw the given exception.
completeExceptionally(Throwable) - Method in class java.util.concurrent.ForkJoinTask
Completes this task abnormally, and if not already aborted or cancelled, causes it to throw the given exception upon join and related operations.
completeOnTimeout(T, long, TimeUnit) - Method in class java.util.concurrent.CompletableFuture
Completes this CompletableFuture with the given value if not otherwise completed before the given timeout.
CompletionException - Exception in java.util.concurrent
Exception thrown when an error or other exception is encountered in the course of completing a result or task.
CompletionException() - Constructor for exception java.util.concurrent.CompletionException
Constructs a CompletionException with no detail message.
CompletionException(String) - Constructor for exception java.util.concurrent.CompletionException
Constructs a CompletionException with the specified detail message.
CompletionException(String, Throwable) - Constructor for exception java.util.concurrent.CompletionException
Constructs a CompletionException with the specified detail message and cause.
CompletionException(Throwable) - Constructor for exception java.util.concurrent.CompletionException
Constructs a CompletionException with the specified cause.
CompletionService<V> - Interface in java.util.concurrent
A service that decouples the production of new asynchronous tasks from the consumption of the results of completed tasks.
CompletionStage<T> - Interface in java.util.concurrent
A stage of a possibly asynchronous computation, that performs an action or computes a value when another CompletionStage completes.
componentType() - Method in class java.lang.Class
Returns the component type of this Class, if it describes an array type, or null otherwise.
CompoundEdit - Class in javax.swing.undo
A concrete subclass of AbstractUndoableEdit, used to assemble little UndoableEdits into great big ones.
CompoundEdit() - Constructor for class javax.swing.undo.CompoundEdit
Constructs a CompoundEdit.
compoundEdit - Variable in class javax.swing.undo.UndoableEditSupport
The compound edit.
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.HashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.Hashtable
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.Map
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Object, BiFunction<? super Object, ? super Object, ?>) - Method in class java.util.Properties
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.TreeMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute() - Method in class java.util.concurrent.CountedCompleter
The main computation performed by this task.
compute() - Method in class java.util.concurrent.RecursiveAction
The main computation performed by this task.
compute() - Method in class java.util.concurrent.RecursiveTask
The main computation performed by this task.
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value Calendar.time to calendar field values in fields[].
computeFields() - Method in class java.util.GregorianCalendar
Converts the time value (millisecond offset from the Epoch) to calendar field values.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.HashMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.Hashtable
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface java.util.Map
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(Object, Function<? super Object, ?>) - Method in class java.util.Properties
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.TreeMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.HashMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.Hashtable
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.Map
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Object, BiFunction<? super Object, ? super Object, ?>) - Method in class java.util.Properties
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.TreeMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeTime() - Method in class java.util.Calendar
Converts the current calendar field values in fields[] to the millisecond time value Calendar.time.
computeTime() - Method in class java.util.GregorianCalendar
Converts calendar field values to the time value (millisecond offset from the Epoch).
computeValue(Class<?>) - Method in class java.lang.ClassValue
Computes the given class's derived value for this ClassValue.
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
CONCURRENT - Static variable in interface java.util.Spliterator
Characteristic value signifying that the element source may be safely concurrently modified (allowing additions, replacements, and/or removals) by multiple threads without external synchronization.
ConcurrentHashMap<K,V> - Class in java.util.concurrent
A hash table supporting full concurrency of retrievals and high expected concurrency for updates.
ConcurrentHashMap() - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with the default initial table size (16).
ConcurrentHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new map with the same mappings as the given map.
ConcurrentHashMap(int) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
ConcurrentHashMap(int, float) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity) and initial table density (loadFactor).
ConcurrentHashMap(int, float, int) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), initial table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).
ConcurrentHashMap.KeySetView<K,V> - Class in java.util.concurrent
A view of a ConcurrentHashMap as a Set of keys, in which additions may optionally be enabled by mapping to a common value.
ConcurrentLinkedDeque<E> - Class in java.util.concurrent
An unbounded concurrent deque based on linked nodes.
ConcurrentLinkedDeque() - Constructor for class java.util.concurrent.ConcurrentLinkedDeque
Constructs an empty deque.
ConcurrentLinkedDeque(Collection<? extends E>) - Constructor for class java.util.concurrent.ConcurrentLinkedDeque
Constructs a deque initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ConcurrentLinkedQueue<E> - Class in java.util.concurrent
An unbounded thread-safe queue based on linked nodes.
ConcurrentLinkedQueue() - Constructor for class java.util.concurrent.ConcurrentLinkedQueue
Creates a ConcurrentLinkedQueue that is initially empty.
ConcurrentLinkedQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.ConcurrentLinkedQueue
Creates a ConcurrentLinkedQueue initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ConcurrentMap<K,V> - Interface in java.util.concurrent
A Map providing thread safety and atomicity guarantees.
ConcurrentModificationException - Exception in java.util
This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible.
ConcurrentModificationException() - Constructor for exception java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with no detail message.
ConcurrentModificationException(String) - Constructor for exception java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with the specified detail message.
ConcurrentModificationException(String, Throwable) - Constructor for exception java.util.ConcurrentModificationException
Constructs a new exception with the specified detail message and cause.
ConcurrentModificationException(Throwable) - Constructor for exception java.util.ConcurrentModificationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause.
ConcurrentNavigableMap<K,V> - Interface in java.util.concurrent
A ConcurrentMap supporting NavigableMap operations, and recursively so for its navigable sub-maps.
ConcurrentSkipListMap<K,V> - Class in java.util.concurrent
A scalable concurrent ConcurrentNavigableMap implementation.
ConcurrentSkipListMap() - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new, empty map, sorted according to the natural ordering of the keys.
ConcurrentSkipListMap(Comparator<? super K>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new, empty map, sorted according to the specified comparator.
ConcurrentSkipListMap(Map<? extends K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new map containing the same mappings as the given map, sorted according to the natural ordering of the keys.
ConcurrentSkipListMap(SortedMap<K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new map containing the same mappings and using the same ordering as the specified sorted map.
ConcurrentSkipListSet<E> - Class in java.util.concurrent
A scalable concurrent NavigableSet implementation based on a ConcurrentSkipListMap.
ConcurrentSkipListSet() - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to their natural ordering.
ConcurrentSkipListSet(Collection<? extends E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new set containing the elements in the specified collection, that orders its elements according to their natural ordering.
ConcurrentSkipListSet(Comparator<? super E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to the specified comparator.
ConcurrentSkipListSet(SortedSet<E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new set containing the same elements and using the same ordering as the specified sorted set.
configuration() - Method in class java.lang.ModuleLayer
Returns the configuration for this layer.
connect(PipedOutputStream) - Method in class java.io.PipedInputStream
Causes this piped input stream to be connected to the piped output stream src.
connect(PipedInputStream) - Method in class java.io.PipedOutputStream
Connects this piped output stream to a receiver.
connect(PipedWriter) - Method in class java.io.PipedReader
Causes this piped reader to be connected to the piped writer src.
connect(PipedReader) - Method in class java.io.PipedWriter
Connects this piped writer to a receiver.
CONNECTOR_PUNCTUATION - Static variable in class java.lang.Character
General category "Pc" in the Unicode specification.
Console - Class in java.io
Methods to access the character-based console device, if any, associated with the current Java virtual machine.
console() - Static method in class java.lang.System
Returns the unique Console object associated with the current Java virtual machine, if any.
constantName() - Method in exception java.lang.EnumConstantNotPresentException
Returns the name of the missing enum constant.
CONSTRUCTOR - Constant in enum java.lang.annotation.ElementType
Constructor declaration
CONSTRUCTOR - Constant in enum jdk.javadoc.doclet.Taglet.Location
In the documentation for a constructor.
consume(Consumer<? super T>) - Method in class java.util.concurrent.SubmissionPublisher
Processes all published items using the given Consumer function.
contains(CharSequence) - Method in class java.lang.String
Returns true if and only if this string contains the specified sequence of char values.
contains(Object) - Method in class java.util.AbstractCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.ArrayDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.ArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.Collection
Returns true if this collection contains the specified element.
contains(Object) - Method in interface java.util.Deque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.HashSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class java.util.LinkedList
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.List
Returns true if this list contains the specified element.
contains(Object) - Method in class java.util.PriorityQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.Properties
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in interface java.util.Set
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.TreeSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Vector
Returns true if this vector contains the specified element.
contains(Object) - Method in class java.util.concurrent.ArrayBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in interface java.util.concurrent.BlockingDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in interface java.util.concurrent.BlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Tests if some key maps into the specified value in this table.
contains(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.concurrent.LinkedBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.LinkedTransferQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.PriorityBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.SynchronousQueue
Always returns false.
containsAll(Collection<?>) - Method in class java.util.AbstractCollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in interface java.util.Collection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in interface java.util.List
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in interface java.util.Set
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class java.util.Vector
Returns true if this Vector contains all of the elements in the specified Collection.
containsAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
Returns false unless the given collection is empty.
containsKey(Object) - Method in class java.util.AbstractMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.EnumMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.HashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
containsKey(Object) - Method in class java.util.IdentityHashMap
Tests whether the specified object reference is a key in this identity hash map.
containsKey(Object) - Method in interface java.util.Map
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.Properties
Tests if the specified object is a key in this hashtable.
containsKey(String) - Method in class java.util.ResourceBundle
Determines whether the given key is contained in this ResourceBundle or its parent bundles.
containsKey(Object) - Method in class java.util.TreeMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.WeakHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class java.util.AbstractMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.EnumMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.HashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.Hashtable
Returns true if this hashtable maps one or more keys to this value.
containsValue(Object) - Method in class java.util.IdentityHashMap
Tests whether the specified object reference is a value in this identity hash map.
containsValue(Object) - Method in class java.util.LinkedHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface java.util.Map
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.Properties
Returns true if this hashtable maps one or more keys to this value.
containsValue(Object) - Method in class java.util.TreeMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.WeakHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns true if this map maps one or more keys to the specified value.
contentEquals(CharSequence) - Method in class java.lang.String
Compares this string to the specified CharSequence.
contentEquals(StringBuffer) - Method in class java.lang.String
Compares this string to the specified StringBuffer.
CONTROL - Static variable in class java.lang.Character
General category "Cc" in the Unicode specification.
Control() - Constructor for class java.util.ResourceBundle.Control
Sole constructor.
CONTROL_PICTURES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Control Pictures" Unicode character block.
convert(Duration) - Method in enum java.util.concurrent.TimeUnit
Converts the given time duration to this unit.
convert(long, TimeUnit) - Method in enum java.util.concurrent.TimeUnit
Converts the given time duration in the given unit to this unit.
COPTIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Coptic" Unicode character block.
COPTIC - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Coptic".
COPTIC_EPACT_NUMBERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Coptic Epact Numbers" Unicode character block.
copy(List<? super T>, List<? extends T>) - Static method in class java.util.Collections
Copies all of the elements from one list into another.
copy() - Method in class java.util.concurrent.CompletableFuture
Returns a new CompletableFuture that is completed normally with the same value as this CompletableFuture when it completes normally.
copy() - Method in class javax.swing.text.JTextComponent
Transfers the currently selected range in the associated text model to the system clipboard, leaving the contents in the text model.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
copyOf(T[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
copyOf(U[], int, Class<? extends T[]>) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
copyOf(boolean[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with false (if necessary) so the copy has the specified length.
copyOf(byte[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(char[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with null characters (if necessary) so the copy has the specified length.
copyOf(double[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(float[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(int[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(long[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(short[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(Collection<E>) - Static method in class java.util.EnumSet
Creates an enum set initialized from the specified collection.
copyOf(EnumSet<E>) - Static method in class java.util.EnumSet
Creates an enum set with the same element type as the specified enum set, initially containing the same elements (if any).
copyOf(Collection<? extends E>) - Static method in interface java.util.List
Returns an unmodifiable List containing the elements of the given Collection, in its iteration order.
copyOf(Map.Entry<? extends K, ? extends V>) - Static method in interface java.util.Map.Entry
Returns a copy of the given Map.Entry.
copyOf(Map<? extends K, ? extends V>) - Static method in interface java.util.Map
Returns an unmodifiable Map containing the entries of the given Map.
copyOf(Collection<? extends E>) - Static method in interface java.util.Set
Returns an unmodifiable Set containing the elements of the given Collection.
copyOfRange(T[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(U[], int, int, Class<? extends T[]>) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(boolean[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(byte[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(char[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(double[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(float[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(int[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(long[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(short[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
CopyOnWriteArrayList<E> - Class in java.util.concurrent
A thread-safe variant of ArrayList in which all mutative operations (add, set, and so on) are implemented by making a fresh copy of the underlying array.
CopyOnWriteArrayList() - Constructor for class java.util.concurrent.CopyOnWriteArrayList
Creates an empty list.
CopyOnWriteArrayList(Collection<? extends E>) - Constructor for class java.util.concurrent.CopyOnWriteArrayList
Creates a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
CopyOnWriteArrayList(E[]) - Constructor for class java.util.concurrent.CopyOnWriteArrayList
Creates a list holding a copy of the given array.
CopyOnWriteArraySet<E> - Class in java.util.concurrent
A Set that uses an internal CopyOnWriteArrayList for all of its operations.
CopyOnWriteArraySet() - Constructor for class java.util.concurrent.CopyOnWriteArraySet
Creates an empty set.
CopyOnWriteArraySet(Collection<? extends E>) - Constructor for class java.util.concurrent.CopyOnWriteArraySet
Creates a set containing all of the elements of the specified collection.
copySign(double, double) - Static method in class java.lang.Math
Returns the first floating-point argument with the sign of the second floating-point argument.
copySign(float, float) - Static method in class java.lang.Math
Returns the first floating-point argument with the sign of the second floating-point argument.
copySign(double, double) - Static method in class java.lang.StrictMath
Returns the first floating-point argument with the sign of the second floating-point argument.
copySign(float, float) - Static method in class java.lang.StrictMath
Returns the first floating-point argument with the sign of the second floating-point argument.
copyValueOf(char[]) - Static method in class java.lang.String
Equivalent to String.valueOf(char[]).
copyValueOf(char[], int, int) - Static method in class java.lang.String
Equivalent to String.valueOf(char[], int, int).
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
cos(double) - Static method in class java.lang.StrictMath
Returns the trigonometric cosine of an angle.
cosh(double) - Static method in class java.lang.Math
Returns the hyperbolic cosine of a double value.
cosh(double) - Static method in class java.lang.StrictMath
Returns the hyperbolic cosine of a double value.
count - Variable in class java.io.BufferedInputStream
The index one greater than the index of the last valid byte in the buffer.
count - Variable in class java.io.BufferedOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.CharArrayReader
The index of the end of this buffer.
count - Variable in class java.io.CharArrayWriter
The number of chars in the buffer.
count - Variable in class java.io.StringBufferInputStream
The number of valid characters in the input stream buffer.
countDown() - Method in class java.util.concurrent.CountDownLatch
Decrements the count of the latch, releasing all waiting threads if the count reaches zero.
CountDownLatch - Class in java.util.concurrent
A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.
CountDownLatch(int) - Constructor for class java.util.concurrent.CountDownLatch
Constructs a CountDownLatch initialized with the given count.
CountedCompleter<T> - Class in java.util.concurrent
A ForkJoinTask with a completion action performed when triggered and there are no remaining pending actions.
CountedCompleter() - Constructor for class java.util.concurrent.CountedCompleter
Creates a new CountedCompleter with no completer and an initial pending count of zero.
CountedCompleter(CountedCompleter<?>) - Constructor for class java.util.concurrent.CountedCompleter
Creates a new CountedCompleter with the given completer and an initial pending count of zero.
CountedCompleter(CountedCompleter<?>, int) - Constructor for class java.util.concurrent.CountedCompleter
Creates a new CountedCompleter with the given completer and initial pending count.
COUNTING_ROD_NUMERALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Counting Rod Numerals" Unicode character block.
countObservers() - Method in class java.util.Observable
Returns the number of observers of this Observable object.
countStackFrames() - Method in class java.lang.Thread
Deprecated, for removal. This method was originally designed to count the number of stack frames but the results were never well-defined and it depended on thread-suspension.
countTokens() - Method in class java.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
create(DefaultStyledDocument.ElementSpec[]) - Method in class javax.swing.text.html.HTMLDocument
Replaces the contents of the document with the given element specifications.
createBaselineGroup(boolean, boolean) - Method in class javax.swing.GroupLayout
Creates and returns a ParallelGroup that aligns its elements along the baseline.
createBranchElement(Element, AttributeSet) - Method in class javax.swing.text.html.HTMLDocument
Creates a document branch element, that can contain other elements.
createCompoundEdit() - Method in class javax.swing.undo.UndoableEditSupport
Called only from beginUpdate.
createDefaultRoot() - Method in class javax.swing.text.html.HTMLDocument
Creates the root element to be used to represent the default document structure.
createDialog(Component, String) - Method in class javax.swing.JOptionPane
Creates and returns a new JDialog wrapping this centered on the parentComponent in the parentComponent's frame.
createDialog(String) - Method in class javax.swing.JOptionPane
Creates and returns a new parentless JDialog with the specified title.
createFilter(String) - Static method in class java.io.ObjectInputFilter.Config
Returns an ObjectInputFilter from a string of patterns.
createInternalFrame(Component, String) - Method in class javax.swing.JOptionPane
Creates and returns an instance of JInternalFrame.
createLeafElement(Element, AttributeSet, int, int) - Method in class javax.swing.text.html.HTMLDocument
Creates a document leaf element that directly represents text (doesn't have any children).
createNewFile() - Method in class java.io.File
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createParallelGroup() - Method in class javax.swing.GroupLayout
Creates and returns a ParallelGroup with an alignment of Alignment.LEADING.
createParallelGroup(GroupLayout.Alignment) - Method in class javax.swing.GroupLayout
Creates and returns a ParallelGroup with the specified alignment.
createParallelGroup(GroupLayout.Alignment, boolean) - Method in class javax.swing.GroupLayout
Creates and returns a ParallelGroup with the specified alignment and resize behavior.
createPosition(int) - Method in interface javax.swing.text.Document
This method allows an application to mark a place in a sequence of character content.
createSequentialGroup() - Method in class javax.swing.GroupLayout
Creates and returns a SequentialGroup.
createTempFile(String, String) - Static method in class java.io.File
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
createTempFile(String, String, File) - Static method in class java.io.File
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.
CUNEIFORM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cuneiform" Unicode character block.
CUNEIFORM - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Cuneiform".
CUNEIFORM_NUMBERS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cuneiform Numbers and Punctuation" Unicode character block.
Currency - Class in java.util
Represents a currency.
CURRENCY_SYMBOL - Static variable in class java.lang.Character
General category "Sc" in the Unicode specification.
CURRENCY_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Currency Symbols" Unicode character block.
current() - Static method in interface java.lang.ProcessHandle
Returns a ProcessHandle for the current process.
current() - Static method in class java.util.concurrent.ThreadLocalRandom
Returns the current thread's ThreadLocalRandom object.
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.
cut(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Cuts the text between two indices into the system clipboard.
cut() - Method in class javax.swing.text.JTextComponent
Transfers the currently selected range in the associated text model to the system clipboard, removing the contents from the model.
CyclicBarrier - Class in java.util.concurrent
A synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point.
CyclicBarrier(int) - Constructor for class java.util.concurrent.CyclicBarrier
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and does not perform a predefined action when the barrier is tripped.
CyclicBarrier(int, Runnable) - Constructor for class java.util.concurrent.CyclicBarrier
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and which will execute the given barrier action when the barrier is tripped, performed by the last thread entering the barrier.
CYPRIOT - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Cypriot".
CYPRIOT_SYLLABARY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cypriot Syllabary" Unicode character block.
CYRILLIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic" Unicode character block.
CYRILLIC - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Cyrillic".
CYRILLIC_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic Extended-A" Unicode character block.
CYRILLIC_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic Extended-B" Unicode character block.
CYRILLIC_EXTENDED_C - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic Extended-C" Unicode character block.
CYRILLIC_SUPPLEMENTARY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic Supplement" Unicode character block.

Module 
Package 
Class 
Use 
 Index 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz