Uses of Class
org.neo4j.cypherdsl.core.KeyValueMapEntry
-
Packages that use KeyValueMapEntry Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of KeyValueMapEntry in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return KeyValueMapEntry Modifier and Type Method Description static @NotNull KeyValueMapEntryKeyValueMapEntry. create(@NotNull String key, @NotNull Expression value)Create a newKeyValueMapEntry.
-