Package aQute.bnd.osgi
Class Packages
java.lang.Object
aQute.bnd.osgi.Packages
- All Implemented Interfaces:
Map<Descriptors.PackageRef,
Attrs>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
append
(StringBuilder sb) void
clear()
boolean
boolean
boolean
boolean
containsKey
(Object name) Deprecated.boolean
containsValue
(Attrs value) boolean
containsValue
(Object value) Deprecated.entrySet()
boolean
Deprecated.get
(Descriptors.PackageRef packageRef, Attrs deflt) Deprecated.int
hashCode()
Deprecated.boolean
isEmpty()
keySet()
void
merge
(Descriptors.PackageRef ref, boolean unique, Attrs... attrs) put
(Descriptors.PackageRef key, Attrs value) void
putAll
(Map<? extends Descriptors.PackageRef, ? extends Attrs> map) void
putAllIfAbsent
(Map<Descriptors.PackageRef, ? extends Attrs> map) remove
(Descriptors.PackageRef var0) Deprecated.int
size()
stream()
toString()
values()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
map
-
-
Constructor Details
-
Packages
-
Packages
public Packages()
-
-
Method Details
-
clear
public void clear()- Specified by:
clear
in interfaceMap<Descriptors.PackageRef,
Attrs>
-
containsKey
-
containsKey
Deprecated.- Specified by:
containsKey
in interfaceMap<Descriptors.PackageRef,
Attrs>
-
containsValue
-
containsValue
Deprecated.- Specified by:
containsValue
in interfaceMap<Descriptors.PackageRef,
Attrs>
-
entrySet
- Specified by:
entrySet
in interfaceMap<Descriptors.PackageRef,
Attrs>
-
stream
-
get
Deprecated.- Specified by:
get
in interfaceMap<Descriptors.PackageRef,
Attrs>
-
get
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceMap<Descriptors.PackageRef,
Attrs>
-
keySet
- Specified by:
keySet
in interfaceMap<Descriptors.PackageRef,
Attrs>
-
put
-
put
- Specified by:
put
in interfaceMap<Descriptors.PackageRef,
Attrs>
-
putAll
- Specified by:
putAll
in interfaceMap<Descriptors.PackageRef,
Attrs>
-
putAllIfAbsent
-
remove
Deprecated.- Specified by:
remove
in interfaceMap<Descriptors.PackageRef,
Attrs>
-
remove
-
size
public int size()- Specified by:
size
in interfaceMap<Descriptors.PackageRef,
Attrs>
-
values
- Specified by:
values
in interfaceMap<Descriptors.PackageRef,
Attrs>
-
getByFQN
-
getByBinaryName
-
containsFQN
-
containsBinaryName
-
toString
-
append
-
merge
-
get
-
equals
Deprecated. -
hashCode
Deprecated.
-