public abstract class AbstractBufferDecorator extends AbstractCollectionDecorator implements Buffer
Buffer
to provide additional behaviour.
Methods are forwarded directly to the decorated buffer.
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get()
Gets the next object from the buffer without removing it.
|
java.lang.Object |
remove()
Gets and removes the next object from the buffer.
|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
public java.lang.Object get()
Buffer
Copyright © 2010 - 2023 Adobe. All Rights Reserved