org.npsnet.xrti
Class XRTIParameterHandleValueMapFactory

java.lang.Object
  extended byorg.npsnet.xrti.XRTIParameterHandleValueMapFactory
All Implemented Interfaces:
ParameterHandleValueMapFactory, java.io.Serializable

public class XRTIParameterHandleValueMapFactory
extends java.lang.Object
implements ParameterHandleValueMapFactory

A factory for ParameterHandleValueMap instances.

Author:
Andrzej Kapolka
See Also:
Serialized Form

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

XRTIParameterHandleValueMapFactory

public XRTIParameterHandleValueMapFactory()
Method Detail

create

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

Specified by:
create in interface ParameterHandleValueMapFactory
Parameters:
capacity - the initial map capacity
Returns:
the newly created ParameterHandleValueMap