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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DElementDecl.java136 private Set<XSElementDecl> substitutablesView = null; field in class:ElementDecl
142 substitutables = substitutablesView = Collections.singleton((XSElementDecl)this);
144 return substitutablesView;
151 substitutablesView = Collections.unmodifiableSet(substitutables);

Completed in 30 milliseconds