Package com.google.javascript.rhino
Class RhinoStringPool.LazyInternedStringList
java.lang.Object
com.google.javascript.rhino.RhinoStringPool.LazyInternedStringList
- Enclosing class:
RhinoStringPool
A list of strings that is lazily interned into a RhinoStringPool as they are accessed.
The only reason to use this class is for performance optimizations - the
method skips re-interning the string. This is a
performance win if creating a lot of string nodes with the same string.invalid reference
LazyInternedStringList#newStringNode
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LazyInternedStringList
-
-
Method Details
-
get
-
stream
-