HomeSort by relevance Sort by last modified time
    Searched full:m_intersection (Results 1 - 1 of 1) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
PropertyListIntersector.java 28 private List<PropertyGroup> m_intersection; field in class:PropertyListIntersector
39 if (m_intersection == null) {
40 m_intersection = Lists.newArrayList();
43 m_intersection.add(new PropertyGroup(property));
46 for (Iterator<PropertyGroup> I = m_intersection.iterator(); I.hasNext();) {
60 for (PropertyGroup propertyGroup : m_intersection) {

Completed in 2178 milliseconds