| Package | Description |
|---|---|
| org.echocat.jomon.runtime.util |
| Modifier and Type | Method and Description |
|---|---|
static ByteCount |
ByteCount.byteCount(ByteCount byteCount) |
static ByteCount |
ByteCount.byteCount(long byteCount) |
static ByteCount |
ByteCount.byteCount(java.lang.String byteCount) |
static ByteCount |
ByteCount.byteCountOf(ByteCount byteCount) |
static ByteCount |
ByteCount.byteCountOf(long byteCount) |
static ByteCount |
ByteCount.byteCountOf(java.lang.String byteCount) |
ByteCount |
ByteCount.dividedBy(double what) |
ByteCount |
ByteCount.dividedBy(long what) |
ByteCount |
ByteCount.minus(ByteCount byteCount) |
ByteCount |
ByteCount.minus(long byteCount) |
ByteCount |
ByteCount.minus(long byteCount,
ByteUnit unit) |
ByteCount |
ByteCount.multiplyBy(double what) |
ByteCount |
ByteCount.multiplyBy(long what) |
ByteCount |
ByteCount.plus(ByteCount byteCount) |
ByteCount |
ByteCount.plus(long byteCount) |
ByteCount |
ByteCount.plus(long byteCount,
ByteUnit unit) |
ByteCount |
ByteCount.plus(java.lang.String byteCount) |
| Modifier and Type | Method and Description |
|---|---|
static ByteCount |
ByteCount.byteCount(ByteCount byteCount) |
static ByteCount |
ByteCount.byteCountOf(ByteCount byteCount) |
int |
ByteCount.compareTo(ByteCount other) |
double |
ByteCount.getProcessInRelationTo(ByteCount current) |
boolean |
ByteCount.isGreaterThan(ByteCount other) |
boolean |
ByteCount.isGreaterThanOrEqualTo(ByteCount other) |
boolean |
ByteCount.isLessThan(ByteCount other) |
boolean |
ByteCount.isLessThanOrEqualTo(ByteCount other) |
ByteCount |
ByteCount.minus(ByteCount byteCount) |
ByteCount |
ByteCount.plus(ByteCount byteCount) |
Copyright © 2013 echocat. All Rights Reserved.