| Package | Description |
|---|---|
| io.atlassian.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
Memory.Unit |
Memory.unit()
The memory
Memory.Unit this is
represented in. |
static Memory.Unit |
Memory.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Memory.Unit[] |
Memory.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Memory.UnitComparator.compare(Memory.Unit o1,
Memory.Unit o2) |
static Memory |
Memory.of(long number,
Memory.Unit unit)
Construct a Memory represented in the supplied unit type.
|
Memory |
Memory.to(Memory.Unit unit)
Convert to the supplied unit representation.
|
Copyright © 2024 Atlassian. All rights reserved.