public class InvertedIndexUtil
extends java.lang.Object
Constructor and Description |
---|
InvertedIndexUtil() |
Modifier and Type | Method and Description |
---|---|
static <K,V,I> TIntHashSet |
collectInputIdsContainingAllKeys(InvertedIndex<? super K,V,I> index,
java.util.Collection<? extends K> dataKeys,
Condition<? super K> keyChecker,
Condition<? super V> valueChecker,
ValueContainer.IntPredicate idChecker) |
public static <K,V,I> TIntHashSet collectInputIdsContainingAllKeys(InvertedIndex<? super K,V,I> index, java.util.Collection<? extends K> dataKeys, Condition<? super K> keyChecker, Condition<? super V> valueChecker, ValueContainer.IntPredicate idChecker) throws StorageException
StorageException