Module utilities
Package de.grogra.util
package de.grogra.util
-
ClassDescriptionGeneric implementation of version comparison.A
Configurable
object defines a set of configurable options.AConfiguration
is aModifiableMap
which usesString
s as keys and maintains three levels of associations: The basic level is represented by default values and is not modified by methods of this class.This helper class is used to control the debugging facilities.An instance ofDescribed
provides descriptions for an object.AnEnumerationType
is a type whose values are drawn from an enumeration.This interface is a listener interface for the general eventEventObject
.AHierarchicalQueue
equips anOutputQueue
with a record-like, hierarchical structure.A description of the properties of a key.ALock
on aLockable
resource is either a read lock or an exclusive write lock.An instance ofLockable
is a resource on which read- or write-locked tasks can be performed.An instance ofDeadLockException
is thrown byLockable.executeForcedly(LockProtectedRunnable, boolean)
if the operation would result in a dead-lock condition.ALockProtectedRunnable
represents a task which is to be executed within the context of aLock
on a [@link de.grogra.util.Lockable} resource.A single-method interface which maps keys to values.This class implements a MIME type as specified by RFC 2045 and 2046.This interface adds aput
-method to theMap
interface.This class represents a queue ofbyte
,int
,long
,float
,double
, andObject
-values.