Class JoinListSequence
java.lang.Object
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<JoinElement>,Collection<JoinElement>,Deque<JoinElement>,List<JoinElement>,Queue<JoinElement>,SequencedCollection<JoinElement>
A list of table or key references.
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()cloneAdd(JoinElement... elements) static JoinListSequenceof(JoinElement... elements) no.sikt.graphitron.javapoet.CodeBlockrender()no.sikt.graphitron.javapoet.CodeBlockrender(JoinElement limitElement) toString()Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, 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, reversed, set, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSequentialList
iteratorMethods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subListMethods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAllMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
-
Constructor Details
-
JoinListSequence
public JoinListSequence()
-
-
Method Details
-
render
public no.sikt.graphitron.javapoet.CodeBlock render()- Returns:
- Render all the elements of this list to a method call sequence.
-
render
- Returns:
- Render the elements of this list to a method call sequence, but exclude everything after the limit element.
-
of
-
cloneAdd
-
getSecondLast
-
clone
- Overrides:
clonein classLinkedList<JoinElement>
-
toString
- Overrides:
toStringin classAbstractCollection<JoinElement>
-