[
https://issues.apache.org/jira/browse/COLLECTIONS-539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14235466#comment-14235466
]
Thomas Neidhart commented on COLLECTIONS-539:
---------------------------------------------
You can reconstruct the method by calling the following in your code:
{code}
CircularFifoQueue queue = ....
boolean isAtFullCapacity = queue.maxSize() == queue.size();
{code}
Or do you have a specific requirement that is not satisfied by this?
> CircularFifoQueue: make 'isAtFullCapacity' method public
> --------------------------------------------------------
>
> Key: COLLECTIONS-539
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-539
> Project: Commons Collections
> Issue Type: Improvement
> Components: Collection
> Affects Versions: 4.0
> Reporter: Guram Savinov
> Priority: Minor
> Labels: queue
> Fix For: 4.1
>
>
> CircularFifoQueue#isAtFullCapacity() method has private modifier, but I think
> users want to use it (I want for example).
> Please make this method as a public.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)