| Package | Description |
|---|---|
| org.glassfish.grizzly.attributes |
| Modifier and Type | Class and Description |
|---|---|
protected class |
IndexedAttributeHolder.IndexedAttributeAccessorImpl
IndexedAttributeAccessor implementation. |
| Modifier and Type | Field and Description |
|---|---|
protected IndexedAttributeAccessor |
IndexedAttributeHolder.indexedAttributeAccessor |
| Modifier and Type | Method and Description |
|---|---|
IndexedAttributeAccessor |
IndexedAttributeHolder.getIndexedAttributeAccessor()
Returns
IndexedAttributeAccessor for accessing Attributes
by index. |
IndexedAttributeAccessor |
AttributeHolder.getIndexedAttributeAccessor()
If AttributeHolder supports attribute access by index - it will return
an
IndexedAttributeAccessor, which will make Attribute
access as fast as access to array element. |
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.