public class DecoratedCollection<T> extends AbstractCollection<com.github.mustachejava.util.Element<T>>
Constructor and Description |
---|
DecoratedCollection(Collection<T> c) |
Modifier and Type | Method and Description |
---|---|
Iterator<com.github.mustachejava.util.Element<T>> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
public DecoratedCollection(Collection<T> c)
public Iterator<com.github.mustachejava.util.Element<T>> iterator()
iterator
in interface Iterable<com.github.mustachejava.util.Element<T>>
iterator
in interface Collection<com.github.mustachejava.util.Element<T>>
iterator
in class AbstractCollection<com.github.mustachejava.util.Element<T>>
public int size()
size
in interface Collection<com.github.mustachejava.util.Element<T>>
size
in class AbstractCollection<com.github.mustachejava.util.Element<T>>
Copyright © 2018. All rights reserved.