public interface IndexedAttributeAccessor
AttributeHolder supports
indexed Attribute access.AttributeHolder| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAttribute(int index)
Internal method for dynamic attribute support.
|
java.lang.Object |
getAttribute(int index,
NullaryFunction initializer)
Internal method for dynamic attribute support.
|
java.lang.Object |
removeAttribute(int index)
Internal method for dynamic attribute support.
|
void |
setAttribute(int index,
java.lang.Object value)
Internal method for dynamic attribute support.
|
java.lang.Object getAttribute(int index)
index - the attribute indexjava.lang.Object getAttribute(int index,
NullaryFunction initializer)
index - the attribute indexinitializer - the default value NullaryFunctionvoid setAttribute(int index,
java.lang.Object value)
index - the attribute indexvalue - the valuejava.lang.Object removeAttribute(int index)
index - the attribute indexCopyright © 2018 Oracle Corporation. All Rights Reserved.