Uses of Interface
org.glassfish.grizzly.attributes.IndexedAttributeAccessor

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.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.