| Constructor and Description |
|---|
PackedIntsWrapper(org.apache.lucene.util.packed.PackedLongValues.Builder builder) |
PackedIntsWrapper(org.apache.lucene.util.packed.PackedLongValues actual) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.util.packed.PackedLongValues.Builder |
builder() |
boolean |
equals(Object o) |
void |
forEach(IntConsumer intConsumer) |
int |
get(int index) |
int |
hashCode() |
int |
size() |
String |
toString() |
public PackedIntsWrapper(org.apache.lucene.util.packed.PackedLongValues.Builder builder)
builder - PackedIntsWrapper(PackedLongValues)public PackedIntsWrapper(org.apache.lucene.util.packed.PackedLongValues actual)
actual - The values in this list are assumed to be ints and not longs.IllegalArgumentException - The size is assumed to fit into an int (just
like the actual values themselves).public static org.apache.lucene.util.packed.PackedLongValues.Builder builder()
public int get(int index)
public void forEach(IntConsumer intConsumer)
@CostlyOperation public boolean equals(Object o)
@CostlyOperation public int hashCode()
Copyright © 2018. All rights reserved.