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;
|
||||
|
||||
/** Flag to indicate if the buffer is currently full. */
|
||||
private transient boolean full = false;
|
||||
|
||||
/** Capacity of the buffer */
|
||||
|
|
Loading…
Reference in New Issue