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

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

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

Methods in tl.lin.data.map that return MapIV.Entry
 MapIV.Entry<V>[] HMapIV.getEntriesSortedByValue()
          Returns entries sorted by descending value.
 MapIV.Entry<V>[] HMapIV.getEntriesSortedByValue(int n)
          Returns top n entries sorted by descending value.
 

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



Copyright © 2013. All Rights Reserved.