public static class MemoryInfo.Bytes extends Object
| Constructor and Description |
|---|
Bytes(long value) |
| Modifier and Type | Method and Description |
|---|---|
long |
bytes() |
boolean |
equals(Object o) |
int |
hashCode() |
long |
megabytes() |
MemoryInfo.Bytes |
minus(MemoryInfo.Bytes b) |
MemoryInfo.Bytes |
plus(MemoryInfo.Bytes b) |
String |
toString() |
public long bytes()
public long megabytes()
public MemoryInfo.Bytes plus(MemoryInfo.Bytes b)
public MemoryInfo.Bytes minus(MemoryInfo.Bytes b)
Copyright © 2003–2022 Atlassian. All rights reserved.