Uses of Class
com.ctc.wstx.util.SymbolTable.Bucket
-
Packages that use SymbolTable.Bucket Package Description com.ctc.wstx.util Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox. -
-
Uses of SymbolTable.Bucket in com.ctc.wstx.util
Fields in com.ctc.wstx.util declared as SymbolTable.Bucket Modifier and Type Field Description protected SymbolTable.Bucket[]SymbolTable. mBucketsOverflow buckets; if primary doesn't match, lookup is done from here.SymbolTable.BucketSymbolTable.Bucket. nextConstructors in com.ctc.wstx.util with parameters of type SymbolTable.Bucket Constructor Description Bucket(java.lang.String symbol, SymbolTable.Bucket next)SymbolTable(boolean internStrings, java.lang.String[] symbols, SymbolTable.Bucket[] buckets, int size, int sizeThreshold, int indexMask, int version)Internal constructor used when creating child instances.
-