iText 8.0.2 API
iText.Commons.Utils.LinkedHashSet< TKey > Class Template Reference
Inheritance diagram for iText.Commons.Utils.LinkedHashSet< TKey >:

Public Member Functions

  LinkedHashSet (ICollection< TKey > c)
 
IEnumerator< TKey >  GetEnumerator ()
 
void  Add (TKey item)
 
void  UnionWith (IEnumerable< TKey > other)
 
void  IntersectWith (IEnumerable< TKey > other)
 
void  ExceptWith (IEnumerable< TKey > other)
 
void  SymmetricExceptWith (IEnumerable< TKey > other)
 
bool  IsSubsetOf (IEnumerable< TKey > other)
 
bool  IsSupersetOf (IEnumerable< TKey > other)
 
bool  IsProperSupersetOf (IEnumerable< TKey > other)
 
bool  IsProperSubsetOf (IEnumerable< TKey > other)
 
bool  Overlaps (IEnumerable< TKey > other)
 
bool  SetEquals (IEnumerable< TKey > other)
 
void  Clear ()
 
bool  Contains (TKey item)
 
void  CopyTo (TKey[] array, int arrayIndex)
 
bool  Remove (TKey item)
 

Properties

int  Count [get]
 
bool  IsReadOnly [get]