Searched refs:mutatesTo (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/
H A DPersistenceDelegate.java98 * <code>mutatesTo</code> method is called to see if
113 if (!mutatesTo(oldInstance, newInstance)) {
141 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:PersistenceDelegate
H A DMetaData.java92 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.EnumPersistenceDelegate
103 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.PrimitivePersistenceDelegate
114 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.ArrayPersistenceDelegate
199 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.java_lang_Class_PersistenceDelegate
233 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.java_lang_reflect_Field_PersistenceDelegate
248 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.java_lang_reflect_Method_PersistenceDelegate
272 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.java_util_Date_PersistenceDelegate
273 if (!super.mutatesTo(oldInstance, newInstance)) {
359 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.java_util_Collections
360 if (!super.mutatesTo(oldInstanc
578 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.java_util_EnumMap_PersistenceDelegate
597 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.java_util_EnumSet_PersistenceDelegate
718 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.java_awt_Insets_PersistenceDelegate
742 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.java_awt_Font_PersistenceDelegate
811 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.java_awt_AWTKeyStroke_PersistenceDelegate
885 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.java_awt_MenuShortcut_PersistenceDelegate
1073 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.java_awt_CardLayout_PersistenceDelegate
1093 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.java_awt_GridBagLayout_PersistenceDelegate
1192 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.javax_swing_Box_PersistenceDelegate
1273 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:MetaData.sun_swing_PrintColorUIResource_PersistenceDelegate
[all...]
H A DDefaultPersistenceDelegate.java132 protected boolean mutatesTo(Object oldInstance, Object newInstance) { method in class:DefaultPersistenceDelegate
136 super.mutatesTo(oldInstance, newInstance) :
361 * in the cloned environment <code>mutatesTo</code> the
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest6187118.java58 protected boolean mutatesTo(Object oldInstance, Object newInstance) {

Completed in 35 milliseconds