| Package | Description |
|---|---|
| de.bioforscher.singa.core.utility |
| Modifier and Type | Method and Description |
|---|---|
static <Type extends Comparable<Type>> |
Range.of(Type bound)
Creates a new Range, where lower and upper bond are identical.
|
static <Type extends Comparable<Type>> |
Range.of(Type lowerBound,
Type upperBound)
Creates a new Range.
|
Copyright © 2017. All rights reserved.