Uses of Class
edu.umd.cloud9.util.pair.PairOfObjectLong

Packages that use PairOfObjectLong
edu.umd.cloud9.util.count   
edu.umd.cloud9.util.pair   
 

Uses of PairOfObjectLong in edu.umd.cloud9.util.count
 

Methods in edu.umd.cloud9.util.count that return types with arguments of type PairOfObjectLong
 List<PairOfObjectLong<K>> Object2LongFrequencyDistribution.getFrequencySortedEvents()
          Returns events sorted by frequency of occurrence.
 List<PairOfObjectLong<K>> OpenObject2LongFrequencyDistribution.getFrequencySortedEvents()
           
 List<PairOfObjectLong<K>> Object2LongFrequencyDistribution.getFrequencySortedEvents(int n)
          Returns top n events sorted by frequency of occurrence.
 List<PairOfObjectLong<K>> OpenObject2LongFrequencyDistribution.getFrequencySortedEvents(int n)
           
 List<PairOfObjectLong<K>> Object2LongFrequencyDistribution.getSortedEvents()
          Returns events in sorted order.
 List<PairOfObjectLong<K>> OpenObject2LongFrequencyDistribution.getSortedEvents()
           
 List<PairOfObjectLong<K>> Object2LongFrequencyDistribution.getSortedEvents(int n)
          Returns top n events in sorted order.
 List<PairOfObjectLong<K>> OpenObject2LongFrequencyDistribution.getSortedEvents(int n)
           
 Iterator<PairOfObjectLong<K>> OpenObject2LongFrequencyDistribution.iterator()
          Iterator returns the same object every time, just with a different payload.
 

Uses of PairOfObjectLong in edu.umd.cloud9.util.pair
 

Methods in edu.umd.cloud9.util.pair that return PairOfObjectLong
 PairOfObjectLong<L> PairOfObjectLong.clone()
          Creates a shallow clone of this object; the left element itself is not cloned.
 

Methods in edu.umd.cloud9.util.pair with parameters of type PairOfObjectLong
 int PairOfObjectLong.compareTo(PairOfObjectLong<L> that)