scm.pub.transport
Class AttributeMap_d

java.lang.Object
  extended byscm.pub.transport.AttributeMap_d

public final class AttributeMap_d
extends java.lang.Object

AttributeMap_d


Constructor Summary
AttributeMap_d()
          Create a new empty AttributeMap_d
 
Method Summary
 void addValueSet(java.lang.String key, java.util.Vector values)
          Add a set of values to a particular key.
 java.util.HashSet getValueSets(java.lang.String key)
          Get the value sets for the supplied key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeMap_d

public AttributeMap_d()
Create a new empty AttributeMap_d

Method Detail

addValueSet

public void addValueSet(java.lang.String key,
                        java.util.Vector values)
Add a set of values to a particular key.

Parameters:
key - The key value for the supplied set of values
values - A Vector of Strings as values for the supplied key

getValueSets

public java.util.HashSet getValueSets(java.lang.String key)
Get the value sets for the supplied key.

Parameters:
key - The key for the requested values
Returns:
The return value is a HashSet of Vectors. Each Vector contains a set of Strings, which represent a set of values for the supplied key.