Class StructMap

java.lang.Object
com.sun.xml.rpc.util.StructMap
All Implemented Interfaces:
Map

public class StructMap extends Object implements Map

A Map that keeps track of the order in which entries are made. The values() method returns an unmodifiable List of the values in the order in which they were added. A new method, keys() has been added. It returns an unmodifiable List of the keys in the order in which they were added.

Author:
JAX-RPC Development Team
  • Field Details

  • Constructor Details

    • StructMap

      public StructMap()
  • Method Details