![JAR search and dependency download from the Maven repository](/logo.png)
com.hubspot.jinjava.objects.collections.PyList Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jinjava Show documentation
Show all versions of jinjava Show documentation
Jinja templating engine implemented in Java
package com.hubspot.jinjava.objects.collections;
import java.util.List;
import com.google.common.collect.ForwardingList;
import com.hubspot.jinjava.objects.PyWrapper;
public class PyList extends ForwardingList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy