Java.Util.Jar.Attributes Members

The members of Java.Util.Jar.Attributes are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs an Attributes instance.
Constructs an Attributes instance obtaining keys and values from the parameter attrib.
Constructs an Attributes instance with initial capacity of size size.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsEmptybool. Determines whether this Attributes contains any keys.

Protected Properties

MapIDictionary. The Attributes as name/value pairs.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Clear()
Removes all key/value pairs from this Attributes.
Clone() : Java.Lang.Object
Creates and returns a copy of this Object.
ContainsKey(Java.Lang.Object) : bool
Determines whether this Attributes contains the specified key.
ContainsValue(Java.Lang.Object) : bool
Determines whether this Attributes contains the specified value.
EntrySet() : ICollection
Returns a set containing map entries for each of the key/value pair contained in this Attributes.
Get(Java.Lang.Object) : Java.Lang.Object
Returns the value associated with the parameter key.
GetValue(Attributes.Name) : string
Returns the value associated with the parameter Attributes.Name key.
GetValue(string) : string
Returns the string associated with the parameter name.
KeySet() : ICollection
Returns a Set containing all the keys found in this Attributes.
Put(Java.Lang.Object, Java.Lang.Object) : Java.Lang.Object
Stores key/value pairs in this Attributes.
PutAll(IDictionary)
Documentation for this section has not yet been entered.
PutValue(string, string) : string
Stores the value value associated with the key name in this Attributes.
Remove(Java.Lang.Object) : Java.Lang.Object
Deletes the key/value pair with key key from this Attributes.
Size() : int
Returns the number of key/value pairs associated with this Attributes.
Values() : ICollection
Returns a collection of all the values present in this Attributes.

Explicitly Implemented Interface Members

Java.Util.IMap.ContainsKeyDocumentation for this section has not yet been entered.
Java.Util.IMap.ContainsValueDocumentation for this section has not yet been entered.
Java.Util.IMap.GetDocumentation for this section has not yet been entered.
Java.Util.IMap.PutDocumentation for this section has not yet been entered.
Java.Util.IMap.RemoveDocumentation for this section has not yet been entered.