java.lang.Object | +--org.apache.commons.collections.collection.AbstractCollectionDecorator | +--org.apache.commons.collections.buffer.AbstractBufferDecoratorAll Implemented Interfaces:
AbstractBufferDecorator(Buffer buffer) Constructor that wraps (not copies). |
Object | get() |
Gets the buffer being decorated. | |
Object | remove() |
protected AbstractBufferDecorator(Buffer buffer)
- if list is nullpublic Object get()
protected Buffer getBuffer()
public Object remove()
Buffer
to provide additional behaviour. Methods are forwarded directly to the decorated buffer.