Uses of Interface
tl.lin.data.map.MapIF.Entry

Packages that use MapIF.Entry
tl.lin.data.map   
 

Uses of MapIF.Entry in tl.lin.data.map
 

Methods in tl.lin.data.map that return MapIF.Entry
 MapIF.Entry[] HMapIF.getEntriesSortedByValue()
          Returns entries sorted by descending value.
 MapIF.Entry[] HMapIF.getEntriesSortedByValue(int n)
          Returns top n entries sorted by descending value.
 

Methods in tl.lin.data.map that return types with arguments of type MapIF.Entry
 Set<MapIF.Entry> MapIF.entrySet()
          Returns a Set view of the mappings contained in this map.
 Set<MapIF.Entry> HMapIF.entrySet()
           
 



Copyright © 2013. All Rights Reserved.