Java.Util.Jar.Attributes: Method Members

The methods of Java.Util.Jar.Attributes are listed below. For a list of all members, see the Attributes Members list.

See Also: Inherited members from Java.Lang.Object

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.