libintervalstorej-java - 1.2+dfsg-3 main

NCList provides efficient lookup of intervals overlapping a given range in
time O(M log N) where N is the number of intervals stored, and M the number
of overlaps found.
.
IntervalStore:
- is parameterised by ;
- so can store any Java type that implements IntervalI, that is, has methods
getBegin() and getEnd() (where begin <= end);
- extends java.util.AbstractCollection;
- may be referred to as Collection in code;
- exposes methods for add, contains, remove, iterator, size etc;
- has a 'bulk load' constructor, and methods to add or remove entries, while
retaining lookup efficiency;
- optimises storage and search of sparsely nested intervals by storing
non-nested intervals separately;
- incorporates NCList to store any properly nested intervals.

Priority: optional
Section: java
Suites: byzantium crimson dawn landing 
Maintainer: Debian Java Maintainers <pkg-java-maintainers [꩜] lists.alioth.debian.org>
 
Homepage Source Package
 

Installed Size: 71.7 kB
Architectures: all 

 

Versions

1.2+dfsg-3 all