All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class uhr.core.tron.InfotronStd

java.lang.Object
   |
   +----uhr.core.tron.ConvenientStringMapStd
           |
           +----uhr.core.tron.FlexitronStd
                   |
                   +----uhr.core.tron.InfotronStd

public class InfotronStd
extends FlexitronStd
implements Infotron
This class is a lightweight tree datatron with null values allowed and ordered keys, since their order may be information itself.

The key separator is "/", so don't use that in any keys. "/" is only for nested key separation.

This class is for general purpose use, such as in passing structured data around.


Constructor Index

 o InfotronStd()
Constructor that configures the Flexitron to not isElementalOnly, isAutoDetectDuplicateKeys, null values allowed, and key separator = "/".

Constructors

 o InfotronStd
 public InfotronStd()
Constructor that configures the Flexitron to not isElementalOnly, isAutoDetectDuplicateKeys, null values allowed, and key separator = "/".


All Packages  Class Hierarchy  This Package  Previous  Next  Index