Package org.millscript.millscript.datatypes

Interface Summary
Fragment This interface sits at the top of the XML fragment hierarchy.
ListAware The ListAware interface should be implemented by any class which is not directly a List, but may wrap one.
MapAware The MapAware interface should be implemented by any class which is not directly a Map, but may wrap one.
MapWithDefault<K,V> Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see IMap.
 

Class Summary
AbstractListAware This class provides a skeletal implementation of the ListAware interface, to minimize the effort required to implement this interface.
Atom This class represents MillScripts Atom type, the equivalent of an interned String in Java.
Binding This class represents a MillScript Binding, which itself reprsents the set of match variables for a given regular expression and string.
CDATA The class implements the CDATA type for MillScript.
DatabaseRecord This class implements a database record, which is map with restrictions on the type of keys allowed.
DatabaseSource This class is a wrapper for a DataSource.
Deferred<T> This is the parent of all deferred objects.
DeferredSoftReference<T> This is a specific type of deferred object, whose value is held in a soft reference.
GeneralComparator Deprecated. this is deprecated in favour of the new MillScript-Util list and map implementations genericised BinaryTreeMap, which only maps comparable types
HashMapWithDefault Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see EHashMap.
Image Abstract super class of images in MillScript, intended to abstract the different types of image.
LinkedHashMapWithDefault Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see ELinkedHashMap.
ListAwareTools This utility class implements list aware tools for MillScript.
ListFactory This is a utility class for constructing lists from objects.
ListMap Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see the list interface at IList.
LiteList Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see IArrayList.
MapAwareTools This utility class implements list aware tools for MillScript.
MapEntryList Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see IMapletList.
MapFactory This is a utility class for constructing maps from objects.
Maplet Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see Maplet.
NullIterator Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see NullMapIterator.
NullMapWithDefault Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see IEmptyMap.
NullSet Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see IEmptyMap.
RasterImage This class represents a raster image in MillScript.
SimpleIterator<T> Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see MapIterator.
SpiceClass This class represents a Spice class.
SpiceObject This class represents an instance of a Spice class.
StringList Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see IStringList.
StringMap Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see IStringList.
TreeMapWithDefault Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see EBinaryTreeMap.
WeakHashMapWithDefault Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see EWeakHashMap.
XmlComment An XmlComment is a lightweight object that plays the role of a comment in a XML document.
XmlElement XmlElement is a lightweight objects that plays the role of an XML element.
 



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