| Package | Description |
|---|---|
| com.xxdb.data | |
| com.xxdb.io |
| Modifier and Type | Field and Description |
|---|---|
protected Long2 |
BasicInt128.value |
protected Long2[] |
BasicInt128Vector.values |
| Modifier and Type | Method and Description |
|---|---|
Long2 |
BasicInt128.getLong2() |
| Modifier and Type | Method and Description |
|---|---|
static String |
BasicIPAddr.getString(Long2 value) |
| Constructor and Description |
|---|
BasicInt128Vector(Long2[] array) |
BasicIPAddrVector(Long2[] array) |
BasicUuidVector(Long2[] array) |
| Constructor and Description |
|---|
BasicInt128Vector(List<Long2> list) |
BasicIPAddrVector(List<Long2> list) |
BasicUuidVector(List<Long2> list) |
| Modifier and Type | Method and Description |
|---|---|
Long2 |
LittleEndianDataInputStream.readLong2() |
Long2 |
ExtendedDataInput.readLong2() |
Long2 |
BigEndianDataInputStream.readLong2() |
| Modifier and Type | Method and Description |
|---|---|
void |
BigEndianDataOutputStream.writeLong2(Long2 v) |
void |
ExtendedDataOutput.writeLong2(Long2 v) |
void |
LittleEndianDataOutputStream.writeLong2(Long2 v) |
void |
AbstractExtendedDataOutputStream.writeLong2Array(Long2[] A) |
void |
ExtendedDataOutput.writeLong2Array(Long2[] A) |
void |
BigEndianDataOutputStream.writeLong2Array(Long2[] A,
int startIdx,
int len) |
void |
ExtendedDataOutput.writeLong2Array(Long2[] A,
int startIdx,
int len) |
void |
LittleEndianDataOutputStream.writeLong2Array(Long2[] A,
int startIdx,
int len) |
Copyright © 2019 DolphinDB. All rights reserved.