Uses of Class
baobab.util.CompressibleSortedSet

Packages that use CompressibleSortedSet
baobab.trace   
baobab.util   
 

Uses of CompressibleSortedSet in baobab.trace
 

Subclasses of CompressibleSortedSet in baobab.trace
 class SubTraceSortedSet
          The SubTraceSortedSet class represents a sorted set of subtraces (all subtraces have the same number of elements).
 class TraceSortedSet
          The TraceSortedSet class represents a sorted set of traces (all traces have the same number of elements).
 

Uses of CompressibleSortedSet in baobab.util
 

Subclasses of CompressibleSortedSet in baobab.util
 class FreezableCompressibleSortedSet<T>
          The FreezableCompressibleSortedSet class represents a compressible set of codable elements The intern organization of this set allows partial and global freezing of its data.