iText 8.0.2 API
iText.Commons.Utils.LinkedDictionary< TKey, TValue > Member List

This is the complete list of members for iText.Commons.Utils.LinkedDictionary< TKey, TValue >, including all inherited members.

Add(TKey key, TValue value) (defined in iText.Commons.Utils.LinkedDictionary< TKey, TValue >) iText.Commons.Utils.LinkedDictionary< TKey, TValue > inlinevirtual
Clear() (defined in iText.Commons.Utils.LinkedDictionary< TKey, TValue >) iText.Commons.Utils.LinkedDictionary< TKey, TValue > inlinevirtual
ContainsKey(TKey key) (defined in iText.Commons.Utils.LinkedDictionary< TKey, TValue >) iText.Commons.Utils.LinkedDictionary< TKey, TValue > inlinevirtual
Keys (defined in iText.Commons.Utils.LinkedDictionary< TKey, TValue >) iText.Commons.Utils.LinkedDictionary< TKey, TValue >
LinkedDictionary() (defined in iText.Commons.Utils.LinkedDictionary< TKey, TValue >) iText.Commons.Utils.LinkedDictionary< TKey, TValue > inline
LinkedDictionary(int initialCapacity) (defined in iText.Commons.Utils.LinkedDictionary< TKey, TValue >) iText.Commons.Utils.LinkedDictionary< TKey, TValue > inline
LinkedDictionary(IDictionary< TKey, TValue > dictionary) (defined in iText.Commons.Utils.LinkedDictionary< TKey, TValue >) iText.Commons.Utils.LinkedDictionary< TKey, TValue > inline
Remove(TKey key) (defined in iText.Commons.Utils.LinkedDictionary< TKey, TValue >) iText.Commons.Utils.LinkedDictionary< TKey, TValue > inlinevirtual
this[TKey key] (defined in iText.Commons.Utils.LinkedDictionary< TKey, TValue >) iText.Commons.Utils.LinkedDictionary< TKey, TValue >
TryGetValue(TKey key, out TValue value) (defined in iText.Commons.Utils.LinkedDictionary< TKey, TValue >) iText.Commons.Utils.LinkedDictionary< TKey, TValue > inlinevirtual
Values (defined in iText.Commons.Utils.LinkedDictionary< TKey, TValue >) iText.Commons.Utils.LinkedDictionary< TKey, TValue >