E
- the type of the elements allowed in the list.public interface ListTerm<E> extends List<E>, Term
A list that integrates nicely into the AST.
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.