org.eodisp.hla.common.handles
Class ParameterHandleValueMapFactoryImpl

java.lang.Object
  extended by org.eodisp.hla.common.handles.ParameterHandleValueMapFactoryImpl
All Implemented Interfaces:
ParameterHandleValueMapFactory, java.io.Serializable

public class ParameterHandleValueMapFactoryImpl
extends java.lang.Object
implements ParameterHandleValueMapFactory

See Also:
Serialized Form

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

Constructor Detail

ParameterHandleValueMapFactoryImpl

public ParameterHandleValueMapFactoryImpl()
Method Detail

create

public ParameterHandleValueMap create(int capacity)
Description copied from interface: ParameterHandleValueMapFactory
Creates a new ParameterHandleValueMap instance with specified initial capacity.

Specified by:
create in interface ParameterHandleValueMapFactory