Searched defs:immutable (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DFreezableList.java39 * and then the list can be made immutable, so that no
45 private boolean immutable = false ; field in class:FreezableList
58 (immutable == other.immutable) ;
66 public FreezableList( List delegate, boolean immutable )
69 this.immutable = immutable ;
79 immutable = true ;
84 return immutable ;
113 if (immutable)
[all...]
/openjdk7/jdk/test/javax/management/descriptor/
H A DDescriptorTest.java159 the Descriptor. This should work for both mutable and immutable
160 Descriptors, since immutable Descriptors are supposed to do
200 immutable, then the change attempt must throw a
227 if (immutable(d))
462 // Even for immutable descriptors, these are allowed
507 // For immutable descriptors, these should provoke an exception
656 static boolean immutable(Descriptor d) { method in class:DescriptorTest
/openjdk7/jdk/test/javax/management/mxbean/
H A DMiscTest.java687 String immutable,
696 if (!d.getFieldValue("immutableInfo").equals(immutable)) {
698 "Bad descriptor: expected immutableInfo=" + immutable + ": " + d;
685 checkDescriptor(MBeanServer mbs, ObjectName on, String immutable, String intf) argument

Completed in 56 milliseconds