()
| 23750 | return this.content.some((o) => o.key.equals(s)) |
| 23751 | } |
| 23752 | items() { |
| 23753 | return this.content.map((s) => [s.key.toValue(), s.value.toValue()]) |
| 23754 | } |
| 23755 | map(s, o) { |
| 23756 | return this.content.map((i) => s.bind(o)(i.value, i.key, i)) |
| 23757 | } |