Uses of Interface
tl.lin.data.SortableEntries

Packages that use SortableEntries
tl.lin.data.fd   
 

Uses of SortableEntries in tl.lin.data.fd
 

Subinterfaces of SortableEntries in tl.lin.data.fd
 interface Int2IntFrequencyDistribution
          A frequency distribution where events are ints and counts are ints.
 interface Int2LongFrequencyDistribution
          A frequency distribution where events are ints and counts are longs.
 interface Long2IntFrequencyDistribution
          A frequency distribution where events are longs and counts are ints.
 interface Long2LongFrequencyDistribution
          A frequency distribution where events are longs and counts are longs.
 interface Object2IntFrequencyDistribution<K extends Comparable<K>>
          A frequency distribution where events are arbitrary objects and counts are ints.
 interface Object2LongFrequencyDistribution<K extends Comparable<K>>
          A frequency distribution where events are arbitrary objects and counts are ints.
 

Classes in tl.lin.data.fd that implement SortableEntries
 class Int2IntFrequencyDistributionEntry
          Implementation of Int2IntFrequencyDistribution based on HMapII.
 class Int2LongFrequencyDistributionEntry
          Implementation of Int2LongFrequencyDistribution based on HMapIL.
 class Object2IntFrequencyDistributionEntry<K extends Comparable<K>>
          Implementation of Object2IntFrequencyDistribution based on HMapKI.
 class Object2LongFrequencyDistributionEntry<K extends Comparable<K>>
          Implementation of Object2LongFrequencyDistribution based on HMapKL.
 



Copyright © 2013. All Rights Reserved.