laforge49 / utils

Advanced Java utility classes.

Home Page:http://laforge49.github.io/projects/utils/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefix iterator needed

laforge49 opened this issue · comments

MapNode, VersionedMapNode and MapAccessor need to iterate over keys with a given prefix using the filter key.toString().startsWith(prefix).