org.millscript.millscript.datatypes
Interface MapAware

All Known Subinterfaces:
ListAware
All Known Implementing Classes:
AbstractListAware, XmlElement

public interface MapAware

The MapAware interface should be implemented by any class which is not directly a Map, but may wrap one. Such an object could be viewed as a Map directly by ignoring the wrapping object. e.g. an XML element, which can be viewed as a Map of a child's position in the element to it's value.


Method Summary
 org.millscript.commons.util.IMap asMap()
          Returns this object as a Map.
 

Method Detail

asMap

org.millscript.commons.util.IMap asMap()
Returns this object as a Map.

Returns:
a Map for this object


Copyright © 2001-2007 Open World Ltd. All Rights Reserved.