Uses of Interface
com.google.javascript.jscomp.Xid.HashFunction
-
Packages that use Xid.HashFunction Package Description com.google.javascript.jscomp -
-
Uses of Xid.HashFunction in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp with parameters of type Xid.HashFunction Modifier and Type Method Description void
CompilerOptions. setChunkIdHashFunction(Xid.HashFunction chunkIdHashFunction)
Sets the hash function to use for chunk ID generationvoid
CompilerOptions. setXidHashFunction(Xid.HashFunction xidHashFunction)
Sets the hash function to use for XidConstructors in com.google.javascript.jscomp with parameters of type Xid.HashFunction Constructor Description Xid(Xid.HashFunction hasher)
-