org.eodisp.hla.common.handles
Class AttributeHandleValueMapFactoryImpl

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

public class AttributeHandleValueMapFactoryImpl
extends java.lang.Object
implements AttributeHandleValueMapFactory

See Also:
Serialized Form

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

AttributeHandleValueMapFactoryImpl

public AttributeHandleValueMapFactoryImpl()
Method Detail

create

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

Specified by:
create in interface AttributeHandleValueMapFactory