Interface SeparatedList<T>
-
- All Superinterfaces:
Collection<T>,Iterable<T>,List<T>
- All Known Implementing Classes:
SeparatedListImpl
public interface SeparatedList<T> extends List<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<Tree>elementsAndSeparators(com.google.common.base.Function<T,? extends Tree> elementTransformer)InternalSyntaxTokengetSeparator(int i)List<InternalSyntaxToken>getSeparators()-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Methods inherited from interface java.util.List
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
-
-
-
-
Method Detail
-
getSeparator
InternalSyntaxToken getSeparator(int i)
-
getSeparators
List<InternalSyntaxToken> getSeparators()
-
-