tl.lin.data
Interface SortableEntries<T extends Comparable<T>>

All Superinterfaces:
Iterable<T>
All Known Subinterfaces:
Int2IntFrequencyDistribution, Int2LongFrequencyDistribution, Long2IntFrequencyDistribution, Long2LongFrequencyDistribution, Object2IntFrequencyDistribution<K>, Object2LongFrequencyDistribution<K>
All Known Implementing Classes:
Int2IntFrequencyDistributionEntry, Int2LongFrequencyDistributionEntry, Object2IntFrequencyDistributionEntry, Object2LongFrequencyDistributionEntry

public interface SortableEntries<T extends Comparable<T>>
extends Iterable<T>


Nested Class Summary
static class SortableEntries.Order
           
 
Method Summary
 List<T> getEntries(SortableEntries.Order ordering)
           
 List<T> getEntries(SortableEntries.Order ordering, int n)
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getEntries

List<T> getEntries(SortableEntries.Order ordering)

getEntries

List<T> getEntries(SortableEntries.Order ordering,
                   int n)


Copyright © 2013. All Rights Reserved.