Package graphql.util
Class Interning
java.lang.Object
graphql.util.Interning
Interner allowing object-identity comparison of key entities like field names. This is useful on hotspot
areas like the engine where we look up field names a lot inside maps, and those maps use object identity first
inside the key lookup code.
-
Method Summary
-
Method Details
-
intern
-