Package com.github.mustachejava.util
Class DecoratedCollection<T>
- java.lang.Object
-
- java.util.AbstractCollection<Element<T>>
-
- com.github.mustachejava.util.DecoratedCollection<T>
-
-
Constructor Summary
Constructors Constructor Description DecoratedCollection(java.util.Collection<T> c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<Element<T>>iterator()intsize()-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-