ice.net
Class HeaderMap

java.lang.Object
  extended byice.util.net.HeaderMap
      extended byice.net.HeaderMap
All Implemented Interfaces:
Cloneable, Serializable

Deprecated. As of 1.6.1, replaced by HeaderMap.

public class HeaderMap
extends HeaderMap
implements Cloneable, Serializable

Since:
1.5.0
Version:
1.6.1
Author:
Jack van Ooststroom
See Also:
Serialized Form

Nested Class Summary
static class HeaderMap.Header
          Deprecated. As of 1.6.1, replaced by HeaderMap.Header.
 
Constructor Summary
HeaderMap()
          Deprecated. Constructs an empty HeaderMap.
HeaderMap(int initialCapacity)
          Deprecated. Constructs an empty HeaderMap with the specified initialCapacity.
 
Methods inherited from class ice.util.net.HeaderMap
clear, clone, containsFieldName, ensureCapacity, equals, get, getFieldName, getFieldValue, getFieldValues, getSize, isEmpty, putHeader, putHeader, removeHeader, removeHeaders, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeaderMap

public HeaderMap()
Deprecated. 
Constructs an empty HeaderMap.


HeaderMap

public HeaderMap(int initialCapacity)
          throws IllegalArgumentException
Deprecated. 

Constructs an empty HeaderMap with the specified initialCapacity.

Parameters:
initialCapacity - the initial capacity of the HeaderMap.
Throws:
IllegalArgumentException - if the specified initialCapacity is less than 0.