Java org.apache.commons.collections15 Buffer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections15 Buffer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections15 Buffer.

The text is from its open source code.

Method

booleanadd(E e)
Ensures that this collection contains the specified element (optional operation).
voidclear()
Removes all of the elements from this collection (optional operation).
booleanisEmpty()
Returns true if this collection contains no elements.
Eremove()
Gets and removes the next object from the buffer.
intsize()
Returns the number of elements in this collection.