Opened 11 years ago
Closed 11 years ago
#2142 closed enhancement (done)
Values properties in BidirectionalLookup are confusing
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.10 |
Component: | Collections | Version: | 3.3.9 |
Keywords: | Cc: |
Description
Change History (5)
comment:1 Changed 11 years ago by abeham
- Owner changed from swagner to abeham
- Status changed from new to accepted
comment:2 Changed 11 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 11 years ago by abeham
r10366: Also renamed properties of BidirectionalDictionary so that the two have similar names for similar things
comment:4 Changed 11 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from reviewing to readytorelease
Changes approved.
comment:5 Changed 11 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
r10376: merged to stable
Note: See
TracTickets for help on using
tickets.
r10365: Removed (First|Second)Values property and added (First|Second)Keys property. To obtain the values there exists a separate property anyway.