Modifier and Type | Class and Description |
---|---|
class |
CommDriver |
class |
DefaultEventHandler
This static class will manage all the events that occure in the system and that may require some attention from the
JAVA application.
|
class |
EventHandlerThread
This runnable object designed to run the
runEventManager in a thread. |
class |
EventManager
This static class provides methods for eWON event management (real time or events.txt)
|
class |
EvtListenerBase |
class |
EvtTagAlarmListener
This is an abstract class from which user's tag alarm listener must be derived.
|
class |
EvtTagListener
This is an abstract class from which
EvtTagAlarmListener and EvtTagValueListener classes
are derived. |
class |
EvtTagValueListener
This is an abstract class from which user's tag value listener must be derived.
|
class |
EvtWebAstListener |
class |
EvtWebFormListener |
class |
EWException
Signals that an eWON exception of some sort has occurred.
|
class |
EwonSystem |
class |
Exporter
This class implements an intput stream with data provided from an export block descriptor.
|
class |
FileSystemDriver |
class |
InterfaceInfo
This class represents the content of an SMS message (received).
|
class |
IntListenerRegistry |
class |
IOManager
This static class provides all methods to interface the eWON IO management (Tags, led, button).
|
class |
IOServer
This is an abstract class from which an IO Server class can be created.
Please read the "eWON Java interface user guide" for more information. |
class |
IOServerListenerRegistry |
class |
IOTag
This object represents a Tag managed by a Java IO Server.
In a typical workflow, this Tag object is created when the eWON Core calls the IOServer.onGetIoInfo(java.lang.String, java.lang.String) function. |
class |
IOValue
IOValue is a class used to hold a tag value that is exchanged between the Java IOServer
and the eWON core and the other way round.
This object needs to hold the tag value with one of the types recognised by the eWON (Float, Integer, DWord, Boolean). |
class |
ListenerRegistryBase
This class is a base for registering a listener.
|
class |
Loader
This class implements an OutputStream and allows to stream data directly in an eWON file.
|
class |
ModemManager
This static class provides methods for eWON modem management, like modem reset or
SMS reception.
|
class |
MqttClient |
class |
MqttMessage |
class |
NamedListenerRegistry |
class |
NetManager
This class provide access to the eWON netwrok functions like interface IP addresses, status, activation, etc.
|
class |
RuntimeControl
This static class contains some methods for controlling and monitoring the JVM behaviour in a
way which is specific to the eWON.
|
class |
ScheduledAction |
class |
ScheduledActionManager
This static class is used to execute scheduled actions like: send and email,
send an SMS etc.
|
class |
SmsMessage
This class represents the content of an SMS message (received).
|
class |
StorageControl
Manage storage in the eWON (flash and ram).
|
class |
SysControlBlock
This class is used to read and edit configurations and status blocks.
The configuration blocks are one of: SYS, COM, TAG, USER The status block is the INF block. |
class |
TagControl
This class represents an eWON tag.
It can be used to access the tag value or the tag alarm status. It can also be used to force historical loggin and acknowledge alarm. For tag creation and reconfiguration, the SysControlBlock should be used.The TagControl object is also used for defining tag events handling in the DefaultEventHandler . |
class |
TagListenerRegistry |
class |
WebProducer |
Modifier and Type | Class and Description |
---|---|
class |
BufferedInputStream
BufferedInputStream is a class which takes an input stream and
buffers the input. |
class |
BufferedOutputStream |
class |
BufferedReader |
class |
BufferedWriter |
class |
ByteArrayInputStream |
class |
ByteArrayOutputStream |
class |
CharArrayReader |
class |
CharArrayWriter |
class |
CharConversionException |
class |
DataInputStream |
class |
DataOutputStream |
class |
EOFException |
class |
File |
class |
FileDescriptor |
class |
FileInputStream |
class |
FileNotFoundException |
class |
FileOutputStream |
class |
FilePermission |
class |
FileReader |
class |
FileWriter |
class |
FilterInputStream |
class |
FilterOutputStream |
class |
FilterReader |
class |
FilterWriter |
class |
InputStream |
class |
InputStreamReader
InputStreamReader turns an underlying byte stream into a stream of Unicode characters.
|
class |
InterruptedIOException |
class |
InvalidClassException |
class |
InvalidObjectException |
class |
IOException |
class |
LineNumberInputStream |
class |
LineNumberReader |
class |
NotActiveException |
class |
NotSerializableException |
class |
ObjectInputStream
TODO:
- optimize, optimize and then more optimizations ...
|
static class |
ObjectInputStream.GetField |
class |
ObjectOutputStream
TODO
- check out the story of serialPersitentFields !!! --> work to be done in ObjectStreamClass.c
- replacing objects: get rid of getDeclaredMethod !
- handle Exceptions.
|
static class |
ObjectOutputStream.PutField
end of internal hashtable methods
|
class |
ObjectStreamClass
ObjectStreamClasses can only be generated by user code through the static lookup method.
|
class |
ObjectStreamException |
class |
ObjectStreamField |
class |
OptionalDataException |
class |
OutputStream |
class |
OutputStreamWriter |
class |
PipedInputStream |
class |
PipedOutputStream |
class |
PipedReader |
class |
PipedWriter
See PipedReader for more information
|
class |
PrintStream |
class |
PrintWriter |
class |
PushbackInputStream |
class |
PushbackReader |
class |
RandomAccessFile |
class |
Reader |
class |
SequenceInputStream |
class |
SerializablePermission |
class |
StreamCorruptedException |
class |
StreamTokenizer
StreamTokenizer takes a stream and a set of tokens and parses them one at a
time.
|
class |
StringBufferInputStream
Deprecated.
|
class |
StringReader |
class |
StringWriter |
class |
SyncFailedException |
class |
UnsupportedEncodingException |
class |
UTFDataFormatException |
class |
WriteAbortedException |
class |
Writer |
Modifier and Type | Field and Description |
---|---|
protected Object |
Reader.lock |
protected Object |
Writer.lock |
Modifier and Type | Method and Description |
---|---|
abstract Object |
ObjectInputStream.GetField.get(String name,
Object defvalue) |
Object |
ObjectInput.readObject() |
Object |
ObjectInputStream.readObject() |
protected Object |
ObjectInputStream.readObjectOverride()
default implementation returns null
|
Object |
ObjectInputStream.readUnshared() |
protected Object |
ObjectOutputStream.replaceObject(Object obj) |
protected Object |
ObjectInputStream.resolveObject(Object obj)
the default behaviour is to return the same object
|
Modifier and Type | Method and Description |
---|---|
int |
File.compareTo(Object obj) |
int |
ObjectStreamField.compareTo(Object o) |
boolean |
File.equals(Object obj) |
boolean |
FilePermission.equals(Object o) |
abstract Object |
ObjectInputStream.GetField.get(String name,
Object defvalue) |
void |
PrintStream.print(Object obj) |
void |
PrintWriter.print(Object obj) |
void |
PrintStream.println(Object obj) |
void |
PrintWriter.println(Object obj) |
abstract void |
ObjectOutputStream.PutField.put(String name,
Object value) |
protected Object |
ObjectOutputStream.replaceObject(Object obj) |
protected Object |
ObjectInputStream.resolveObject(Object obj)
the default behaviour is to return the same object
|
void |
ObjectOutput.writeObject(Object obj) |
void |
ObjectOutputStream.writeObject(Object obj) |
protected void |
ObjectOutputStream.writeObjectOverride(Object obj) |
void |
ObjectOutputStream.writeUnshared(Object obj) |
Constructor and Description |
---|
Reader(Object lock) |
Writer(Object lock) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMethodError |
class |
ArithmeticException |
class |
ArrayIndexOutOfBoundsException |
class |
ArrayStoreException |
class |
AssertionError |
class |
Boolean |
class |
Byte |
class |
Character |
static class |
Character.Subset |
static class |
Character.UnicodeBlock |
class |
Class |
class |
ClassCastException |
class |
ClassCircularityError |
class |
ClassFormatError |
class |
ClassLoader |
class |
ClassNotFoundException |
class |
CloneNotSupportedException |
class |
Compiler
Fake out java.lang.Compiler for javax.swing.UIManager (which needs to
call "enable()" and "disable()" if running on a Mac).
|
class |
Double |
class |
Error |
class |
Exception |
class |
ExceptionInInitializerError |
class |
Float |
class |
IllegalAccessError |
class |
IllegalAccessException |
class |
IllegalArgumentException |
class |
IllegalMonitorStateException |
class |
IllegalStateException |
class |
IllegalThreadStateException |
class |
IncompatibleClassChangeError |
class |
IndexOutOfBoundsException |
class |
InheritableThreadLocal
An InheritableThreadLocal is a ThreadLocal whose value is inherited
when a thread spawns a new thread..
|
class |
InstantiationError |
class |
InstantiationException |
class |
Integer |
class |
InternalError |
class |
InterruptedException |
class |
LinkageError |
class |
Long |
class |
Math
Class java.lang.Math is a little odd.
|
class |
NegativeArraySizeException |
class |
NoClassDefFoundError |
class |
NoSuchFieldError |
class |
NoSuchFieldException |
class |
NoSuchMethodError |
class |
NoSuchMethodException |
class |
NullPointerException |
class |
Number |
class |
NumberFormatException |
class |
OutOfMemoryError |
class |
Package |
class |
Process |
class |
Runtime
A bunch of methods used to manipulate the runtime environment.
|
class |
RuntimeException |
class |
RuntimePermission |
class |
SecurityException |
class |
SecurityManager
The default SecurityManager for Mika.
|
class |
Short |
class |
StackOverflowError |
class |
StackTraceElement
StackTraceElement:
|
class |
StrictMath |
class |
String
Represents an immutable sequence of Unicode characters.
|
class |
StringBuffer |
class |
StringIndexOutOfBoundsException |
class |
System |
class |
Thread |
class |
ThreadDeath |
class |
ThreadGroup
A ThreadGroup can contain Threads (its "flock") and ThreadGroups
(its "children").
|
class |
ThreadLocal
Implements a thread-local storage, that is, a variable for which each thread
has its own value.
|
class |
Throwable
The superclass of all classes which can be thrown by the virtual machine.
|
class |
UnknownError |
class |
UnsatisfiedLinkError |
class |
UnsupportedClassVersionError |
class |
UnsupportedOperationException |
class |
VerifyError |
class |
VirtualMachineError |
class |
Void |
Modifier and Type | Method and Description |
---|---|
protected Object |
InheritableThreadLocal.childValue(Object parentVal)
default implementation simply returns the parentVal
|
protected Object |
Object.clone()
Default clone() method performs a "shallow" cloning of the instance.
|
static Object |
Compiler.command(Object any) |
Object |
ThreadLocal.get()
Returns the value of this variable for the current thread.
|
Object |
SecurityManager.getSecurityContext()
Get the security context (i.e., AccessControlContext) currently applicable.
|
Object[] |
Class.getSigners()
Get the signers of this Class, if any.
|
protected Object |
ThreadLocal.initialValue()
Provides the initial value of this variable for the current thread.
|
Object |
Class.newInstance()
Create a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
StringBuffer |
StringBuffer.append(Object obj) |
static void |
System.arraycopy(Object src,
int srcOffset,
Object dst,
int dstOffset,
int length) |
void |
SecurityManager.checkConnect(String host,
int port,
Object context)
Checks whether the given context has permission to connect to the given port.
|
void |
SecurityManager.checkPermission(Permission perm,
Object context)
A wrapper for AccessController.checkPermission(perm).
|
void |
SecurityManager.checkRead(String file,
Object context)
Checks whether the given context has permission to read the file ``file''.
|
boolean |
SecurityManager.checkTopLevelWindow(Object window)
Checks whether the caller is trusted to bring up the specified window.
|
protected Object |
InheritableThreadLocal.childValue(Object parentVal)
default implementation simply returns the parentVal
|
static Object |
Compiler.command(Object any) |
int |
Byte.compareTo(Object o) |
int |
Character.compareTo(Object something)
Will throw a ClassCastException if object of comparison is not a Character.
|
int |
Comparable.compareTo(Object o) |
int |
Double.compareTo(Object obj) |
int |
Float.compareTo(Object obj) |
int |
Integer.compareTo(Object obj) |
int |
Long.compareTo(Object obj) |
int |
Short.compareTo(Object obj) |
int |
String.compareTo(Object obj) |
boolean |
Boolean.equals(Object obj) |
boolean |
Byte.equals(Object obj) |
boolean |
Character.equals(Object obj)
This Character is `equal' to any other Character which wraps the same
char, and to nothing else.
|
boolean |
Character.Subset.equals(Object o) |
boolean |
Double.equals(Object obj)
Note that equals() needs to return true for two NaNs, false for +/-0.
|
boolean |
Float.equals(Object obj)
Note that equals() needs to return true for two NaNs, false for +/-0.
|
boolean |
Integer.equals(Object obj) |
boolean |
Long.equals(Object obj) |
boolean |
Object.equals(Object obj)
Default object equality (is identity).
|
boolean |
Short.equals(Object obj) |
boolean |
String.equals(Object obj) |
static boolean |
Thread.holdsLock(Object o)
holdsLock() returns true iff the current thread has a lock (is
synchronized) on the specified object.
|
static int |
System.identityHashCode(Object o) |
StringBuffer |
StringBuffer.insert(int offset,
Object obj) |
boolean |
Class.isInstance(Object obj)
Do the same checks as for the `instanceof' operator.
|
void |
ThreadLocal.set(Object value)
Sets the value of this variable for the current thread.
|
protected void |
ClassLoader.setSigners(Class cl,
Object[] signers)
Set the signers of a class.
|
static String |
String.valueOf(Object obj) |
Constructor and Description |
---|
AssertionError(Object o) |
Modifier and Type | Class and Description |
---|---|
class |
PhantomReference |
class |
Reference |
class |
ReferenceQueue
Straightforward implementation using a LinkedList.
|
class |
SoftReference |
class |
WeakReference |
Modifier and Type | Method and Description |
---|---|
Object |
PhantomReference.get() |
Object |
Reference.get() |
Constructor and Description |
---|
PhantomReference(Object referent,
ReferenceQueue queue)
Constructs a PhantomReference.
|
SoftReference(Object referent) |
SoftReference(Object referent,
ReferenceQueue queue) |
WeakReference(Object referent) |
WeakReference(Object referent,
ReferenceQueue queue) |
Modifier and Type | Class and Description |
---|---|
class |
AccessibleObject |
class |
Array |
class |
Constructor |
class |
Field |
class |
InvocationTargetException |
class |
Method |
class |
Modifier |
class |
Proxy
This is a factory for dynamic proxy classes.
|
class |
ReflectPermission |
class |
TestProxy |
class |
UndeclaredThrowableException |
Modifier and Type | Method and Description |
---|---|
Object |
Field.get(Object obj) |
static Object |
Array.get(Object array,
int index) |
Object |
InvocationHandler.invoke(Object proxy,
Method m,
Object[] args) |
Object |
Method.invoke(Object obj,
Object[] args) |
static Object |
Array.newInstance(Class componentType,
int length) |
static Object |
Array.newInstance(Class componentType,
int[] dimensions) |
Object |
Constructor.newInstance(Object[] initargs) |
static Object |
Proxy.newProxyInstance(ClassLoader loader,
Class[] interfaces,
InvocationHandler h) |
Modifier and Type | Method and Description |
---|---|
boolean |
Constructor.equals(Object obj) |
boolean |
Field.equals(Object obj) |
boolean |
Method.equals(Object obj) |
boolean |
Proxy.equals(Object o) |
Object |
Field.get(Object obj) |
static Object |
Array.get(Object array,
int index) |
boolean |
Field.getBoolean(Object obj) |
static boolean |
Array.getBoolean(Object array,
int index) |
byte |
Field.getByte(Object obj) |
static byte |
Array.getByte(Object array,
int index) |
char |
Field.getChar(Object obj) |
static char |
Array.getChar(Object array,
int index) |
double |
Field.getDouble(Object obj) |
static double |
Array.getDouble(Object array,
int index) |
float |
Field.getFloat(Object obj) |
static float |
Array.getFloat(Object array,
int index) |
int |
Field.getInt(Object obj) |
static int |
Array.getInt(Object array,
int index) |
static InvocationHandler |
Proxy.getInvocationHandler(Object object)
You can ask an instance of a dynamic proxy class for its InvocationHandler.
|
static int |
Array.getLength(Object array) |
long |
Field.getLong(Object obj) |
static long |
Array.getLong(Object array,
int index) |
short |
Field.getShort(Object obj) |
static short |
Array.getShort(Object array,
int index) |
Object |
InvocationHandler.invoke(Object proxy,
Method m,
Object[] args) |
Object |
InvocationHandler.invoke(Object proxy,
Method m,
Object[] args) |
Object |
Method.invoke(Object obj,
Object[] args) |
Object |
Method.invoke(Object obj,
Object[] args) |
Object |
Constructor.newInstance(Object[] initargs) |
static void |
Array.set(Object array,
int index,
Object value) |
void |
Field.set(Object obj,
Object value) |
void |
Field.setBoolean(Object obj,
boolean z) |
static void |
Array.setBoolean(Object array,
int index,
boolean z) |
void |
Field.setByte(Object obj,
byte b) |
static void |
Array.setByte(Object array,
int index,
byte b) |
void |
Field.setChar(Object obj,
char c) |
static void |
Array.setChar(Object array,
int index,
char c) |
void |
Field.setDouble(Object obj,
double d) |
static void |
Array.setDouble(Object array,
int index,
double d) |
void |
Field.setFloat(Object obj,
float f) |
static void |
Array.setFloat(Object array,
int index,
float f) |
void |
Field.setInt(Object obj,
int i) |
static void |
Array.setInt(Object array,
int index,
int i) |
static void |
Array.setLong(Object array,
int index,
long l) |
void |
Field.setLong(Object obj,
long l) |
static void |
Array.setShort(Object array,
int index,
short s) |
void |
Field.setShort(Object obj,
short s) |
Modifier and Type | Class and Description |
---|---|
class |
BigDecimal |
class |
BigInteger |
Modifier and Type | Method and Description |
---|---|
int |
BigDecimal.compareTo(Object o) |
int |
BigInteger.compareTo(Object o) |
boolean |
BigDecimal.equals(Object x) |
boolean |
BigInteger.equals(Object x) |
Modifier and Type | Class and Description |
---|---|
class |
Authenticator |
class |
BindException |
class |
ContentHandler |
class |
DatagramPacket
This class represents a datagram packet.
|
class |
DatagramSocket |
class |
DatagramSocketImpl |
class |
HttpURLConnection
This abstract subclass of
URLConnection defines methods for managing
HTTP connection according to the description given by RFC 2068. |
class |
Inet4Address |
class |
Inet6Address |
class |
InetAddress |
class |
InetSocketAddress
InetSocketAddress: new since 1.4
|
class |
JarURLConnection
Base implementation for Jar URL.
|
class |
MalformedURLException |
class |
MulticastSocket
This class represents a Multicastsocket for sending and receiving datagram packets.
|
class |
NetPermission |
class |
NetworkInterface
NetworkInterface:
|
class |
NoRouteToHostException |
class |
PasswordAuthentication |
class |
PortUnreachableException
PortUnreachableException: new since 1.4
|
class |
ProtocolException |
class |
ServerSocket |
class |
Socket |
class |
SocketAddress
A SocketAddress represents a network connection endpoint.
|
class |
SocketException |
class |
SocketImpl |
class |
SocketPermission |
class |
SocketTimeoutException |
class |
UnknownHostException |
class |
UnknownServiceException |
class |
URI
This class represents an instance of a URI as defined by RFC 2396.
|
class |
URISyntaxException
URISyntaxException: new since 1.4 Api
|
class |
URL
A URL instance specifies the location of a resource on the internet as
specified by RFC 1738.
|
class |
URLClassLoader
$Id: URLClassLoader.java,v 1.2 2006/05/16 08:30:38 cvs Exp $
|
class |
URLConnection |
class |
URLDecoder |
class |
URLEncoder |
class |
URLStreamHandler
The abstract class
URLStreamHandler is the base for all classes which
can handle the communication with a URL object over a particular protocol
type. |
Modifier and Type | Method and Description |
---|---|
Object |
URL.getContent()
Gets the content of the resource which is referred by this URL.
|
Object |
URLConnection.getContent()
Gets an object representing the content of the resource this
URLConnection is connected to. |
Object |
URL.getContent(Class[] types)
Gets the content of the resource which is referred by this URL.
|
Object |
URLConnection.getContent(Class[] types)
Gets an object representing the content of the resource this
URLConnection is connected to. |
abstract Object |
ContentHandler.getContent(URLConnection urlc) |
Object |
ContentHandler.getContent(URLConnection urlc,
Class[] classes) |
Object |
SocketOptions.getOption(int optID) |
Modifier and Type | Method and Description |
---|---|
int |
URI.compareTo(Object o) |
boolean |
InetAddress.equals(Object obj)
Compares this object against the specified object
|
boolean |
InetSocketAddress.equals(Object obj) |
boolean |
NetworkInterface.equals(Object obj) |
boolean |
SocketPermission.equals(Object obj) |
boolean |
URI.equals(Object o) |
boolean |
URL.equals(Object o)
Compares this URL instance with the given argument
o and
determines if both are equal. |
void |
SocketOptions.setOption(int optID,
Object value) |
Modifier and Type | Class and Description |
---|---|
class |
AccessException |
class |
AlreadyBoundException |
class |
ConnectException |
class |
ConnectIOException |
class |
MarshalException |
class |
MarshalledObject |
class |
Naming |
class |
NoSuchObjectException |
class |
NotBoundException |
class |
RemoteException |
class |
RMISecurityException |
class |
RMISecurityManager |
class |
ServerError |
class |
ServerException |
class |
ServerRuntimeException |
class |
StubNotFoundException |
class |
UnexpectedException |
class |
UnmarshalException |
Modifier and Type | Method and Description |
---|---|
Object |
MarshalledObject.get() |
Modifier and Type | Method and Description |
---|---|
boolean |
MarshalledObject.equals(Object obj) |
Constructor and Description |
---|
MarshalledObject(Object obj) |
Modifier and Type | Class and Description |
---|---|
class |
Activatable |
class |
ActivateFailedException |
class |
ActivationDesc |
class |
ActivationException |
class |
ActivationGroup |
class |
ActivationGroupDesc |
static class |
ActivationGroupDesc.CommandEnvironment |
class |
ActivationGroupID |
class |
ActivationID |
class |
UnknownGroupException |
class |
UnknownObjectException |
Modifier and Type | Method and Description |
---|---|
boolean |
ActivationDesc.equals(Object obj) |
boolean |
ActivationGroupDesc.equals(Object obj) |
boolean |
ActivationGroupDesc.CommandEnvironment.equals(Object obj) |
boolean |
ActivationGroupID.equals(Object obj) |
boolean |
ActivationID.equals(Object obj) |
Modifier and Type | Class and Description |
---|---|
class |
Lease |
class |
VMID |
Modifier and Type | Method and Description |
---|---|
boolean |
VMID.equals(Object obj) |
Modifier and Type | Class and Description |
---|---|
class |
LocateRegistry |
Modifier and Type | Class and Description |
---|---|
class |
ExportException |
class |
LogStream |
class |
ObjID |
class |
Operation |
class |
RemoteObject |
class |
RemoteServer |
class |
RemoteStub |
class |
RMIClassLoader |
class |
RMISocketFactory |
class |
ServerCloneException |
class |
ServerNotActiveException |
class |
SkeletonMismatchException |
class |
SkeletonNotFoundException |
class |
SocketSecurityException |
class |
UID |
class |
UnicastRemoteObject |
Modifier and Type | Method and Description |
---|---|
Object |
UnicastRemoteObject.clone() |
Object |
LoaderHandler.getSecurityContext(ClassLoader loader) |
static Object |
RMIClassLoader.getSecurityContext(ClassLoader loader)
Deprecated.
|
Object |
RemoteRef.invoke(Remote obj,
Method method,
Object[] params,
long opnum) |
Modifier and Type | Method and Description |
---|---|
boolean |
ObjID.equals(Object obj) |
boolean |
RemoteObject.equals(Object obj) |
boolean |
UID.equals(Object obj) |
RemoteStub |
ServerRef.exportObject(Remote obj,
Object data) |
Object |
RemoteRef.invoke(Remote obj,
Method method,
Object[] params,
long opnum) |
Modifier and Type | Class and Description |
---|---|
class |
AccessControlContext
An AccessControlContext is a set of ProtectionDomains.
|
class |
AccessControlException |
class |
AccessController
Utitlity class responsible for launching privileged code.
|
class |
AlgorithmParameterGenerator |
class |
AlgorithmParameterGeneratorSpi |
class |
AlgorithmParameters |
class |
AlgorithmParametersSpi |
class |
AllPermission |
class |
BasicPermission |
class |
CodeSource
CodeSource encapsulates the location from where code is loaded and
the certificates that were used to verify that code. |
class |
DigestException |
class |
DigestInputStream |
class |
DigestOutputStream |
class |
GeneralSecurityException |
class |
GuardedObject |
class |
Identity
Deprecated.
|
class |
IdentityScope
Deprecated.
|
class |
InvalidAlgorithmParameterException |
class |
InvalidKeyException |
class |
InvalidParameterException |
class |
KeyException |
class |
KeyFactory |
class |
KeyFactorySpi |
class |
KeyManagementException |
class |
KeyPair |
class |
KeyPairGenerator |
class |
KeyPairGeneratorSpi |
class |
KeyStore |
class |
KeyStoreException |
class |
KeyStoreSpi |
class |
MessageDigest |
class |
MessageDigestSpi |
class |
NoSuchAlgorithmException |
class |
NoSuchProviderException |
class |
Permission |
class |
PermissionCollection |
class |
Permissions
The class Permissions represents a collection of PermissionCollection's
(a super-collection).
|
class |
Policy |
class |
PrivilegedActionException |
class |
ProtectionDomain
The protection domain to which a class belongs.
|
static class |
Provider
Provider is the abstract superclass for all security providers in the
Java security infrastructure. |
class |
ProviderException |
class |
SecureClassLoader |
class |
SecureRandom |
class |
SecureRandomSpi |
class |
Security |
class |
SecurityPermission |
class |
Signature |
class |
SignatureException |
class |
SignatureSpi |
class |
SignedObject |
class |
Signer
Deprecated.
|
class |
UnrecoverableKeyException |
class |
UnresolvedPermission |
Modifier and Type | Method and Description |
---|---|
Object |
MessageDigest.clone() |
Object |
MessageDigestSpi.clone() |
Object |
SignatureSpi.clone() |
Object |
Signature.clone() |
static Object |
AccessController.doPrivileged(PrivilegedAction action)
Launch some privileged code in the current context.
|
static Object |
AccessController.doPrivileged(PrivilegedAction action,
AccessControlContext context)
Launch some privileged code in another context.
|
static Object |
AccessController.doPrivileged(PrivilegedExceptionAction action)
Launch some privileged code in the current context.
|
static Object |
AccessController.doPrivileged(PrivilegedExceptionAction action,
AccessControlContext context)
Launch some privileged code in another context.
|
protected abstract Object |
SignatureSpi.engineGetParameter(String param)
Deprecated.
|
Object |
GuardedObject.getObject() |
Object |
SignedObject.getObject() |
Object |
Signature.getParameter(String param)
Deprecated.
|
Object |
Provider.put(Object key,
Object value)
Maps the specified
key property name to the specified value . |
Object |
Provider.remove(Object key)
Removes the specified
key and its associated value from this
Provider . |
Object |
PrivilegedAction.run() |
Object |
PrivilegedExceptionAction.run() |
Modifier and Type | Method and Description |
---|---|
void |
Guard.checkGuard(Object object) |
void |
Permission.checkGuard(Object object) |
protected abstract void |
SignatureSpi.engineSetParameter(String param,
Object value)
Deprecated.
Replaced by engineSetParameter.
|
boolean |
AccessControlContext.equals(Object o)
Two AccessControlContexts are considered equal if they contain the same elements (not necessarily in the same order).
|
boolean |
AllPermission.equals(Object o) |
boolean |
BasicPermission.equals(Object o) |
boolean |
Identity.equals(Object identity)
Deprecated.
|
abstract boolean |
Permission.equals(Object obj) |
boolean |
Principal.equals(Object another) |
boolean |
UnresolvedPermission.equals(Object obj) |
boolean |
CodeSource.equals(Object obj)
Compares the specified object with this
CodeSource for equality. |
Object |
Provider.put(Object key,
Object value)
Maps the specified
key property name to the specified value . |
Object |
Provider.remove(Object key)
Removes the specified
key and its associated value from this
Provider . |
void |
Signature.setParameter(String param,
Object value) |
Constructor and Description |
---|
GuardedObject(Object object,
Guard guard) |
Modifier and Type | Class and Description |
---|---|
class |
AclNotFoundException |
class |
LastOwnerException |
class |
NotOwnerException |
Modifier and Type | Method and Description |
---|---|
Object |
AclEntry.clone() |
Modifier and Type | Method and Description |
---|---|
boolean |
Permission.equals(Object other) |
Modifier and Type | Class and Description |
---|---|
class |
Certificate |
static class |
CertificateEncodingException
This class represents an encoding exception for a certificate.
|
static class |
CertificateException
This class represents a general certificate exception.
|
class |
CertificateFactory |
class |
CertificateFactorySpi |
class |
CertPath
This class represents an immutable sequence, or path, of security
certificates.
|
protected static class |
CertPath.CertPathRep
The serialized representation of a path.
|
class |
CertPathBuilder
This class implements the functionality of a builder for an unverified
Certification Paths from a specified certificate to a trust anchor.
|
class |
CertPathBuilderException
Indicates a problem while using a
CertPathBuilder , wrapping
the lower exception. |
class |
CertPathBuilderSpi
The
CertPathBuilder Service Provider Interface
(SPI). |
class |
CertPathValidator
Generic interface to classes that validate certificate paths.
|
class |
CertPathValidatorException
Indicates a problem while validating a certification path.
|
class |
CertPathValidatorSpi
The service provider interface (SPI) for the
CertPathValidator class. |
class |
CertStore
A CertStore is a read-only repository for certificates and
certificate revocation lists.
|
class |
CertStoreException
Indicates a problem while retrieving certificates and CRLs from
CertStore , wrapping the lower exception. |
class |
CertStoreSpi
The service provider interface (SPI) for the
CertStore class. |
class |
CollectionCertStoreParameters
An implementation of
CertStoreParameters with a simple,
in-memory Collection of certificates and certificate
revocation list. |
class |
CRL |
class |
CRLException |
class |
LDAPCertStoreParameters
LDAPCertStoreParameters:
|
class |
PKIXBuilderParameters
Parameters for building certificate paths using the PKIX algorithm.
|
class |
PKIXCertPathBuilderResult
The result of calling the
CertPathBuilder.build(java.security.cert.CertPathParameters) method
of PKIX CertPathBuilder s. |
class |
PKIXCertPathChecker
A validator for X.509 certificates when approving certificate chains.
|
class |
PKIXCertPathValidatorResult
Results returned by the
CertPathValidator.validate(java.security.cert.CertPath,java.security.cert.CertPathParameters)
method for PKIX CertPathValidator s. |
class |
PKIXParameters
Parameters for verifying certificate paths using the PKIX
(Public-Key Infrastructure (X.509)) algorithm.
|
class |
PolicyQualifierInfo
The PolicyQualifierInfo X.509 certificate extension.
|
class |
TrustAnchor
An ultimately-trusted certificate to serve as the root of a
certificate chain.
|
class |
X509Certificate |
class |
X509CertSelector
A concrete implementation of
CertSelector for X.509 certificates,
which allows a number of criteria to be set when accepting certificates,
from validity dates, to issuer and subject distinguished names, to some
of the various X.509 extensions. |
class |
X509CRL |
class |
X509CRLEntry |
class |
X509CRLSelector
A class for matching X.509 certificate revocation lists by criteria.
|
Modifier and Type | Method and Description |
---|---|
Object |
CRLSelector.clone()
Returns a clone of this instance.
|
Object |
CertPathBuilderResult.clone()
Creates a copy of this builder result.
|
Object |
CertPathParameters.clone()
Makes a copy of this CertPathParameters instance.
|
Object |
CertPathValidatorResult.clone()
Returns a copy of this validator result.
|
Object |
CertSelector.clone()
Returns a copy of this CertSelector.
|
Object |
CertStoreParameters.clone()
Create a copy of these parameters.
|
Object |
CollectionCertStoreParameters.clone() |
Object |
LDAPCertStoreParameters.clone() |
Object |
PKIXCertPathChecker.clone() |
Object |
PKIXCertPathValidatorResult.clone()
Returns a copy of this object.
|
Object |
PKIXParameters.clone()
Returns a copy of these parameters.
|
Object |
X509CRLSelector.clone()
Returns a copy of this object.
|
Object |
X509CertSelector.clone() |
protected Object |
CertPath.CertPathRep.readResolve()
Decode the data into an actual
CertPath upon deserialization. |
protected Object |
CertPath.writeReplace()
Serializes the path in its encoded form, to ensure reserialization with
the appropriate factory object without worrying about list implementation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Certificate.equals(Object other) |
boolean |
CertPath.equals(Object o)
Compares this path to another for semantic equality.
|
boolean |
X509CRL.equals(Object other) |
boolean |
X509CRLEntry.equals(Object other) |
Modifier and Type | Class and Description |
---|---|
class |
DSAParameterSpec |
class |
DSAPrivateKeySpec |
class |
DSAPublicKeySpec |
class |
EncodedKeySpec |
class |
InvalidKeySpecException |
class |
InvalidParameterSpecException |
class |
PKCS8EncodedKeySpec |
class |
PSSParameterSpec
PSSParameterSpec:
|
class |
RSAKeyGenParameterSpec |
class |
RSAMultiPrimePrivateCrtKeySpec
RSAMultiPrimePrivateCrtKeySpec:
|
class |
RSAOtherPrimeInfo
RSAOtherPrimeInfo:
|
class |
RSAPrivateCrtKeySpec |
class |
RSAPrivateKeySpec |
class |
RSAPublicKeySpec |
class |
X509EncodedKeySpec |
Modifier and Type | Class and Description |
---|---|
class |
BatchUpdateException |
class |
DataTruncation |
class |
DriverManager |
class |
DriverPropertyInfo |
class |
SQLException |
class |
SQLPermission |
class |
SQLWarning |
class |
Time |
class |
Timestamp |
class |
Types |
Modifier and Type | Method and Description |
---|---|
Object |
Array.getArray() |
Object |
Array.getArray(long index,
int count) |
Object |
Array.getArray(long index,
int count,
Map map) |
Object |
Array.getArray(Map map) |
Object[] |
Struct.getAttributes() |
Object[] |
Struct.getAttributes(Map map) |
Object |
CallableStatement.getObject(int parameterIndex) |
Object |
ResultSet.getObject(int columnIndex) |
Object |
CallableStatement.getObject(int i,
Map map) |
Object |
ResultSet.getObject(int i,
Map map) |
Object |
ResultSet.getObject(String columnName) |
Object |
ResultSet.getObject(String colName,
Map map) |
Object |
SQLInput.readObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
Timestamp.equals(Object ts) |
void |
PreparedStatement.setObject(int parameterIndex,
Object x) |
void |
PreparedStatement.setObject(int parameterIndex,
Object x,
int targetSqlType) |
void |
PreparedStatement.setObject(int parameterIndex,
Object x,
int targetSqlType,
int scale) |
void |
ResultSet.updateObject(int columnIndex,
Object x) |
void |
ResultSet.updateObject(int columnIndex,
Object x,
int scale) |
void |
ResultSet.updateObject(String columnName,
Object x) |
void |
ResultSet.updateObject(String columnName,
Object x,
int scale) |
Modifier and Type | Class and Description |
---|---|
class |
Annotation |
static class |
AttributedCharacterIterator.Attribute |
class |
AttributedString
Holds a string with attributes describing the characters of
this string.
|
class |
BreakIterator |
class |
ChoiceFormat |
class |
CollationElementIterator |
class |
CollationKey |
class |
Collator |
class |
DateFormat
An abstract class for date/time formatting subclasses which formats and
parses dates or time in a language-independent manner.
|
static class |
DateFormat.Field
The instances of this inner class are used as attribute keys and values
in
AttributedCharacterIterator that the
Format.formatToCharacterIterator(Object) method returns. |
class |
DateFormatSymbols |
class |
DecimalFormat |
class |
DecimalFormatSymbols |
class |
FieldPosition |
class |
Format
The base class for all formats.
|
static class |
Format.Field
Inner class used to represent
Format attributes in the
AttributedCharacterIterator that the
formatToCharacterIterator() method returns in Format
subclasses. |
class |
MessageFormat |
class |
NumberFormat |
class |
ParseException |
class |
ParsePosition |
class |
RuleBasedCollator |
class |
SimpleDateFormat |
class |
StringCharacterIterator |
Modifier and Type | Method and Description |
---|---|
Object |
BreakIterator.clone() |
Object |
CharacterIterator.clone() |
Object |
ChoiceFormat.clone() |
Object |
Collator.clone() |
Object |
DateFormat.clone()
Returns a new instance of
DateFormat with the same properties. |
Object |
DateFormatSymbols.clone() |
Object |
DecimalFormat.clone() |
Object |
DecimalFormatSymbols.clone() |
Object |
Format.clone()
Returns a copy of this
Format instance. |
Object |
MessageFormat.clone() |
Object |
NumberFormat.clone() |
Object |
RuleBasedCollator.clone() |
Object |
SimpleDateFormat.clone() |
Object |
StringCharacterIterator.clone() |
Object |
AttributedCharacterIterator.getAttribute(AttributedCharacterIterator.Attribute attri) |
Object[] |
ChoiceFormat.getFormats() |
Object |
Annotation.getValue() |
Object[] |
MessageFormat.parse(String src) |
Object[] |
MessageFormat.parse(String src,
ParsePosition pos) |
Object |
Format.parseObject(String source)
Parses the specified string using the rules of this format.
|
Object |
DateFormat.parseObject(String string,
ParsePosition position)
Parses a date from the specified string starting at the index specified
by
position . |
abstract Object |
Format.parseObject(String source,
ParsePosition pos)
Parses the specified string starting at the index specified by
position . |
Object |
MessageFormat.parseObject(String source,
ParsePosition pos) |
Object |
NumberFormat.parseObject(String srcStr,
ParsePosition pos) |
protected Object |
AttributedCharacterIterator.Attribute.readResolve()
According to the specs this method must be overriden by subclasses.
|
protected Object |
DateFormat.Field.readResolve()
Resolves instances that are deserialized to the constant
DateFormat.Field values. |
Modifier and Type | Method and Description |
---|---|
void |
AttributedString.addAttribute(AttributedCharacterIterator.Attribute attribute,
Object value)
Applies a given attribute to this string.
|
void |
AttributedString.addAttribute(AttributedCharacterIterator.Attribute attribute,
Object value,
int start,
int end)
Applies a given attribute to the given range of this string.
|
int |
Collator.compare(Object one,
Object two) |
int |
CollationKey.compareTo(Object key) |
boolean |
AttributedCharacterIterator.Attribute.equals(Object o) |
boolean |
ChoiceFormat.equals(Object o) |
boolean |
CollationKey.equals(Object o) |
boolean |
Collator.equals(Object o) |
boolean |
DateFormat.equals(Object object)
Compares this date format with the specified object and indicates if they
are equal.
|
boolean |
DateFormatSymbols.equals(Object o) |
boolean |
DecimalFormat.equals(Object o) |
boolean |
DecimalFormatSymbols.equals(Object o) |
boolean |
FieldPosition.equals(Object o) |
boolean |
MessageFormat.equals(Object o) |
boolean |
NumberFormat.equals(Object obj) |
boolean |
ParsePosition.equals(Object o) |
boolean |
RuleBasedCollator.equals(Object o) |
boolean |
SimpleDateFormat.equals(Object o) |
boolean |
StringCharacterIterator.equals(Object o) |
String |
Format.format(Object obj)
Formats the specified object using the rules of this format.
|
StringBuffer |
MessageFormat.format(Object[] args,
StringBuffer dest,
FieldPosition pos) |
StringBuffer |
DateFormat.format(Object object,
StringBuffer buffer,
FieldPosition field)
Formats the specified object as a string using the pattern of this date
format and appends the string to the specified string buffer.
|
abstract StringBuffer |
Format.format(Object obj,
StringBuffer appendBuf,
FieldPosition pos)
Appends the specified object to the specified string buffer using the
rules of this format.
|
StringBuffer |
MessageFormat.format(Object obj,
StringBuffer dest,
FieldPosition pos) |
StringBuffer |
NumberFormat.format(Object number,
StringBuffer buf,
FieldPosition pos) |
static String |
MessageFormat.format(String pattern,
Object[] args) |
AttributedCharacterIterator |
Format.formatToCharacterIterator(Object object)
Formats the specified object using the rules of this format and returns
an
AttributedCharacterIterator with the formatted string and no
attributes. |
Constructor and Description |
---|
Annotation(Object value) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollection
Class
AbstractCollection is an abstract implementation of the Collection interface. |
class |
AbstractList
AbstractList is an abstract implementation of the List interface, optimized
for a backing store which supports random access. |
class |
AbstractMap
This class is an abstract implementation of the
Map interface. |
class |
AbstractSequentialList
AbstractSequentialList is an abstract implementation of the List interface.
|
class |
AbstractSet
An AbstractSet is an abstract implementation of the Set interface.
|
class |
ArrayList
ArrayList is an implementation of
List , backed by an array. |
class |
Arrays
Arrays contains static methods which operate on arrays. |
class |
BitSet |
class |
Calendar
Calendar is an abstract class which provides the conversion between Dates and
integer calendar fields, such as the month, year or minute.
|
class |
Collections
Collections contains static methods which operate on
Collection classes. |
static class |
Collections.UnmodEntry
UnmodEntry:
|
class |
ConcurrentModificationException |
class |
Currency
Currency:
|
class |
Date
Date represents a specific moment in time, to the millisecond. |
class |
Dictionary |
class |
EmptyStackException |
class |
EventListenerProxy
EventListenerProxy:
|
class |
EventObject |
class |
GregorianCalendar
GregorianCalendar provides the conversion between Dates and integer calendar
fields, such as the month, year or minute, for the Gregorian calendar.
|
class |
HashMap
HashMap is an implementation of Map.
|
class |
HashSet
HashSet is an implementation of a Set.
|
class |
Hashtable
Hashtable associates keys with values.
|
class |
IdentityHashMap
IdentityHashMap is a variant on HashMap which tests equality by reference
instead of equality by value.
|
class |
LinkedHashMap
LinkedHashMap is a variant of HashMap.
|
class |
LinkedHashSet
LinkedHashSet is a variant of HashSet.
|
class |
LinkedList |
class |
ListResourceBundle |
class |
Locale |
class |
MissingResourceException |
class |
NoSuchElementException |
class |
Observable |
class |
Properties |
class |
PropertyPermission
This class is like a simplified version of java.io.FilePermission, q.v..
|
class |
PropertyResourceBundle |
class |
Random |
class |
ResourceBundle |
class |
SimpleTimeZone |
class |
Stack
Stack is an implementation of a LIFO (last in, first out) queue on top of a Vector
|
class |
StringTokenizer
Breaks a string into tokens; new code should probably use
String#split . |
class |
Timer |
class |
TimerTask |
class |
TimeZone |
class |
TooManyListenersException |
class |
TreeMap
Implentation of a SortedMap based on tree-structure.
|
class |
TreeSet |
class |
Vector |
class |
WeakHashMap |
Modifier and Type | Field and Description |
---|---|
protected Object[] |
Vector.elementData |
protected Object |
EventObject.source |
Modifier and Type | Method and Description |
---|---|
protected Object |
AbstractMap.clone()
Returns a new instance of the same class as this instance, whose slots
have been filled in with the values of the slots of this instance.
|
Object |
ArrayList.clone()
Returns a new
ArrayList with the same elements, the same size and
the same capacity as this ArrayList . |
Object |
BitSet.clone() |
Object |
Calendar.clone()
Answers a new Calendar with the same properties.
|
Object |
Date.clone()
Returns a new
Date with the same millisecond value as this Date . |
Object |
GregorianCalendar.clone()
Creates new instance of GregorianCalendar with the same properties.
|
Object |
HashMap.clone()
Returns a shallow copy of this map.
|
Object |
HashSet.clone()
Returns a new
HashSet with the same elements and size as this
HashSet . |
Object |
Hashtable.clone()
Returns a new
Hashtable with the same key/value pairs, capacity
and load factor. |
Object |
IdentityHashMap.clone()
Returns a new IdentityHashMap with the same mappings and size as this
one.
|
Object |
LinkedList.clone() |
Object |
Locale.clone() |
Object |
SimpleTimeZone.clone() |
Object |
TimeZone.clone() |
Object |
TreeMap.clone() |
Object |
TreeSet.clone() |
Object |
Vector.clone() |
Object |
Vector.elementAt(int index) |
Object |
SortedSet.first() |
Object |
TreeSet.first() |
Object |
Vector.firstElement() |
Object |
SortedMap.firstKey() |
Object |
TreeMap.firstKey() |
abstract Object |
AbstractList.get(int location)
Returns the element at the specified location in this list.
|
Object |
AbstractSequentialList.get(int location) |
Object |
ArrayList.get(int location) |
Object |
List.get(int index) |
Object |
Vector.get(int index) |
Object |
AbstractMap.get(Object key)
Returns the value of the mapping with the specified key.
|
abstract Object |
Dictionary.get(Object key) |
Object |
HashMap.get(Object key)
Returns the value of the mapping with the specified key.
|
Object |
Hashtable.get(Object key)
Returns the value associated with the specified key in this
Hashtable . |
Object |
IdentityHashMap.get(Object key)
Returns the value of the mapping with the specified key.
|
Object |
LinkedHashMap.get(Object key)
Returns the value of the mapping with the specified key.
|
Object |
Map.get(Object key) |
Object |
TreeMap.get(Object key) |
Object |
WeakHashMap.get(Object key) |
protected abstract Object[][] |
ListResourceBundle.getContents() |
Object |
LinkedList.getFirst() |
Object |
Collections.UnmodEntry.getKey() |
Object |
Map.Entry.getKey() |
Object |
LinkedList.getLast() |
Object |
ResourceBundle.getObject(String key) |
Object |
EventObject.getSource() |
Object |
Collections.UnmodEntry.getValue() |
Object |
Map.Entry.getValue() |
Object |
ListResourceBundle.handleGetObject(String key) |
Object |
PropertyResourceBundle.handleGetObject(String key) |
protected abstract Object |
ResourceBundle.handleGetObject(String key) |
Object |
SortedSet.last() |
Object |
TreeSet.last() |
Object |
Vector.lastElement() |
Object |
SortedMap.lastKey() |
Object |
TreeMap.lastKey() |
static Object |
Collections.max(Collection collection)
Searches the specified collection for the maximum element.
|
static Object |
Collections.max(Collection collection,
Comparator comparator)
Searches the specified collection for the maximum element using the
specified comparator.
|
static Object |
Collections.min(Collection collection)
Searches the specified collection for the minimum element.
|
static Object |
Collections.min(Collection collection,
Comparator comparator)
Searches the specified collection for the minimum element using the
specified comparator.
|
Object |
Iterator.next() |
Object |
ListIterator.next() |
Object |
Enumeration.nextElement() |
Object |
StringTokenizer.nextElement()
Returns the next token in the string as an
Object . |
Object |
Stack.peek()
Return the element at the top of the stack (without removing it)
|
Object |
Stack.pop()
Return and remove the object at the top of the stack.
|
Object |
ListIterator.previous() |
Object |
Stack.push(Object item)
Push an object on top of the stack
|
Object |
AbstractMap.put(Object key,
Object value)
Maps the specified key to the specified value.
|
abstract Object |
Dictionary.put(Object key,
Object Element) |
Object |
HashMap.put(Object key,
Object value)
Maps the specified key to the specified value.
|
Object |
Hashtable.put(Object key,
Object value)
Associate the specified value with the specified key in this
Hashtable . |
Object |
IdentityHashMap.put(Object key,
Object value)
Maps the specified key to the specified value.
|
Object |
LinkedHashMap.put(Object key,
Object value)
Maps the specified key to the specified value.
|
Object |
Map.put(Object key,
Object value) |
Object |
TreeMap.put(Object key,
Object value) |
Object |
WeakHashMap.put(Object key,
Object newvalue) |
Object |
AbstractList.remove(int location)
Removes the object at the specified location from this list.
|
Object |
AbstractSequentialList.remove(int location) |
Object |
ArrayList.remove(int location)
Removes the object at the specified location from this list.
|
Object |
LinkedList.remove(int idx) |
Object |
List.remove(int index) |
Object |
Vector.remove(int index) |
Object |
AbstractMap.remove(Object key)
Removes a mapping with the specified key from this Map.
|
abstract Object |
Dictionary.remove(Object key) |
Object |
HashMap.remove(Object key)
Removes the mapping with the specified key from this map.
|
Object |
Hashtable.remove(Object key)
Removes the key/value pair with the specified key from this
Hashtable . |
Object |
IdentityHashMap.remove(Object key)
Removes the mapping with the specified key from this map.
|
Object |
LinkedHashMap.remove(Object key)
Removes the mapping with the specified key from this map.
|
Object |
Map.remove(Object key) |
Object |
TreeMap.remove(Object key) |
Object |
WeakHashMap.remove(Object key) |
Object |
LinkedList.removeFirst() |
Object |
LinkedList.removeLast() |
Object |
AbstractList.set(int location,
Object object)
Replaces the element at the specified location in this list with the
specified object.
|
Object |
AbstractSequentialList.set(int location,
Object object) |
Object |
ArrayList.set(int location,
Object object)
Replaces the element at the specified location in this
ArrayList
with the specified object. |
Object |
LinkedList.set(int idx,
Object e) |
Object |
List.set(int index,
Object element) |
Object |
Vector.set(int index,
Object element) |
Object |
Properties.setProperty(String key,
String value) |
Object |
Collections.UnmodEntry.setValue(Object value) |
Object |
Map.Entry.setValue(Object value) |
Object[] |
AbstractCollection.toArray() |
Object[] |
ArrayList.toArray()
Returns a new array containing all elements contained in this
ArrayList . |
Object[] |
Collection.toArray() |
Object[] |
LinkedList.toArray() |
Object[] |
List.toArray() |
Object[] |
Set.toArray() |
Object[] |
Vector.toArray() |
Object[] |
AbstractCollection.toArray(Object[] contents) |
Object[] |
ArrayList.toArray(Object[] contents)
Returns an array containing all elements contained in this
ArrayList . |
Object[] |
Collection.toArray(Object[] a) |
Object[] |
LinkedList.toArray(Object[] arr) |
Object[] |
List.toArray(Object[] a) |
Object[] |
Set.toArray(Object[] a) |
Object[] |
Vector.toArray(Object[] arr) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractList.add(int location,
Object object)
Inserts the specified object into this List at the specified location.
|
void |
AbstractSequentialList.add(int location,
Object object) |
void |
ArrayList.add(int location,
Object object)
Inserts the specified object into this
ArrayList at the specified
location. |
void |
LinkedList.add(int idx,
Object e) |
void |
List.add(int index,
Object element) |
void |
Vector.add(int index,
Object o) |
boolean |
AbstractCollection.add(Object object) |
boolean |
AbstractList.add(Object object)
Adds the specified object at the end of this List.
|
boolean |
ArrayList.add(Object object)
Adds the specified object at the end of this
ArrayList . |
boolean |
Collection.add(Object o) |
boolean |
HashSet.add(Object object)
Adds the specified object to this
HashSet if not already present. |
boolean |
LinkedList.add(Object e) |
boolean |
List.add(Object o) |
void |
ListIterator.add(Object o) |
boolean |
Set.add(Object o) |
boolean |
TreeSet.add(Object key) |
boolean |
Vector.add(Object o) |
void |
Vector.addElement(Object obj) |
void |
LinkedList.addFirst(Object e) |
void |
LinkedList.addLast(Object e) |
boolean |
Calendar.after(Object calendar)
Answers if the Date specified by this Calendar instance is after the Date
specified by the parameter.
|
static List |
Arrays.asList(Object[] array)
Returns a
List of the objects in the specified array. |
boolean |
Calendar.before(Object calendar)
Answers if the Date specified by this Calendar instance is before the
Date specified by the parameter.
|
static int |
Collections.binarySearch(List list,
Object object)
Performs a binary search for the specified element in the specified
sorted list.
|
static int |
Collections.binarySearch(List list,
Object object,
Comparator comparator)
Performs a binary search for the specified element in the specified
sorted list using the specified comparator.
|
static int |
Arrays.binarySearch(Object[] array,
Object object)
Performs a binary search for the specified element in the specified
ascending sorted array.
|
static int |
Arrays.binarySearch(Object[] array,
Object object)
Performs a binary search for the specified element in the specified
ascending sorted array.
|
static int |
Arrays.binarySearch(Object[] array,
Object object,
Comparator comparator)
Performs a binary search for the specified element in the specified
ascending sorted array using the
Comparator to compare elements. |
static int |
Arrays.binarySearch(Object[] array,
Object object,
Comparator comparator)
Performs a binary search for the specified element in the specified
ascending sorted array using the
Comparator to compare elements. |
int |
Comparator.compare(Object o1,
Object o2) |
int |
Date.compareTo(Object obj)
Compares this Date to another Object.
|
boolean |
AbstractCollection.contains(Object object)
Tests whether this
Collection contains the specified object. |
boolean |
ArrayList.contains(Object object)
Searches this
ArrayList for the specified object. |
boolean |
Collection.contains(Object o) |
boolean |
HashSet.contains(Object object)
Searches this
HashSet for the specified object. |
boolean |
Hashtable.contains(Object value)
Returns true if this
Hashtable contains the specified object as
the value of at least one of the key/value pairs. |
boolean |
LinkedList.contains(Object o) |
boolean |
List.contains(Object o) |
boolean |
Set.contains(Object o) |
boolean |
TreeSet.contains(Object key) |
boolean |
Vector.contains(Object elem) |
boolean |
AbstractMap.containsKey(Object key)
Returns whether this map contains the specified key.
|
boolean |
HashMap.containsKey(Object key)
Returns whether this map contains the specified key.
|
boolean |
Hashtable.containsKey(Object key)
Returns true if this
Hashtable contains the specified object as a
key of one of the key/value pairs. |
boolean |
IdentityHashMap.containsKey(Object key)
Returns whether this map contains the specified key.
|
boolean |
Map.containsKey(Object key) |
boolean |
TreeMap.containsKey(Object key) |
boolean |
WeakHashMap.containsKey(Object key) |
boolean |
AbstractMap.containsValue(Object value)
Returns whether this map contains the specified value.
|
boolean |
HashMap.containsValue(Object value)
Returns whether this map contains the specified value.
|
boolean |
Hashtable.containsValue(Object value)
Searches this
Hashtable for the specified value. |
boolean |
IdentityHashMap.containsValue(Object value)
Returns whether this map contains the specified value.
|
boolean |
LinkedHashMap.containsValue(Object value) |
boolean |
Map.containsValue(Object value) |
boolean |
TreeMap.containsValue(Object o)
copies the behaviour of the iterator but without generating all the extra objects
|
void |
Vector.copyInto(Object[] anArray) |
static boolean |
Arrays.deepEquals(Object[] array1,
Object[] array2)
Returns
true if the two given arrays are deeply equal to one another. |
static boolean |
Arrays.deepEquals(Object[] array1,
Object[] array2)
Returns
true if the two given arrays are deeply equal to one another. |
static int |
Arrays.deepHashCode(Object[] array)
Returns a hash code based on the "deep contents" of the given array.
|
boolean |
AbstractList.equals(Object object)
Compares the specified object to this list and return true if they are
equal.
|
boolean |
AbstractMap.equals(Object object)
Compares the specified object to this instance, and returns
true
if the specified object is a map and both maps contain the same mappings. |
boolean |
AbstractSet.equals(Object object)
Compares the specified object to this Set and returns true if they are
equal.
|
boolean |
BitSet.equals(Object obj) |
boolean |
Calendar.equals(Object object)
Compares the specified object to this Calendar and answer if they are
equal.
|
boolean |
Collection.equals(Object o) |
boolean |
Collections.UnmodEntry.equals(Object obj) |
boolean |
Comparator.equals(Object obj) |
boolean |
Date.equals(Object object)
Compares the specified object to this
Date and returns if they are equal. |
boolean |
GregorianCalendar.equals(Object object)
Compares the specified object to this GregorianCalendar and answer if
they are equal.
|
boolean |
Hashtable.equals(Object object)
Compares this
Hashtable with the specified object and indicates
if they are equal. |
boolean |
IdentityHashMap.equals(Object object)
Compares this map with other objects.
|
boolean |
List.equals(Object o) |
boolean |
Locale.equals(Object o) |
boolean |
Map.equals(Object o) |
boolean |
Map.Entry.equals(Object o) |
boolean |
PropertyPermission.equals(Object o) |
boolean |
Set.equals(Object o) |
boolean |
SimpleTimeZone.equals(Object o) |
boolean |
Vector.equals(Object o)
equals overwrites Object.equals
|
static boolean |
Arrays.equals(Object[] array1,
Object[] array2)
Compares the two arrays.
|
static boolean |
Arrays.equals(Object[] array1,
Object[] array2)
Compares the two arrays.
|
static void |
Collections.fill(List list,
Object object)
Fills the specified list with the specified element.
|
static void |
Arrays.fill(Object[] array,
int start,
int end,
Object value)
Fills the specified range in the array with the specified element.
|
static void |
Arrays.fill(Object[] array,
int start,
int end,
Object value)
Fills the specified range in the array with the specified element.
|
static void |
Arrays.fill(Object[] array,
Object value)
Fills the specified array with the specified element.
|
static void |
Arrays.fill(Object[] array,
Object value)
Fills the specified array with the specified element.
|
Object |
AbstractMap.get(Object key)
Returns the value of the mapping with the specified key.
|
abstract Object |
Dictionary.get(Object key) |
Object |
HashMap.get(Object key)
Returns the value of the mapping with the specified key.
|
Object |
Hashtable.get(Object key)
Returns the value associated with the specified key in this
Hashtable . |
Object |
IdentityHashMap.get(Object key)
Returns the value of the mapping with the specified key.
|
Object |
LinkedHashMap.get(Object key)
Returns the value of the mapping with the specified key.
|
Object |
Map.get(Object key) |
Object |
TreeMap.get(Object key) |
Object |
WeakHashMap.get(Object key) |
static int |
Arrays.hashCode(Object[] array)
Returns a hash code based on the contents of the given array.
|
SortedMap |
SortedMap.headMap(Object toKey) |
SortedMap |
TreeMap.headMap(Object toV) |
SortedSet |
SortedSet.headSet(Object toElement) |
SortedSet |
TreeSet.headSet(Object toV) |
int |
AbstractList.indexOf(Object object)
Searches this list for the specified object and returns the index of the
first occurrence.
|
int |
ArrayList.indexOf(Object object) |
int |
LinkedList.indexOf(Object o) |
int |
List.indexOf(Object o) |
int |
Vector.indexOf(Object elem) |
int |
Vector.indexOf(Object elem,
int index) |
void |
Vector.insertElementAt(Object obj,
int index) |
int |
AbstractList.lastIndexOf(Object object)
Searches this list for the specified object and returns the index of the
last occurrence.
|
int |
ArrayList.lastIndexOf(Object object) |
int |
LinkedList.lastIndexOf(Object o) |
int |
List.lastIndexOf(Object o) |
int |
Vector.lastIndexOf(Object elem) |
int |
Vector.lastIndexOf(Object elem,
int index) |
static List |
Collections.nCopies(int length,
Object object)
Returns a list containing the specified number of the specified element.
|
void |
Observable.notifyObservers(Object arg) |
Object |
Stack.push(Object item)
Push an object on top of the stack
|
Object |
AbstractMap.put(Object key,
Object value)
Maps the specified key to the specified value.
|
abstract Object |
Dictionary.put(Object key,
Object Element) |
Object |
HashMap.put(Object key,
Object value)
Maps the specified key to the specified value.
|
Object |
Hashtable.put(Object key,
Object value)
Associate the specified value with the specified key in this
Hashtable . |
Object |
IdentityHashMap.put(Object key,
Object value)
Maps the specified key to the specified value.
|
Object |
LinkedHashMap.put(Object key,
Object value)
Maps the specified key to the specified value.
|
Object |
Map.put(Object key,
Object value) |
Object |
TreeMap.put(Object key,
Object value) |
Object |
WeakHashMap.put(Object key,
Object newvalue) |
boolean |
AbstractCollection.remove(Object object)
Removes one instance of the specified object from this
Collection if one
is contained (optional). |
Object |
AbstractMap.remove(Object key)
Removes a mapping with the specified key from this Map.
|
boolean |
ArrayList.remove(Object object) |
boolean |
Collection.remove(Object o) |
abstract Object |
Dictionary.remove(Object key) |
Object |
HashMap.remove(Object key)
Removes the mapping with the specified key from this map.
|
boolean |
HashSet.remove(Object object)
Removes the specified object from this
HashSet . |
Object |
Hashtable.remove(Object key)
Removes the key/value pair with the specified key from this
Hashtable . |
Object |
IdentityHashMap.remove(Object key)
Removes the mapping with the specified key from this map.
|
Object |
LinkedHashMap.remove(Object key)
Removes the mapping with the specified key from this map.
|
boolean |
LinkedList.remove(Object e) |
boolean |
List.remove(Object o) |
Object |
Map.remove(Object key) |
boolean |
Set.remove(Object o) |
Object |
TreeMap.remove(Object key) |
boolean |
TreeSet.remove(Object key) |
boolean |
Vector.remove(Object o) |
Object |
WeakHashMap.remove(Object key) |
boolean |
Vector.removeElement(Object obj) |
static boolean |
Collections.replaceAll(List list,
Object obj,
Object obj2)
Replaces all occurrences of Object
obj in list with
newObj . |
int |
Stack.search(Object o)
Return the distance from the top of the stack where the first instance of the
requested object is located.
|
Object |
AbstractList.set(int location,
Object object)
Replaces the element at the specified location in this list with the
specified object.
|
Object |
AbstractSequentialList.set(int location,
Object object) |
Object |
ArrayList.set(int location,
Object object)
Replaces the element at the specified location in this
ArrayList
with the specified object. |
Object |
LinkedList.set(int idx,
Object e) |
Object |
List.set(int index,
Object element) |
Object |
Vector.set(int index,
Object element) |
void |
ListIterator.set(Object o) |
void |
Vector.setElementAt(Object obj,
int index) |
Object |
Collections.UnmodEntry.setValue(Object value) |
Object |
Map.Entry.setValue(Object value) |
static Set |
Collections.singleton(Object object)
Returns a set containing the specified element.
|
static List |
Collections.singletonList(Object object)
Returns a list containing the specified element.
|
static Map |
Collections.singletonMap(Object key,
Object value)
Returns a Map containing the specified key and value.
|
static void |
Arrays.sort(Object[] array)
Sorts the specified array in ascending natural order.
|
static void |
Arrays.sort(Object[] array,
Comparator comparator)
Sorts the specified array using the specified
Comparator . |
static void |
Arrays.sort(Object[] array,
int start,
int end)
Sorts the specified range in the array in ascending natural order.
|
static void |
Arrays.sort(Object[] array,
int start,
int end,
Comparator comparator)
Sorts the specified range in the array using the specified
Comparator . |
SortedMap |
SortedMap.subMap(Object fromKey,
Object toKey) |
SortedMap |
TreeMap.subMap(Object fromV,
Object toV) |
SortedSet |
SortedSet.subSet(Object fromElement,
Object toElement) |
SortedSet |
TreeSet.subSet(Object fromV,
Object toV) |
SortedMap |
SortedMap.tailMap(Object fromKey) |
SortedMap |
TreeMap.tailMap(Object fromV) |
SortedSet |
SortedSet.tailSet(Object fromElement) |
SortedSet |
TreeSet.tailSet(Object fromV) |
Object[] |
AbstractCollection.toArray(Object[] contents) |
Object[] |
ArrayList.toArray(Object[] contents)
Returns an array containing all elements contained in this
ArrayList . |
Object[] |
Collection.toArray(Object[] a) |
Object[] |
LinkedList.toArray(Object[] arr) |
Object[] |
List.toArray(Object[] a) |
Object[] |
Set.toArray(Object[] a) |
Object[] |
Vector.toArray(Object[] arr) |
void |
Observer.update(Observable o,
Object arg) |
Constructor and Description |
---|
EventObject(Object source) |
Modifier and Type | Class and Description |
---|---|
class |
Attributes
The Attributes class is used to store values for Manifest entries.
|
static class |
Attributes.Name |
class |
JarEntry
JarEntry represents an entry in a JAR file.
|
class |
JarException |
class |
JarFile
JarFile is used to read jar entries and their associated data from jar files.
|
class |
JarInputStream |
class |
JarOutputStream |
class |
Manifest
The Manifest class is used to obtain attribute information for a JarFile and
its entries.
|
Modifier and Type | Method and Description |
---|---|
Object |
Attributes.clone() |
Object |
Manifest.clone()
Creates a copy of this Manifest.
|
Object |
Attributes.get(Object key)
Returns the value associated with the parameter key
|
Object |
Attributes.put(Object key,
Object value)
Store value in this Attributes and associate it with key.
|
Object |
Attributes.remove(Object key)
Deletes the key/value pair with key key from this Attributes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Attributes.containsKey(Object key)
Determines whether this Attributes contains the specified key
|
boolean |
Attributes.containsValue(Object value)
Determines whether this Attributes contains the specified value
|
boolean |
Attributes.equals(Object obj)
Determines if this Attributes and the parameter Attributes are equal.
|
boolean |
Attributes.Name.equals(Object object) |
boolean |
Manifest.equals(Object o)
Determines if the receiver is equal to the parameter Object.
|
Object |
Attributes.get(Object key)
Returns the value associated with the parameter key
|
Object |
Attributes.put(Object key,
Object value)
Store value in this Attributes and associate it with key.
|
Object |
Attributes.remove(Object key)
Deletes the key/value pair with key key from this Attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
Adler32
Adler-32 is composed of two sums accumulated per byte: s1 is
the sum of all bytes, s2 is the sum of all s1 values.
|
class |
CheckedInputStream |
class |
CheckedOutputStream |
class |
CRC32 |
class |
DataFormatException |
class |
Deflater
This class is the core of all deflating done in java.util.zip.
|
class |
DeflaterOutputStream
basic OutputStream for Deflating (compressing) data.
|
class |
GZIPInputStream |
class |
GZIPOutputStream |
class |
Inflater
this class is the base class of inflating done in java.util.zip.
|
class |
InflaterInputStream
This class provides an implementation of
FilterInputStream that
uncompresses data that was compressed using the DEFLATE algorithm
(see specification). |
class |
ZipEntry |
class |
ZipException |
class |
ZipFile
Class for manipulating zip files.
|
class |
ZipInputStream
Basic InputStream for reading zip formatted streams.
|
class |
ZipOutputStream
the format of a Zip stream looks like:
[local file Header + file data + data_descriptor] ...
|
Modifier and Type | Method and Description |
---|---|
Object |
ZipEntry.clone() |
Modifier and Type | Class and Description |
---|---|
class |
X500Principal |
Modifier and Type | Class and Description |
---|---|
class |
Util |
Modifier and Type | Class and Description |
---|---|
class |
MimeTable
Instances of this class map file extensions to MIME content types based on a
default MIME table.
|
Modifier and Type | Class and Description |
---|---|
class |
PriviAction
Helper class to avoid multiple anonymous inner class for
calls. |
class |
TwoKeyHashMap
Reductive hash with two keys
|
static class |
TwoKeyHashMap.Entry
Entry implementation for the TwoKeyHashMap class
|
class |
URLUtil |
Modifier and Type | Method and Description |
---|---|
Object |
TwoKeyHashMap.get(Object key1,
Object key2)
Return the value by keys
|
Object |
TwoKeyHashMap.Entry.getKey() |
Object |
TwoKeyHashMap.Entry.getKey1() |
Object |
TwoKeyHashMap.Entry.getKey2() |
Object |
TwoKeyHashMap.Entry.getValue() |
Object |
TwoKeyHashMap.put(Object key1,
Object key2,
Object value)
Associates the specified value with the specified keys in this map
|
Object |
TwoKeyHashMap.remove(Object key1,
Object key2)
Removes the mapping for the keys
|
Object |
PriviAction.run()
Performs the actual privileged computation as defined by the constructor.
|
Object |
TwoKeyHashMap.Entry.setValue(Object value) |
Modifier and Type | Method and Description |
---|---|
boolean |
TwoKeyHashMap.containsKey(Object key1,
Object key2)
Answers whether this map contains a mapping for the specified keys.
|
boolean |
TwoKeyHashMap.Entry.equals(Object obj) |
Object |
TwoKeyHashMap.get(Object key1,
Object key2)
Return the value by keys
|
Object |
TwoKeyHashMap.put(Object key1,
Object key2,
Object value)
Associates the specified value with the specified keys in this map
|
Object |
TwoKeyHashMap.remove(Object key1,
Object key2)
Removes the mapping for the keys
|
Object |
TwoKeyHashMap.Entry.setValue(Object value) |
Constructor and Description |
---|
TwoKeyHashMap.Entry(int hash,
Object key1,
Object key2,
Object value,
TwoKeyHashMap.Entry next) |