sharin.unlinq
Interface Dictionary<K,V>

All Superinterfaces:
Enumerable<Map.Entry<K,V>>, Iterable<Map.Entry<K,V>>, Map<K,V>
All Known Implementing Classes:
BasicDictionary

public interface Dictionary<K,V>
extends Map<K,V>, Enumerable<Map.Entry<K,V>>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from interface sharin.unlinq.Enumerable
aggregate, aggregate, aggregate, all, any, any, average, average, averageDouble, averageDouble, averageFloat, averageFloat, averageLong, averageLong, cast, concat, contains, count, count, defaultIfEmpty, defaultIfEmpty, distinct, elementAt, elementAtOrDefault, elementAtOrDefault, except, first, first, firstOrDefault, firstOrDefault, firstOrDefault, firstOrDefault, groupBy, groupBy, groupBy, groupBy, groupJoin, intersect, join, last, last, lastOrDefault, lastOrDefault, lastOrDefault, lastOrDefault, longCount, longCount, max, max, min, min, ofType, orderBy, orderBy, orderByDescending, orderByDescending, reverse, select, select, selectMany, selectMany, selectMany, selectMany, sequenceEqual, single, single, singleOrDefault, singleOrDefault, singleOrDefault, singleOrDefault, skip, skipWhile, skipWhile, sum, sum, sumDouble, sumDouble, sumFloat, sumFloat, sumLong, sumLong, take, takeWhile, takeWhile, toArray, toArray, toDictionary, toDictionary, toEnumerableList, toList, toListMap, toListMap, toLookup, toLookup, toMap, toMap, union, where, where
 
Methods inherited from interface java.lang.Iterable
iterator
 



Copyright © 2009 SHU. All Rights Reserved.