JaQLib is a compact Java library that supports programmers in querying all sorts of collections, DBs and XML files in a compact and intuitive manner. Example: List result = Jaqlib.List.selectFrom(myCollection) .where(myCondition).asList()
There are no reported vulnerabilities