java.lang.Objectorg.quartz.utils.DirtyFlagMap
All Implemented Interfaces:
Cloneable, Map, Serializable
Direct Known Subclasses:
SchedulerContext, JobDataMap, StringKeyDirtyFlagMap
An implementation of Map that wraps another Map
and flags itself 'dirty' when it is modified.
James - House| Constructor: |
|---|
Create a DirtyFlagMap that 'wraps' a
|
Create a DirtyFlagMap that 'wraps' a
|
Create a DirtyFlagMap that 'wraps' a
|
| Method from org.quartz.utils.DirtyFlagMap Summary: |
|---|
| clear, clearDirtyFlag, clone, containsKey, containsValue, entrySet, equals, get, getWrappedMap, isDirty, isEmpty, keySet, put, putAll, remove, size, values |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.quartz.utils.DirtyFlagMap Detail: |
|---|
|
Clear the 'dirty' flag (set dirty flag to |
|
|
|
|
|
|
Get a direct handle to the underlying Map. |
Determine whether the |
|
|
|
|
|
|
|