Class CollectionTemplateExtensions
- java.lang.Object
-
- io.quarkus.qute.runtime.extensions.CollectionTemplateExtensions
-
@Vetoed public class CollectionTemplateExtensions extends Object
-
-
Constructor Summary
Constructors Constructor Description CollectionTemplateExtensions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static <T> Tget(List<T> list, int index)(package private) static <T> TgetByIndex(List<T> list, String index)(package private) static <T> Iterator<T>reversed(List<T> list)
-