All Downloads are FREE. Search and download functionalities are using the official Maven repository.

odeling.org.kevoree.modeling.kotlin.generator.1.4.2.source-code.CompositeIterable.vm Maven / Gradle / Ivy

There is a newer version: 3.5.12
Show newest version
#* @vtlvariable name="packElem" type="java.lang.String" *#
#* @vtlvariable name="ctx" type="org.kevoree.modeling.kotlin.generator.GenerationContext" *#

package ${packElem}.util

#set($mutableOrNot="Mutable")

public class CompositeIterable(val subLists : List) : ${mutableOrNot}Iterable<${ctx.getKevoreeContainer().get()}> {

    public override fun iterator() : ${mutableOrNot}Iterator<${ctx.getKevoreeContainer().get()}> {
        return CompositeIterator(subLists);
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy