org.npsnet.xrti
Class XRTIAttributeSetRegionSetPairListFactory

java.lang.Object
  extended byorg.npsnet.xrti.XRTIAttributeSetRegionSetPairListFactory
All Implemented Interfaces:
AttributeSetRegionSetPairListFactory, java.io.Serializable

public class XRTIAttributeSetRegionSetPairListFactory
extends java.lang.Object
implements AttributeSetRegionSetPairListFactory

Factory for AttributeSetRegionSetPairList instances.

Author:
Andrzej Kapolka
See Also:
Serialized Form

Constructor Summary
XRTIAttributeSetRegionSetPairListFactory()
           
 
Method Summary
 AttributeSetRegionSetPairList create(int capacity)
          Creates and returns a new AttributeSetRegionSetPairList instance with the specified initial capacity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XRTIAttributeSetRegionSetPairListFactory

public XRTIAttributeSetRegionSetPairListFactory()
Method Detail

create

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

Specified by:
create in interface AttributeSetRegionSetPairListFactory
Parameters:
capacity - the initial capacity of the list
Returns:
the newly created list