[Android.Runtime.Register("java/util/AbstractSet", DoNotGenerateAcw=true)] public abstract class AbstractSet : AbstractCollection, ISet, IDisposable
Remarks
An AbstractSet is an abstract implementation of the Set interface. This
implementation does not support adding. A subclass must implement the
abstract methods iterator() and size().