Searched refs:stringProperties (Results 1 – 1 of 1) sorted by relevance
456 Hashtable<String, Object> stringProperties = new Hashtable<String, Object>(); in stringPropertyNames() local457 selectProperties(stringProperties, true); in stringPropertyNames()458 return Collections.unmodifiableSet(stringProperties.keySet()); in stringPropertyNames()