Class StringPool.Builder
java.lang.Object
com.google.javascript.jscomp.serialization.StringPool.Builder
- Enclosing class:
StringPool
Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
int
Inserts the given string into the string pool if not present and returns its index
-
Method Details
-
put
Inserts the given string into the string pool if not present and returns its index -
putAnd
-
build
-