| Package | Description |
|---|---|
| de.tsl2.nano.util.operation |
| Modifier and Type | Class and Description |
|---|---|
class |
CRange<T extends Comparable<T>>
generic range object. usable for comparable values like numbers, dates, strings. but it is usable too for any
object, implementing
Comparable. |
class |
Range<T>
Simplest implementation of
IRange. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CRange.contains(IRange<T> another)
Check if this period includes another one.
|
boolean |
CRange.intersects(IRange<T> range)
Determines if a given period intersects the range.
|
Copyright © 2012–2022. All rights reserved.