Class ExpressionPool.ClosedHash

java.lang.Object
com.sun.msv.grammar.ExpressionPool.ClosedHash
All Implemented Interfaces:
Serializable
Enclosing class:
ExpressionPool

public static final class ExpressionPool.ClosedHash extends Object implements Serializable
expression cache by closed hash. Special care has to be taken wrt threading. This implementation allows get and put method to be called simulatenously.
See Also: