Package java.util.jar
Class Attributes
- java.lang.Object
-
- java.util.jar.Attributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Attributes.Name
-
Constructor Summary
Constructors Constructor Description Attributes()
Attributes(int var0)
Attributes(Attributes var0)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Object
clone()
boolean
containsKey(Object var0)
boolean
containsValue(Object var0)
Set
entrySet()
boolean
equals(Object var0)
Object
get(Object var0)
String
getValue(String var0)
String
getValue(Attributes.Name var0)
int
hashCode()
boolean
isEmpty()
Set
keySet()
Object
put(Object var0, Object var1)
void
putAll(Map var0)
String
putValue(String var0, String var1)
Object
remove(Object var0)
int
size()
Collection
values()
-
-
-
Field Detail
-
map
protected Map map
-
-
Constructor Detail
-
Attributes
public Attributes()
-
Attributes
public Attributes(Attributes var0)
-
Attributes
public Attributes(int var0)
-
-
Method Detail
-
containsKey
public boolean containsKey(Object var0)
- Specified by:
containsKey
in interfaceMap
-
containsValue
public boolean containsValue(Object var0)
- Specified by:
containsValue
in interfaceMap
-
values
public Collection values()
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object var0)
-
getValue
public String getValue(Attributes.Name var0)
-
-