Uses of Interface
org.glassfish.grizzly.attributes.IndexedAttributeAccessor
-
Packages that use IndexedAttributeAccessor Package Description org.glassfish.grizzly.attributes -
-
Uses of IndexedAttributeAccessor in org.glassfish.grizzly.attributes
Classes in org.glassfish.grizzly.attributes that implement IndexedAttributeAccessor Modifier and Type Class Description protected classIndexedAttributeHolder.IndexedAttributeAccessorImplIndexedAttributeAccessorimplementation.Fields in org.glassfish.grizzly.attributes declared as IndexedAttributeAccessor Modifier and Type Field Description protected IndexedAttributeAccessorIndexedAttributeHolder. indexedAttributeAccessorMethods in org.glassfish.grizzly.attributes that return IndexedAttributeAccessor Modifier and Type Method Description IndexedAttributeAccessorAttributeHolder. getIndexedAttributeAccessor()If AttributeHolder supports attribute access by index - it will return anIndexedAttributeAccessor, which will makeAttributeaccess as fast as access to array element.IndexedAttributeAccessorIndexedAttributeHolder. getIndexedAttributeAccessor()ReturnsIndexedAttributeAccessorfor accessingAttributes by index.
-