JDK-7098674 : (coll) LinkedHashSet does not implement Queue
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util:collections
  • Affected Version: 7
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: linux
  • CPU: x86
  • Submitted: 2011-10-07
  • Updated: 2018-09-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
A DESCRIPTION OF THE REQUEST :
LinkedHashSet does not implement Queue.  I think it should (as a FIFO queue).

JUSTIFICATION :
There are currently no Queues with a constant time contains(Object) method.

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
A Queue with a constant time contains(Object) method.

Comments
EVALUATION Worth considering
21-08-2012