Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Method and Description |
---|---|
ObjectIntMultiVector.SDIteratorIntersectionResult |
ObjectIntMultiVector.SortedDataIterator.intersect(ObjectIntMultiVector.SortedDataIterator iterator)
Find the next value that is present in this iterator and the given
iterator . |
ObjectIntMultiVector.SDIteratorIntersectionResult |
ObjectIntMultiVector.SortedDataIterator.intersectSkipDuplicates(ObjectIntMultiVector.SortedDataIterator iterator,
int[] frequency)
Find the next value that is present in this iterator and the given
iterator . |
static ObjectIntMultiVector.SDIteratorIntersectionResult |
ObjectIntMultiVector.SDIteratorIntersectionResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectIntMultiVector.SDIteratorIntersectionResult[] |
ObjectIntMultiVector.SDIteratorIntersectionResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|