Interface | Description |
---|---|
JvmWideVariable.ValueWrapperMBean<T> |
The MBean interface, as required by a standard MBean implementation.
|
ReadWriteProcessLock.Lock | |
ReadWriteThreadLock.Lock |
Class | Description |
---|---|
AssetUtil |
A set of utility classes for manipulating
BufferedImage objects and drawing them to
Graphics2D canvases. |
AssetUtil.Effect | |
AssetUtil.FillEffect |
A fill, defined by a paint.
|
AssetUtil.ShadowEffect |
An inner or outer shadow.
|
JvmWideVariable<T> |
A proxy object that can access a JVM-wide variable.
|
ReadWriteProcessLock |
A lock similar to
ReentrantReadWriteLock used to synchronize threads both within the same
JVM and across different JVMs, even in the presence of multiple custom class loaders. |
ReadWriteThreadLock |
A lock similar to
ReentrantReadWriteLock used to synchronize threads within the same JVM,
even in the presence of multiple custom class loaders. |
ReferenceHolder<T> |
A simple holder for a reference.
|