public interface AppendingBufferAccessor<E>
Modifier and Type | Method and Description |
---|---|
void |
append(E element) |
void |
appendAll(java.util.List<E> elements) |
void |
clear() |
void |
replaceWith(java.util.List<E> elements) |
java.lang.Iterable<E> |
view() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.