|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.attributes.Indexed
public class Indexed
This attribute is used to mark attributes as being indexed.
Elements with indexed attributes can be found via an AttributeIndex
,
but incur a slight processing and memory penalty. You must also
run the attribute-indexer tool on the Jar-file containing the classes
you wish to find via the index.
Note regarding Inheritable
attributes: Indexed attributes
that are inherited will not be found via an AttributeIndex
. You will
only find the class/method/field where the attribute is actually declared via the index.
Constructor Summary | |
---|---|
Indexed()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Indexed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |