Searched defs:PropertyPath (Results 1 – 2 of 2) sorted by relevance
47 public class PropertyPath implements Iterable<PropertyPath.PathSegment> { class55 public PropertyPath(@NonNull List<PathSegment> pathList) { in PropertyPath() method in PropertyPath65 public PropertyPath(@NonNull String path) { in PropertyPath() method in PropertyPath
1548 @NonNull Map<PropertyPath, Double> propertyPathWeights) { in setPropertyWeightPaths()