public interface RangeStore<T extends Comparable<T>>
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Iterable<org.calrissian.mango.domain.ValueRange<T>> ranges)
Deletes ranges from the store.
|
Iterable<org.calrissian.mango.domain.ValueRange<T>> |
query(org.calrissian.mango.domain.ValueRange<T> range,
Auths auths)
Queries for any ranges that intersect, overlap, or are contained by the given range.
|
void |
save(Iterable<org.calrissian.mango.domain.ValueRange<T>> ranges)
Inserts ranges into the store.
|
Copyright © 2014 Calrissian. All Rights Reserved.