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

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

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

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

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

Methods in edu.umd.cloud9.util.pair that return PairOfObjectInt
 PairOfObjectInt<L> PairOfObjectInt.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 PairOfObjectInt
 int PairOfObjectInt.compareTo(PairOfObjectInt<L> that)