org.millscript.millscript.datatypes
Class MapFactory

java.lang.Object
  extended by org.millscript.millscript.datatypes.MapFactory

public abstract class MapFactory
extends java.lang.Object

This is a utility class for constructing maps from objects.


Method Summary
static org.millscript.commons.util.IMap make(java.lang.Object obj)
          Returns a map made from the specified object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

make

public static final org.millscript.commons.util.IMap make(java.lang.Object obj)
Returns a map made from the specified object.

Parameters:
obj - the object to make a map from
Returns:
a Map made from the specified object


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