iphone谓词就像android中的东西
android 中有没有类似于 iphone 谓词的东西。实际上我想通过查询数组集合或哈希图来搜索某些内容。有什么技巧可以做到吗??
Is there anything in android that is similar to iphone predicate. Actually I want to search something by querying an arraycollection or a hashmap. Is there any techinique to do so??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Stackoverflow 上查看此示例:
Java:基于以下内容在 HashMap 键中搜索正则表达式?
look at this example here on Stackoverflow:
Java: Search in HashMap keys based on regex?