| Modifier and Type | Field and Description |
|---|---|
static CType |
CType.CPU |
static CType |
CType.DISK_READ |
static CType |
CType.DISK_WRITE |
static CType |
CType.NET |
CType |
Capacity.type |
CType |
CTypeHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static CType |
CTypeHelper.extract(Any any) |
static CType |
CType.from_int(int value) |
static CType |
CTypeHelper.read(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CTypeHelper.insert(Any any,
CType s) |
static void |
CTypeHelper.write(OutputStream out,
CType s) |
| Constructor and Description |
|---|
Capacity(CType type,
int value) |
CTypeHolder(CType initial) |
Copyright © 2020. All rights reserved.