-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 7
-
Component/s: core-libs
-
x86
-
linux
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.
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.
- relates to
-
JDK-8170438 Reverse Iteration of LinkedHashSet
-
- Closed
-