frostwire / frostwire-jlibtorrent

A swig Java interface for libtorrent by the makers of FrostWire. Develop libtorrent based apps with the joy of coding in Java.
http://www.frostwire.com
MIT License
451 stars 138 forks source link

circular array implementation #141

Closed gubatron closed 7 years ago

gubatron commented 7 years ago

int[] specific CircularArray implementation with unit tests.

Made TorrentStats.Series extend from it and had to add sampling parameters to TorrentStats to determine the size of the inner sample series.

aldenml commented 7 years ago

See my comment in add and I'm ready to merge

gubatron commented 7 years ago

added the exception throw, squashed and rebased.