Package | Description |
---|---|
it.unimi.dsi.bits | |
it.unimi.dsi.util |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractBitVector.LongBigListView
A list-of-integers view of a bit vector.
|
protected static class |
LongArrayBitVector.LongBigListView
A list-of-integers view of a bit vector.
|
Modifier and Type | Method and Description |
---|---|
LongBigList |
LongArrayBitVector.asLongBigList(int width) |
LongBigList |
BitVector.asLongBigList(int width)
Returns a view of this bit vector as a list of nonnegative integers of specified width.
|
LongBigList |
AbstractBitVector.asLongBigList(int width) |
LongBigList |
AbstractBitVector.LongBigListView.length(long newSize) |
LongBigList |
AbstractBitVector.LongBigListView.subList(long from,
long to) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLongBigList
An abstract implementation of a
LongBigList . |
protected static class |
AbstractLongBigList.LongSubBigList |
Modifier and Type | Field and Description |
---|---|
protected LongBigList |
AbstractLongBigList.LongSubBigList.l
The list this sublist restricts.
|
protected LongBigList |
ShiftAddXorSignedStringMap.signatures
Signatures.
|
Modifier and Type | Method and Description |
---|---|
LongBigList |
AbstractLongBigList.length(long newLength) |
LongBigList |
LongBigList.length(long newLength)
Sets the number of elements in this big list.
|
LongBigList |
AbstractLongBigList.subList(long from,
long to) |
LongBigList |
LongBigList.subList(long from,
long to)
Returns a big sublist view of this big list.
|
Constructor and Description |
---|
AbstractLongBigList.LongSubBigList(LongBigList l,
long from,
long to) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.