@return a stream of entries in the context
()
| 255 | * @return a stream of entries in the context |
| 256 | */ |
| 257 | public Stream<Map.Entry<Object, Object>> stream() { |
| 258 | return map.entrySet().stream(); |
| 259 | } |
| 260 | |
| 261 | @Override |
| 262 | public boolean equals(@Nullable Object o) { |