[
https://issues.apache.org/jira/browse/COLLECTIONS-539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14235488#comment-14235488
]
Guram Savinov commented on COLLECTIONS-539:
-------------------------------------------
As a user I want to know: is the CircularFifoQueue current elements size equal
to maximum FIFO Queue size or not.
Because you make apropriate method as a private I have to check the source code
and duplicate it.
I don't want to know implementation of the CircularFifoQueue, but want to have
API method to check CircularFifoQueue capacity.
> 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)