Searched defs:PropertyPath (Results 1 – 2 of 2) sorted by relevance
51 public class PropertyPath implements Iterable<PropertyPath.PathSegment> { class58 public PropertyPath(@NonNull List<PathSegment> pathList) { in PropertyPath() method in PropertyPath67 public PropertyPath(@NonNull String path) { in PropertyPath() method in PropertyPath
2032 @NonNull Map<PropertyPath, Double> propertyPathWeights) { in setPropertyWeightPaths()2134 @NonNull Map<PropertyPath, Double> propertyPathWeights) throws AppSearchException { in setPropertyWeightPathsForDocumentClass()