Is there a bounded non-blocking Collection in Java?

前端 未结 4 1427
情话喂你
情话喂你 2020-12-10 13:56

The only one I can find is the BoundedFIFOBuffer, which is deprecated. Any others?

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-10 14:32

    There are some bounded collections in Apache commons-collections, including a BoundedFifoBuffer.

    In the same library, is also BoundedBuffer and CircularFifoBuffer

提交回复
热议问题