hla.rti
Interface AttributeHandleValueMapFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
XRTIAttributeHandleValueMapFactory

public interface AttributeHandleValueMapFactory
extends java.io.Serializable

Factory for AttributeHandleValueMap instances.

Author:
DMSO

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

Method Detail

create

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

Parameters:
capacity - the initial capacity of the map
Returns:
the newly created AttributeHandleMap