Uses of Class
com.ctc.wstx.util.SymbolTable.Bucket
Packages that use SymbolTable.Bucket
Package
Description
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.BucketModifier and TypeFieldDescriptionprotected SymbolTable.Bucket[]SymbolTable.mBucketsOverflow buckets; if primary doesn't match, lookup is done from here.private final SymbolTable.BucketSymbolTable.Bucket.mNextMethods in com.ctc.wstx.util that return SymbolTable.BucketConstructors in com.ctc.wstx.util with parameters of type SymbolTable.BucketModifierConstructorDescriptionBucket(String symbol, SymbolTable.Bucket next) privateSymbolTable(boolean internStrings, String[] symbols, SymbolTable.Bucket[] buckets, int size, int sizeThreshold, int indexMask, int version) Internal constructor used when creating child instances.