(double d)
| 286 | .contains("$")) a = a.getSuperclass(); |
| 287 | |
| 288 | return a; |
| 289 | } |
| 290 | |
| 291 | |
| 292 | private Box find(String uid) { |
| 293 | return this.breadthFirst(this.both()) |
| 294 | .filter(x -> x.properties.has(IO.id)) |
| 295 | .filter(x -> x.properties.get(IO.id) |
| 296 | .equals(uid)) |