Searched refs:objectsCopy (Results 1 – 2 of 2) sorted by relevance
510 Collection<Object> objectsCopy = new ArrayList<Object>(); in getAllConfigurationObjectsOfType() local513 objectsCopy.addAll(deviceConfig.getAllObjectOfType(configType)); in getAllConfigurationObjectsOfType()518 objectsCopy.addAll(configObjects); in getAllConfigurationObjectsOfType()521 return objectsCopy; in getAllConfigurationObjectsOfType()542 Collection<Object> objectsCopy = new ArrayList<Object>(); in getAllConfigurationObjects() local548 objectsCopy.addAll(entryList.getValue()); in getAllConfigurationObjects()554 objectsCopy.add(o); in getAllConfigurationObjects()558 return objectsCopy; in getAllConfigurationObjects()
490 Collection<Object> objectsCopy = new ArrayList<Object>(); in getAllConfigurationObjects() local492 objectsCopy.addAll(objectList); in getAllConfigurationObjects()494 return objectsCopy; in getAllConfigurationObjects()