Package | Description |
---|---|
ej.bon | |
ej.kf | |
ej.microui | |
ej.microui.display | |
ej.microui.event | |
java.io | |
java.lang | |
java.lang.annotation | |
java.lang.ref | |
java.net | |
java.security | |
java.security.cert | |
java.util | |
javax.net | |
javax.net.ssl |
Modifier and Type | Method and Description |
---|---|
static Thread.UncaughtExceptionHandler |
Timer.getDefaultUncaughtExceptionHandler()
Gets the default registered handler for uncaught exceptions.
|
Thread.UncaughtExceptionHandler |
Timer.getUncaughtExceptionHandler()
Gets the specific handler for uncaught exceptions on this
Timer
instance. |
EnqueuedWeakReference<T> |
ReferenceQueue.poll()
Queries the queue and returns and removes the first element of the queue.
|
Modifier and Type | Method and Description |
---|---|
static void |
Timer.setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler h)
Sets the default handler for uncaught exceptions.
|
Constructor and Description |
---|
EnqueuedWeakReference(T ref,
ReferenceQueue<? super T> queue)
Creates a new
EnqueuedWeakReference . |
Modifier and Type | Method and Description |
---|---|
T |
Proxy.getReference()
Returns the reference managed by this
Proxy . |
Modifier and Type | Method and Description |
---|---|
boolean |
MicroUIPermission.equals(Object obj) |
Modifier and Type | Method and Description |
---|---|
Displayable |
Display.getDisplayable()
Returns the current
Displayable object in the Display .The value returned by getDisplayable() may be null if no Displayable is
visible. |
Modifier and Type | Method and Description |
---|---|
boolean |
ImagePermission.equals(Object obj) |
boolean |
FontPermission.equals(Object obj) |
boolean |
DisplayPermission.equals(Object obj) |
static ResourceImage |
ResourceImage.loadImage(InputStream stream,
int size,
ResourceImage.OutputFormat format)
Loads an immutable image from an
InputStream . |
static ResourceImage |
ResourceImage.loadImage(String path,
ResourceImage.OutputFormat format)
Loads an immutable image from a resource.
|
Modifier and Type | Method and Description |
---|---|
static <E extends EventGenerator> |
EventGenerator.get(Class<E> clazz,
int fromIndex)
Gets a generator whose class is
clazz from the system pool starting the search from
fromIndex . |
EventGenerator |
EventPermission.getEventGenerator()
Gets the event generator handled by this permission.
|
EventHandler |
EventGenerator.getEventHandler()
Gets the generator's event handler.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventPermission.equals(Object obj) |
void |
EventGenerator.setEventHandler(EventHandler eventHandler)
Sets an event handler to this event generator.
|
Constructor and Description |
---|
EventPermission(EventGenerator gen)
Creates a permission for events generated by the given event generator with
null as name. |
Modifier and Type | Method and Description |
---|---|
String |
OutputStreamWriter.getEncoding()
Returns the name of the character encoding being used by this stream.
|
String |
InputStreamReader.getEncoding()
Returns the name of the character encoding being used by this stream.
|
Modifier and Type | Method and Description |
---|---|
Writer |
Writer.append(CharSequence csq)
Appends the specified character sequence to this writer.
|
PrintStream |
PrintStream.append(CharSequence csq)
Appends the specified character sequence to this output stream.
|
Writer |
Writer.append(CharSequence csq,
int start,
int end)
Appends a subsequence of the specified character sequence to this writer.
|
PrintStream |
PrintStream.append(CharSequence csq,
int start,
int end)
Appends a subsequence of the specified character sequence to this output stream.
|
void |
PrintStream.print(Object obj)
Prints an object.
|
void |
PrintStream.print(String s)
Prints a string.
|
void |
PrintStream.println(Object x)
Prints an Object and then terminate the line.
|
void |
PrintStream.println(String x)
Prints a String and then terminate the line.
|
Constructor and Description |
---|
FilterInputStream(InputStream in)
Creates a
FilterInputStream by assigning the argument in to the field
this.in so as to remember it for later use. |
FilterOutputStream(OutputStream out)
Creates an output stream filter built on top of the specified underlying output stream.
|
IOException(String message,
Throwable cause)
Constructs an
IOException with the specified detail message and cause. |
IOException(Throwable cause)
Constructs an
IOException with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail
message of cause ). |
Modifier and Type | Method and Description |
---|---|
T |
Class.cast(Object obj)
Casts an object to the class or interface represented by this
Class object. |
Throwable |
Throwable.getCause()
Returns the cause of this throwable or
null if the cause is nonexistent or unknown. |
Throwable |
ExceptionInInitializerError.getCause()
Returns the cause of this error (the exception that occurred during a static initialization that
caused this error to be created).
|
Throwable |
ClassNotFoundException.getCause()
Returns the cause of this exception (the exception that was raised if an error occurred while
attempting to load the class; otherwise null).
|
static Thread.UncaughtExceptionHandler |
Thread.getDefaultUncaughtExceptionHandler()
Returns the default handler invoked when a thread abruptly terminates due to
an uncaught exception.
|
Throwable |
ExceptionInInitializerError.getException()
Returns the exception that occurred during a static initialization that caused this error to be
created.
|
Throwable |
ClassNotFoundException.getException()
Returns the exception that was raised if an error occurred while attempting to load the class.
|
String |
StackTraceElement.getFileName()
Returns the name of the source file containing the execution point represented by this stack
trace element.
|
static Integer |
Integer.getInteger(String nm)
Determines the integer value of the system property with the specified name.
|
String |
Throwable.getLocalizedMessage()
Creates a localized description of this throwable.
|
static Long |
Long.getLong(String nm)
Determines the
long value of the system property with the specified name. |
String |
Throwable.getMessage()
Returns the detail message string of this throwable.
|
Package |
Class.getPackage()
Gets the package for this class.
|
static String |
System.getProperty(String key)
Gets the system property indicated by the specified key.
|
InputStream |
Class.getResourceAsStream(String name)
Finds a resource with a given name.
|
static SecurityManager |
System.getSecurityManager()
Gets the system security interface.
|
Class<? super T> |
Class.getSuperclass()
Returns the
Class representing the superclass of the entity (class, interface, primitive
type or void) represented by this Class . |
Thread.UncaughtExceptionHandler |
Thread.getUncaughtExceptionHandler()
Returns the handler invoked when this thread abruptly terminates due to an
uncaught exception.
|
Modifier and Type | Method and Description |
---|---|
void |
Throwable.addSuppressed(Throwable exception)
Appends the specified exception to the exceptions that were suppressed in order to deliver this
exception.
|
StringBuilder |
StringBuilder.append(CharSequence csq)
Appends the specified character sequence to this Appendable.
|
StringBuffer |
StringBuffer.append(CharSequence s)
Appends the specified
CharSequence to this sequence. |
Appendable |
Appendable.append(CharSequence csq)
Appends the specified character sequence to this Appendable.
|
StringBuilder |
StringBuilder.append(CharSequence s,
int start,
int end)
Appends a subsequence of the specified
CharSequence to this sequence. |
StringBuffer |
StringBuffer.append(CharSequence s,
int start,
int end)
Appends a subsequence of the specified
CharSequence to this sequence. |
Appendable |
Appendable.append(CharSequence csq,
int start,
int end)
Appends a subsequence of the specified character sequence to this Appendable.
|
StringBuilder |
StringBuilder.append(Object obj)
Appends the string representation of the Object argument.
|
StringBuffer |
StringBuffer.append(Object obj)
Appends the string representation of the Object argument.
|
StringBuilder |
StringBuilder.append(String str)
Appends the specified string to this character sequence.
|
StringBuffer |
StringBuffer.append(String str)
Appends the specified string to this character sequence.
|
StringBuilder |
StringBuilder.append(StringBuffer sb)
Appends the specified StringBuffer to this sequence.
|
StringBuffer |
StringBuffer.append(StringBuffer sb)
Appends the specified StringBuffer to this sequence.
|
T |
Class.cast(Object obj)
Casts an object to the class or interface represented by this
Class object. |
boolean |
String.equals(Object anObject)
Compares this string to the specified object.
|
boolean |
StackTraceElement.equals(Object obj)
Returns true if the specified object is another
StackTraceElement instance representing
the same execution point as this instance. |
boolean |
Short.equals(Object obj)
Compares this object to the specified object.
|
boolean |
Object.equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
boolean |
Long.equals(Object obj)
Compares this object to the specified object.
|
boolean |
Integer.equals(Object obj)
Compares this object to the specified object.
|
boolean |
Float.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Enum.equals(Object other)
Returns true if the specified object is equal to this enum constant.
|
boolean |
Double.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Character.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Byte.equals(Object obj)
Compares this object to the specified object.
|
boolean |
Boolean.equals(Object obj)
Returns
true if and only if the argument is not null and is a Boolean
object that represents the same boolean value as this object. |
static int |
System.identityHashCode(Object x)
Returns the same hash code for the given object as would be returned by the default method
hashCode(), whether or not the given object's class overrides hashCode().
|
Throwable |
Throwable.initCause(Throwable cause)
Initializes the cause of this throwable to the specified value.
|
StringBuilder |
StringBuilder.insert(int dstOffset,
CharSequence s)
Inserts the specified
CharSequence into this sequence. |
StringBuffer |
StringBuffer.insert(int dstOffset,
CharSequence s)
Inserts the specified
CharSequence into this sequence. |
StringBuilder |
StringBuilder.insert(int dstOffset,
CharSequence s,
int start,
int end)
Inserts a subsequence of the specified
CharSequence into this sequence. |
StringBuffer |
StringBuffer.insert(int dstOffset,
CharSequence s,
int start,
int end)
Inserts a subsequence of the specified
CharSequence into this sequence. |
StringBuilder |
StringBuilder.insert(int offset,
String str)
Inserts the string into this character sequence.
|
StringBuffer |
StringBuffer.insert(int offset,
String str)
Inserts the string into this character sequence.
|
boolean |
Class.isInstance(Object obj)
Determines if the specified
Object is assignment-compatible with the object represented
by this Class . |
static boolean |
Boolean.parseBoolean(String s)
Parses the string argument as a boolean.
|
static int |
Integer.parseInt(String s)
Parses the string argument as a signed decimal integer.
|
static int |
Integer.parseInt(String s,
int radix)
Parses the string argument as a signed integer in the radix specified by the second argument.
|
static long |
Long.parseLong(String s)
Parses the string argument as a signed decimal
long . |
static long |
Long.parseLong(String s,
int radix)
Parses the string argument as a signed
long in the radix specified by the second
argument. |
static void |
Thread.setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler eh)
Set the default handler invoked when a thread abruptly terminates due to an uncaught exception,
and no other handler has been defined for that thread.
|
static void |
System.setSecurityManager(SecurityManager s)
Sets the System security.
|
void |
Thread.setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler eh)
Set the handler invoked when this thread abruptly terminates due to an uncaught exception.
|
static String |
String.valueOf(Object obj)
Returns the string representation of the
Object argument. |
static Boolean |
Boolean.valueOf(String s)
Returns a
Boolean with a value represented by the specified string. |
Constructor and Description |
---|
AssertionError(String message,
Throwable cause)
Constructs a new
AssertionError with the specified detail message and cause. |
Boolean(String s)
Allocates a
Boolean object representing the value true if the string argument is
not null and is equal, ignoring case, to the string "true" . |
Error(String message,
Throwable cause)
Constructs a new error with the specified detail message and cause.
|
Error(Throwable cause)
Constructs a new error with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail
message of cause ). |
Exception(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
Exception(Throwable cause)
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).
|
IllegalArgumentException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
IllegalArgumentException(Throwable cause)
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).
|
IllegalStateException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
IllegalStateException(Throwable cause)
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).
|
LinkageError(String s,
Throwable cause)
Constructs a
LinkageError with the specified detail message and cause. |
ReflectiveOperationException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
ReflectiveOperationException(Throwable cause)
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 ). |
RuntimeException(String message,
Throwable cause)
Constructs a new runtime exception with the specified detail message and cause.
|
RuntimeException(Throwable cause)
Constructs a new runtime 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).
|
RuntimePermission(String name,
String actions) |
SecurityException(String message,
Throwable cause)
Creates a
SecurityException with the specified detail message and cause. |
SecurityException(Throwable cause)
Creates a
SecurityException with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail
message of cause). |
Thread(Runnable target)
Allocates a new Thread object with a specific target object whose run method is called.
|
Thread(Runnable target,
String name)
Allocates a new
Thread object. |
Throwable(String message,
Throwable cause)
Constructs a new throwable with the specified detail message and cause.
|
Throwable(Throwable cause)
Constructs a new throwable with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail
message of cause ). |
UnsupportedOperationException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
UnsupportedOperationException(Throwable cause)
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).
|
Modifier and Type | Method and Description |
---|---|
boolean |
Annotation.equals(Object obj)
Returns true if the specified object represents an annotation that is logically equivalent to
this one.
|
Modifier and Type | Method and Description |
---|---|
T |
Reference.get()
Returns this reference object's referent.
|
Reference<? extends T> |
ReferenceQueue.poll()
Polls this queue to see if a reference object is available.
|
Reference<? extends T> |
ReferenceQueue.remove(long timeout)
Removes the next reference object in this queue, blocking until either one becomes available or
the given timeout period expires.
|
Constructor and Description |
---|
WeakReference(T referent,
ReferenceQueue<? super T> q)
Creates a new weak reference that refers to the given object and is registered with the given
queue.
|
Modifier and Type | Method and Description |
---|---|
InetAddress |
InetSocketAddress.getAddress()
Gets the
InetAddress . |
InetAddress |
InterfaceAddress.getBroadcast()
Returns an
InetAddress for the broadcast address for this InterfaceAddress. |
static NetworkInterface |
NetworkInterface.getByIndex(int index)
Get a network interface given its index.
|
static NetworkInterface |
NetworkInterface.getByInetAddress(InetAddress addr)
Convenience method to search for a network interface that has the specified Internet Protocol (IP) address bound
to it.
|
static NetworkInterface |
NetworkInterface.getByName(String name)
Searches for the network interface with the specified name.
|
String |
NetworkInterface.getDisplayName()
Get the display name of this network interface.
|
byte[] |
NetworkInterface.getHardwareAddress()
Returns the hardware address (usually MAC) of the interface if it has one and if it can be accessed given the
current privileges.
|
InetAddress |
Socket.getInetAddress()
Returns the address to which the socket is connected.
|
InetAddress |
ServerSocket.getInetAddress()
Returns the local address of this server socket.
|
InetAddress |
DatagramSocket.getInetAddress()
Returns the address to which this socket is connected.
|
InetAddress |
DatagramSocket.getLocalAddress()
Gets the local address to which the socket is bound.
|
SocketAddress |
Socket.getLocalSocketAddress()
Returns the address of the endpoint this socket is bound to.
|
SocketAddress |
ServerSocket.getLocalSocketAddress()
Returns the address of the endpoint this socket is bound to.
|
SocketAddress |
DatagramSocket.getLocalSocketAddress()
Returns the address of the endpoint this socket is bound to.
|
String |
NetworkInterface.getName()
Get the name of this network interface.
|
static Enumeration<NetworkInterface> |
NetworkInterface.getNetworkInterfaces()
Returns all the interfaces on this machine.
|
SocketAddress |
Socket.getRemoteSocketAddress()
Returns the address of the endpoint this socket is connected to, or
null if it is unconnected. |
SocketAddress |
DatagramSocket.getRemoteSocketAddress()
Returns the address of the endpoint this socket is connected to, or
null if it is unconnected. |
NetworkInterface |
Inet6Address.getScopedInterface()
Returns the scoped interface, if this instance was created with with a scoped interface.
|
Modifier and Type | Method and Description |
---|---|
void |
Socket.bind(SocketAddress bindpoint)
Binds the socket to a local address.
|
void |
ServerSocket.bind(SocketAddress endpoint)
Binds the
ServerSocket to a specific address (IP address and port number). |
void |
DatagramSocket.bind(SocketAddress addr)
Binds this DatagramSocket to a specific address and port.
|
void |
ServerSocket.bind(SocketAddress endpoint,
int backlog)
Binds the
ServerSocket to a specific address (IP address and port number). |
boolean |
SocketPermission.equals(Object obj)
Checks two SocketPermission objects for equality.
|
boolean |
NetworkInterface.equals(Object obj)
Compares this object against the specified object.
|
boolean |
InterfaceAddress.equals(Object obj)
Compares this object against the specified object.
|
boolean |
InetSocketAddress.equals(Object obj)
Compares this object against the specified object.
|
boolean |
InetAddress.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Inet6Address.equals(Object obj)
Compares this object against the specified object.
|
boolean |
Inet4Address.equals(Object obj)
Compares this object against the specified object.
|
static InetAddress[] |
InetAddress.getAllByName(String host)
Given the name of a host, returns an array of its IP addresses, based on the configured name service on the
system.
|
static InetAddress |
InetAddress.getByName(String host)
Determines the IP address of a host, given the host's name.
|
void |
MulticastSocket.joinGroup(SocketAddress mcastaddr,
NetworkInterface netIf)
Joins the specified multicast group at the specified interface.
|
void |
MulticastSocket.leaveGroup(SocketAddress mcastaddr,
NetworkInterface netIf)
Leave a multicast group on a specified local interface.
|
Constructor and Description |
---|
DatagramSocket(SocketAddress bindaddr)
Creates a datagram socket, bound to the specified local socket address.
|
InetSocketAddress(InetAddress addr,
int port)
Creates a socket address from an IP address and a port number.
|
MulticastSocket(SocketAddress bindaddr)
Create a MulticastSocket bound to the specified socket address.
|
NetPermission(String name,
String actions) |
NoRouteToHostException(String msg)
Constructs a new NoRouteToHostException with the specified detail message as to why the remote host cannot be
reached.
|
ServerSocket(int port,
int backlog,
InetAddress bindAddr)
Create a server with the specified port, listen backlog, and local IP address to bind to.
|
Socket(InetAddress address,
int port,
InetAddress localAddr,
int localPort)
Creates a socket and connects it to the specified remote address on the specified remote port.
|
Socket(String host,
int port)
Creates a stream socket and connects it to the specified port number on the named host.
|
Socket(String host,
int port,
InetAddress localAddr,
int localPort)
Creates a socket and connects it to the specified remote host on the specified remote port.
|
Socket(String host,
int port,
InetAddress localAddr,
int localPort)
Creates a socket and connects it to the specified remote host on the specified remote port.
|
SocketException(String msg)
Constructs a new
SocketException with the specified detail message. |
SocketTimeoutException(String msg)
Constructs a new SocketTimeoutException with a detail message.
|
UnknownHostException(String host)
Constructs a new
UnknownHostException with the specified detail message. |
Modifier and Type | Method and Description |
---|---|
abstract Certificate |
KeyStoreSpi.engineGetCertificate(String alias)
Returns the certificate associated with the given alias.
|
abstract Certificate[] |
KeyStoreSpi.engineGetCertificateChain(String alias)
Returns the certificate chain associated with the given alias.
|
abstract Key |
KeyStoreSpi.engineGetKey(String alias,
char[] password)
Returns the key associated with the given alias, using the given password to recover it.
|
Certificate |
KeyStore.getCertificate(String alias)
Returns the certificate associated with the given alias.
|
Certificate[] |
KeyStore.getCertificateChain(String alias)
Returns the certificate chain associated with the given alias.
|
Key |
KeyStore.getKey(String alias,
char[] password)
Returns the key associated with the given alias, using the given password to recover it.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
KeyStoreSpi.engineLoad(InputStream stream,
char[] password)
Loads the keystore from the given input stream.
|
abstract void |
KeyStoreSpi.engineLoad(InputStream stream,
char[] password)
Loads the keystore from the given input stream.
|
abstract boolean |
Permission.equals(Object obj)
Checks two Permission objects for equality.
|
boolean |
BasicPermission.equals(Object obj)
Checks two BasicPermission objects for equality.
|
void |
KeyStore.load(InputStream stream,
char[] password)
Loads this KeyStore from the given input stream.
|
void |
KeyStore.load(InputStream stream,
char[] password)
Loads this KeyStore from the given input stream.
|
Constructor and Description |
---|
BasicPermission(String name,
String actions)
Creates a new BasicPermission object with the specified name.
|
GeneralSecurityException(String message,
Throwable cause)
Creates a
GeneralSecurityException with the specified detail message and cause. |
GeneralSecurityException(Throwable cause)
Creates a
GeneralSecurityException with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of
cause ). |
InvalidAlgorithmParameterException(String message,
Throwable cause)
Creates a
InvalidAlgorithmParameterException with the specified detail message and cause. |
InvalidAlgorithmParameterException(Throwable cause)
Creates a
InvalidAlgorithmParameterException with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of
cause ). |
KeyException(String message,
Throwable cause)
Creates a
KeyException with the specified detail message and cause. |
KeyException(Throwable cause)
Creates a
KeyException with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of
cause ). |
KeyManagementException(String message,
Throwable cause)
Creates a
KeyManagementException with the specified detail message and cause. |
KeyManagementException(Throwable cause)
Creates a
KeyManagementException with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of
cause ). |
KeyStoreException(String message,
Throwable cause)
Creates a
KeyStoreException with the specified detail message and cause. |
KeyStoreException(Throwable cause)
Creates a
KeyStoreException with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of
cause ). |
NoSuchAlgorithmException(String message,
Throwable cause)
Creates a
NoSuchAlgorithmException with the specified detail message and cause. |
NoSuchAlgorithmException(Throwable cause)
Creates a
NoSuchAlgorithmException with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of
cause ). |
Constructor and Description |
---|
CertificateException(String message,
Throwable cause)
Creates a
CertificateException with the specified detail message and cause. |
CertificateException(Throwable cause)
Creates a
CertificateException with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of
cause ). |
Modifier and Type | Method and Description |
---|---|
V |
WeakHashMap.get(Object key)
Returns the value to which the specified key is mapped, or
null if this map contains no
mapping for the key. |
V |
Map.get(Object key)
Returns the value to which the specified key is mapped, or
null if this map contains no
mapping for the key. |
V |
Hashtable.get(Object key)
Returns the value to which the specified key is mapped, or
null if this map contains no
mapping for the key. |
V |
HashMap.get(Object key)
Returns the value to which the specified key is mapped, or
null if this map contains no
mapping for the key. |
abstract V |
Dictionary.get(Object key)
Returns the value to which the key is mapped in this dictionary.
|
V |
AbstractMap.get(Object key)
Returns the value to which the specified key is mapped, or
null if this map contains no
mapping for the key. |
V |
WeakHashMap.put(K key,
V value)
Associates the specified value with the specified key in this map.
|
V |
Map.put(K key,
V value)
Associates the specified value with the specified key in this map (optional operation).
|
V |
Hashtable.put(K key,
V value)
Maps the specified
key to the specified value in this hashtable. |
V |
HashMap.put(K key,
V value)
Associates the specified value with the specified key in this map.
|
abstract V |
Dictionary.put(K key,
V value)
Maps the specified
key to the specified value in this dictionary. |
V |
AbstractMap.put(K key,
V value)
Associates the specified value with the specified key in this map (optional operation).
|
V |
Map.remove(Object key)
Removes the mapping for a key from this map if it is present (optional operation).
|
V |
Hashtable.remove(Object key)
Removes the key (and its corresponding value) from this hashtable.
|
V |
HashMap.remove(Object key)
Removes the mapping for the specified key from this map if present.
|
abstract V |
Dictionary.remove(Object key)
Removes the
key (and its corresponding value ) from this dictionary. |
V |
AbstractMap.remove(Object key)
Removes the mapping for a key from this map if it is present (optional operation).
|
V |
Map.Entry.setValue(V value)
Replaces the value corresponding to this entry with the specified value (optional operation).
|
Modifier and Type | Method and Description |
---|---|
boolean |
WeakHashMap.containsKey(Object key)
Returns true if this map contains a mapping for the specified key.
|
boolean |
WeakHashMap.containsValue(Object value)
Returns true if this map maps one or more keys to the specified value.
|
void |
Observable.deleteObserver(Observer o)
Deletes an observer from the set of observers of this object.
|
boolean |
Vector.equals(Object o)
Compares the specified Object with this Vector for equality.
|
boolean |
Set.equals(Object o)
Compares the specified object with this set for equality.
|
boolean |
PropertyPermission.equals(Object obj)
Checks two PropertyPermission objects for equality.
|
boolean |
Map.equals(Object o)
Compares the specified object with this map for equality.
|
boolean |
Map.Entry.equals(Object o)
Compares the specified object with this entry for equality.
|
boolean |
List.equals(Object o)
Compares the specified object with this list for equality.
|
boolean |
Hashtable.equals(Object o)
Compares the specified Object with this Map for equality, as per the definition in the Map
interface.
|
boolean |
Date.equals(Object obj)
Compares two dates for equality.
|
boolean |
Comparator.equals(Object obj)
Indicates whether some other object is "equal to" this comparator.
|
boolean |
Collection.equals(Object o)
Compares the specified object with this collection for equality.
|
boolean |
Calendar.equals(Object obj)
Compares this
Calendar to the specified Object . |
boolean |
AbstractSet.equals(Object o)
Compares the specified object with this set for equality.
|
boolean |
AbstractMap.equals(Object o)
Compares the specified object with this map for equality.
|
boolean |
AbstractMap.SimpleEntry.equals(Object o)
Compares the specified object with this entry for equality.
|
boolean |
AbstractMap.SimpleImmutableEntry.equals(Object o) |
boolean |
AbstractList.equals(Object o)
Compares the specified object with this list for equality.
|
V |
WeakHashMap.get(Object key)
Returns the value to which the specified key is mapped, or
null if this map contains no
mapping for the key. |
boolean |
TimeZone.hasSameRules(TimeZone other)
Returns true if this zone has the same rule and offset as another zone.
|
void |
Observable.notifyObservers(Object arg)
If this object has changed, as indicated by the
hasChanged method, then notify all
of its observers and then call the clearChanged method to indicate that this object
has no longer changed. |
V |
WeakHashMap.put(K key,
V value)
Associates the specified value with the specified key in this map.
|
V |
WeakHashMap.put(K key,
V value)
Associates the specified value with the specified key in this map.
|
V |
WeakHashMap.remove(Object key)
Removes the mapping for a key from this weak hash map if it is present.
|
void |
Observer.update(Observable o,
Object arg)
This method is called whenever the observed object is changed.
|
Constructor and Description |
---|
ConcurrentModificationException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
ConcurrentModificationException(Throwable cause)
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 . |
Modifier and Type | Method and Description |
---|---|
abstract ServerSocket |
ServerSocketFactory.createServerSocket(int port,
int backlog,
InetAddress ifAddress)
Returns a server socket bound to the specified port, with a specified listen backlog and local IP.
|
abstract Socket |
SocketFactory.createSocket(String host,
int port)
Creates a socket and connects it to the specified remote host at the specified remote port.
|
abstract Socket |
SocketFactory.createSocket(String host,
int port,
InetAddress localHost,
int localPort)
Creates a socket and connects it to the specified remote host on the specified remote port.
|
Modifier and Type | Method and Description |
---|---|
Socket |
SSLSocketFactory.createSocket(Socket s,
InputStream consumed,
boolean autoClose)
Creates a server mode
Socket layered over an existing connected socket, and is able to read data which
has already been consumed/removed from the Socket 's underlying InputStream . |
protected abstract void |
TrustManagerFactorySpi.engineInit(KeyStore ks)
Initializes this factory with a source of certificate authorities and related trust material.
|
protected abstract void |
KeyManagerFactorySpi.engineInit(KeyStore ks,
char[] password)
Initializes this factory with a source of key material.
|
void |
SSLContext.init(KeyManager[] km,
TrustManager[] tm,
SecureRandom random)
Initializes this context.
|
void |
SSLContext.init(KeyManager[] km,
TrustManager[] tm,
SecureRandom random)
Initializes this context.
|
void |
SSLContext.init(KeyManager[] km,
TrustManager[] tm,
SecureRandom random)
Initializes this context.
|
void |
TrustManagerFactory.init(KeyStore ks)
Initializes this factory with a source of certificate authorities and related trust material.
|
void |
KeyManagerFactory.init(KeyStore ks,
char[] password)
Initializes this factory with a source of key material.
|
Constructor and Description |
---|
SSLException(String message,
Throwable cause)
Creates a
SSLException with the specified detail message and cause. |
SSLException(Throwable cause)
Creates a
SSLException with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of
cause). |
SSLPermission(String name,
String actions) |
SSLServerSocket(int port,
int backlog,
InetAddress address)
Used only by subclasses.
|
SSLSocket(InetAddress address,
int port,
InetAddress clientAddress,
int clientPort)
Used only by subclasses.
|
SSLSocket(String host,
int port)
Used only by subclasses.
|
SSLSocket(String host,
int port,
InetAddress clientAddress,
int clientPort)
Used only by subclasses.
|
SSLSocket(String host,
int port,
InetAddress clientAddress,
int clientPort)
Used only by subclasses.
|