mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-17 23:44:48 +00:00
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@219306 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
557c0cccf4
commit
a4fd44d404
@ -82,6 +82,7 @@ public class BoundedFifoBuffer extends AbstractCollection
|
|||||||
*/
|
*/
|
||||||
private transient int end = 0;
|
private transient int end = 0;
|
||||||
|
|
||||||
|
/** Flag to indicate if the buffer is currently full. */
|
||||||
private transient boolean full = false;
|
private transient boolean full = false;
|
||||||
|
|
||||||
/** Capacity of the buffer */
|
/** Capacity of the buffer */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user