bool any(bool predicate(MapEntry<E, F> element)) { return this.entries.any((element) => predicate(element)); }