org.npsnet.xrti
Class XRTIAttributeHandleValueMapFactory

java.lang.Object
  extended byorg.npsnet.xrti.XRTIAttributeHandleValueMapFactory
All Implemented Interfaces:
AttributeHandleValueMapFactory, java.io.Serializable

public class XRTIAttributeHandleValueMapFactory
extends java.lang.Object
implements AttributeHandleValueMapFactory

Factory for AttributeHandleValueMap instances.

Author:
Andrzej Kapolka
See Also:
Serialized Form

Constructor Summary
XRTIAttributeHandleValueMapFactory()
           
 
Method Summary
 AttributeHandleValueMap create(int capacity)
          Creates a new AttributeHandleValueMap 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

XRTIAttributeHandleValueMapFactory

public XRTIAttributeHandleValueMapFactory()
Method Detail

create

public AttributeHandleValueMap create(int capacity)
Creates a new AttributeHandleValueMap with the specified initial capacity.

Specified by:
create in interface AttributeHandleValueMapFactory
Parameters:
capacity - the initial capacity of the map
Returns:
the newly created AttributeHandleMap