hla.rti
Interface AttributeSetRegionSetPairListFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
XRTIAttributeSetRegionSetPairListFactory

public interface AttributeSetRegionSetPairListFactory
extends java.io.Serializable

Factory for AttributeSetRegionSetPairList instances.

Author:
DMSO

Method Summary
 AttributeSetRegionSetPairList create(int capacity)
          Creates and returns a new AttributeSetRegionSetPairList instance with the specified initial capacity.
 

Method Detail

create

public AttributeSetRegionSetPairList create(int capacity)
Creates and returns a new AttributeSetRegionSetPairList instance with the specified initial capacity.

Parameters:
capacity - the initial capacity of the list
Returns:
the newly created list