Uses of Interface
ion.SyncCollections.ICollectionValue
-
Packages that use ICollectionValue Package Description ion.SyncCollections -
-
Uses of ICollectionValue in ion.SyncCollections
Subinterfaces of ICollectionValue in ion.SyncCollections Modifier and Type Interface Description interfaceICollection<TItem>interfaceIDictionary<K,V>Classes in ion.SyncCollections that implement ICollectionValue Modifier and Type Class Description classElementHashDictionary<TKey,TValue extends ion.Meta.Element>An implementation of HashDictionarywhere the values must extend Element. classHashDictionary<TKey,TValue>Methods in ion.SyncCollections that return ICollectionValue Modifier and Type Method Description ICollectionValue<TKey>HashDictionary. getKeys()ICollectionValue<K>IDictionary. getKeys()ICollectionValue<TValue>HashDictionary. getValues()ICollectionValue<V>IDictionary. getValues()
-