Package java.util.jar
Class Attributes
java.lang.Object
java.util.jar.Attributes
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
clone()
boolean
containsKey
(Object var0) boolean
containsValue
(Object var0) entrySet()
getValue
(Attributes.Name var0) boolean
isEmpty()
keySet()
void
int
size()
values()
-
Field Details
-
map
-
-
Constructor Details
-
Attributes
public Attributes() -
Attributes
public Attributes(int var0) -
Attributes
-
-
Method Details
-
clear
public void clear() -
clone
-
containsKey
- Specified by:
containsKey
in interfaceMap
-
containsValue
- Specified by:
containsValue
in interfaceMap
-
entrySet
-
get
-
getValue
-
getValue
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
putValue
-
remove
-
size
public int size() -
values
-