T
- The type of elements contained.public interface Appendable<T> extends Iterable<T>
Modifier and Type | Method and Description |
---|---|
Elements<T> |
append(Iterable<? extends T> trailingElements)
Append several elements.
|
Elements<T> |
append(T value)
Append one element.
|
forEach, iterator, spliterator
Copyright © 2016. All rights reserved.