| A special kind of PropertyDescriptor provided by
BeanAnaliyzer .
Keyed properties are named "[]" and may accept any type of key. A keyed
property is usually signified by the following method signature:
public <propertyType> get(<keyType>);.
Arrays, Strings and Lists always have keyed properties with a key
type of int.
author: Brian S O'Neill version: 5 , 9/07/00 |