cqengine
cqengine copied to clipboard
Consider exposing utility static method taking collections
Hi,
Most of the static methods in all of the classes (e.g., CompoundIndex, QueryFactory, etc) takes varargs parameters but sometimes, you are manipulating lists and just want to pass it to those methods without having to transform the list into an array (which will then be converted back to a list after in cqengine code anyway).