|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexedAttributeAccessor | |
|---|---|
| org.glassfish.grizzly.attributes | |
| Uses of IndexedAttributeAccessor in org.glassfish.grizzly.attributes |
|---|
| Classes in org.glassfish.grizzly.attributes that implement IndexedAttributeAccessor | |
|---|---|
protected class |
IndexedAttributeHolder.IndexedAttributeAccessorImpl
IndexedAttributeAccessor implementation. |
| Fields in org.glassfish.grizzly.attributes declared as IndexedAttributeAccessor | |
|---|---|
protected IndexedAttributeAccessor |
IndexedAttributeHolder.indexedAttributeAccessor
|
| Methods in org.glassfish.grizzly.attributes that return IndexedAttributeAccessor | |
|---|---|
IndexedAttributeAccessor |
NamedAttributeHolder.getIndexedAttributeAccessor()
Always returns null, as NamedAttributeHolder doesn't support indexing. |
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 |
IndexedAttributeHolder.getIndexedAttributeAccessor()
Returns IndexedAttributeAccessor for accessing Attributes
by index. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||