ISet
IsEmpty
Add(Object)
AddAll(ICollection)
Clear()
Contains(Object)
ContainsAll(ICollection)
CopyOf(ICollection)
Equals(Object)
GetHashCode()
Iterator()
Of()
Of(Object)
Of(Object[])
Of(Object, Object)
Of(Object, Object, Object)
Of(Object, Object, Object, Object)
Of(Object, Object, Object, Object, Object)
Of(Object, Object, Object, Object, Object, Object)
Of(Object, Object, Object, Object, Object, Object, Object)
Of(Object, Object, Object, Object, Object, Object, Object, Object)
Of(Object, Object, Object, Object, Object, Object, Object, Object, Object)
Of(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)
Remove(Object)
RemoveAll(ICollection)
RetainAll(ICollection)
Size()
ToArray()
ToArray(Object[])
monoandroid
namespace Java.Util
{
[JavaTypeParameters(new[] { "E" })]
[Register("java/util/Set", "", "Java.Util.ISetInvoker")]
public interface ISet : IJavaObject, IJavaPeerable, IIterable, ICollection, IDisposable
{
[JavaTypeParameters(new[] { "E" })]
[Register("of", "()Ljava/util/Set;", "", ApiSince = 30)]
static ICollection! Of();
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API