Searched refs:propertyPaths (Results 1 – 3 of 3) sorted by relevance
118 List<String> propertyPaths = mTypePropertyPaths.getStringArrayList(schema); in getProjections() local119 if (propertyPaths != null) { in getProjections()120 typePropertyPathsMap.put(schema, Collections.unmodifiableList(propertyPaths)); in getProjections()208 @NonNull String schemaType, @NonNull Collection<String> propertyPaths) { in addProjection() argument210 Objects.requireNonNull(propertyPaths); in addProjection()212 ArrayList<String> propertyPathsList = new ArrayList<>(propertyPaths.size()); in addProjection()213 for (String propertyPath : propertyPaths) { in addProjection()240 @NonNull String schemaType, @NonNull Collection<PropertyPath> propertyPaths) { in addProjectionPaths() argument242 Objects.requireNonNull(propertyPaths); in addProjectionPaths()243 List<String> propertyPathsList = new ArrayList<>(propertyPaths.size()); in addProjectionPaths()[all …]
566 Set<String> propertyPaths = propertyPathBundle.keySet(); in getPropertyWeights() local567 Map<String, Double> propertyPathWeights = new ArrayMap<>(propertyPaths.size()); in getPropertyWeights()568 for (String propertyPath : propertyPaths) { in getPropertyWeights()595 Set<String> propertyPaths = propertyPathBundle.keySet(); in getPropertyWeightPaths() local597 new ArrayMap<>(propertyPaths.size()); in getPropertyWeightPaths()598 for (String propertyPath : propertyPaths) { in getPropertyWeightPaths()882 @NonNull String schema, @NonNull Collection<String> propertyPaths) { in addFilterProperties() argument884 Objects.requireNonNull(propertyPaths); in addFilterProperties()886 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterProperties()887 for (String propertyPath : propertyPaths) { in addFilterProperties()[all …]
362 @NonNull String schema, @NonNull Collection<String> propertyPaths) { in addFilterProperties() argument364 Objects.requireNonNull(propertyPaths); in addFilterProperties()366 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterProperties()367 for (String propertyPath : propertyPaths) { in addFilterProperties()396 @NonNull String schema, @NonNull Collection<PropertyPath> propertyPaths) { in addFilterPropertyPaths() argument398 Objects.requireNonNull(propertyPaths); in addFilterPropertyPaths()399 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addFilterPropertyPaths()400 for (PropertyPath propertyPath : propertyPaths) { in addFilterPropertyPaths()