Class IndexedAttributeHolder

java.lang.Object
org.glassfish.grizzly.attributes.IndexedAttributeHolder
All Implemented Interfaces:
AttributeHolder

public final class IndexedAttributeHolder extends Object implements AttributeHolder
AttributeHolder, which supports indexed access to stored Attributes. Access to such indexed Attributes could be as fast as access to array. This implementation is thread-safe.
Author:
Alexey Stashok
See Also: