public final class ItemItemBuildContext.ItemVecPair extends Object
A pair of item ids and their corresponding item vectors, avoiding (un)boxing the ids.
Modifier and Type | Field and Description |
---|---|
long |
itemId1 |
long |
itemId2 |
boolean |
lastInRow |
SparseVector |
vec1 |
SparseVector |
vec2 |
Constructor and Description |
---|
ItemVecPair() |
public long itemId1
public long itemId2
public SparseVector vec1
public SparseVector vec2
public boolean lastInRow