Package org.jbake.app
Class DocumentList<T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.AbstractSequentialList<E>
-
- java.util.LinkedList<T>
-
- org.jbake.app.DocumentList<T>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<T>,java.util.Collection<T>,java.util.Deque<T>,java.util.List<T>,java.util.Queue<T>
public class DocumentList<T> extends java.util.LinkedList<T>Wraps an OrientDB document iterator into a model usable by template engines.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentList()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DocumentList<DocumentModel>wrap(com.orientechnologies.orient.core.sql.executor.OResultSet docs)-
Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArray
-
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
-
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
-
-
-
-
Method Detail
-
wrap
public static DocumentList<DocumentModel> wrap(com.orientechnologies.orient.core.sql.executor.OResultSet docs)
-
-