LimeWire Collection Component API

Uses of Class
org.limewire.collection.IntervalSet

Packages that use IntervalSet
org.limewire.collection   
 

Uses of IntervalSet in org.limewire.collection
 

Methods in org.limewire.collection that return IntervalSet
 IntervalSet IntervalSet.clone()
          Clones the IntervalSet.
static IntervalSet IntervalSet.createSingletonSet(long lowBound, long highBound)
          Creates an interval set representing a single Interval.
 IntervalSet IntervalSet.invert(long maxSize)
          Creates an IntervalSet that is the negative to this IntervalSet.
static IntervalSet IntervalSet.parseBytes(byte[] ranges, byte[] ranges5)
          Parses an IntervalSet from a byte array.
 

Methods in org.limewire.collection with parameters of type IntervalSet
 void IntervalSet.add(IntervalSet set)
          Adds a whole IntervalSet into this IntervalSet.
 void IntervalSet.delete(IntervalSet set)
          Deletes all intervals in the specified set from this set.
 


LimeWire Collection Component API

Copyright © 2009 Lime Wire LLC. All Rights Reserved.