Beispiel #1
0
 /**
  * Return the Attribute Type - Index map used to map an attribute type to an index instance.
  *
  * @return A suffixes Attribute Type - Index map.
  */
 public Map<AttributeType, AttributeIndex> getAttrIndexMap() {
   return entryContainer.getAttributeIndexMap();
 }