Class RoleDescriptorXSAnyAdapter.MutableChildrenList<T extends XMLObject>

java.lang.Object
org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList<T>
Type Parameters:
T - the type of the list
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>
Enclosing class:
RoleDescriptorXSAnyAdapter

private class RoleDescriptorXSAnyAdapter.MutableChildrenList<T extends XMLObject> extends Object implements List<T>
Array implementation which causes all XMLObject children of the owning instance to be synced back to the underlying adapted XSAny on any list mutation operations.