Class DecoratedCollection<T>

java.lang.Object
java.util.AbstractCollection<Element<T>>
com.github.mustachejava.util.DecoratedCollection<T>
All Implemented Interfaces:
Iterable<Element<T>>, Collection<Element<T>>

public class DecoratedCollection<T> extends AbstractCollection<Element<T>>
Exposes first / last / index / value on each element.