The ID of the Java source file in Sun’s Revision Control
System (RCS). This certainly should not be part of the API
specification. But in order to be API-compatible with
Sun’s reference implementation, GNU Classpath also has to
provide this field and match its value. The value used here has
been in every JDK release at least from 1.2 to 1.5.
Performs an edit action, taking any editable state information
from the specified hash table.
Note to implementors of this interface: To increase
efficiency, the StateEdit class StateEdit.removeRedundantState() removes redundant state
information. Therefore, implementations of this interface must be
prepared for the case where certain keys were stored into the
table by storeState(Hashtable, but are not present anymore
when the restoreState method gets called.
Parameters:
state - a hash table containing the relevant state
information.