| Package | Description |
|---|---|
| net.named_data.jndn.encrypt |
| Modifier and Type | Field and Description |
|---|---|
Interval |
RepetitiveInterval.Result.interval |
Interval |
Schedule.Result.interval |
| Modifier and Type | Method and Description |
|---|---|
abstract Interval |
GroupManager.FriendAccess.calculateInterval(GroupManager groupManager,
double timeSlot,
Map memberKeys) |
Interval |
Interval.intersectWith(Interval interval)
Set this Interval to the intersection of this and the other interval.
|
Interval |
Interval.unionWith(Interval interval)
Set this Interval to the union of this and the other interval.
|
| Modifier and Type | Method and Description |
|---|---|
Interval |
Interval.intersectWith(Interval interval)
Set this Interval to the intersection of this and the other interval.
|
void |
Interval.set(Interval interval)
Set this interval to have the same values as the other interval.
|
Interval |
Interval.unionWith(Interval interval)
Set this Interval to the union of this and the other interval.
|
| Constructor and Description |
|---|
Interval(Interval interval)
Create an Interval, copying values from the other interval.
|
Result(boolean isPositive,
Interval interval) |
Result(boolean isPositive,
Interval interval) |
Copyright © 2019. All rights reserved.