Class TreeMapArrayCollectionExtractor

    • Constructor Detail

      • TreeMapArrayCollectionExtractor

        public TreeMapArrayCollectionExtractor​(java.lang.String sizeField,
                                               java.lang.String keyField,
                                               java.lang.String valueField)
    • Method Detail

      • extractMapEntries

        public java.util.Iterator<java.util.Map.Entry<IObject,​IObject>> extractMapEntries​(IObject coll)
        Description copied from interface: IMapExtractor
        Extracts the contents of a map (i.e. an IObject representing a Map) and provides an Iterator over them
        Specified by:
        extractMapEntries in interface IMapExtractor
        Overrides:
        extractMapEntries in class MapCollectionExtractorBase
        Parameters:
        coll - - the map to extract contents from
        Returns:
        an Iterator over the entries. If the original Map had an Entry object, the content of the iterator would usually be EntryObject