Bug 514958 - Provide elements() method in LruCache
Summary: Provide elements() method in LruCache
Status: RESOLVED FIXED
Alias: None
Product: Handly
Classification: Technology
Component: Core (show other bugs)
Version: 0.7   Edit
Hardware: All All
: P3 enhancement
Target Milestone: 0.7   Edit
Assignee: Vladimir Piskarev CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2017-04-07 15:14 EDT by Vladimir Piskarev CLA
Modified: 2017-04-07 15:19 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Piskarev CLA 2017-04-07 15:14:17 EDT
The method should return an enumeration of the (snapshot of) values in the cache with the most recently used first, just like OverflowingLRUCache#elements() in JDT.