404142434445464748
/** * @param s */ private void setup(Set<PropsObject> s) { for (Iterator<PropsObject> it = s.iterator(); it.hasNext();) { PropsObject o = it.next(); addProperty(o); } }