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 Attribute s
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. |
IndexedAttributeAccessor |
NamedAttributeHolder.getIndexedAttributeAccessor()
Always returns null, as NamedAttributeHolder doesn't support
indexing.
|
Copyright © 2014 Oracle Corporation. All rights reserved.