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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(StringBuilder sb) voidclear()booleanbooleanbooleanbooleancontainsKey(Object name) Deprecated.booleancontainsValue(Attrs value) booleancontainsValue(Object value) Deprecated.dup()entrySet()booleanDeprecated.get(Descriptors.PackageRef packageRef, Attrs deflt) Deprecated.inthashCode()Deprecated.booleanisEmpty()keySet()voidmerge(Descriptors.PackageRef ref, boolean unique, Attrs... attrs) put(Descriptors.PackageRef key, Attrs value) voidputAll(Map<? extends Descriptors.PackageRef, ? extends Attrs> map) voidputAllIfAbsent(Map<Descriptors.PackageRef, ? extends Attrs> map) remove(Descriptors.PackageRef var0) Deprecated.intsize()aQute.bnd.stream.MapStream<Descriptors.PackageRef, Attrs> stream()toString()values()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
Packages
-
Packages
public Packages()
-
-
Method Details
-
clear
public void clear()- Specified by:
clearin interfaceMap<Descriptors.PackageRef,Attrs>
-
containsKey
-
containsKey
Deprecated.- Specified by:
containsKeyin interfaceMap<Descriptors.PackageRef,Attrs>
-
containsValue
-
containsValue
Deprecated.- Specified by:
containsValuein interfaceMap<Descriptors.PackageRef,Attrs>
-
entrySet
- Specified by:
entrySetin interfaceMap<Descriptors.PackageRef,Attrs>
-
stream
-
get
Deprecated.- Specified by:
getin interfaceMap<Descriptors.PackageRef,Attrs>
-
get
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceMap<Descriptors.PackageRef,Attrs>
-
keySet
- Specified by:
keySetin interfaceMap<Descriptors.PackageRef,Attrs>
-
put
-
put
- Specified by:
putin interfaceMap<Descriptors.PackageRef,Attrs>
-
putAll
- Specified by:
putAllin interfaceMap<Descriptors.PackageRef,Attrs>
-
putAllIfAbsent
-
remove
Deprecated.- Specified by:
removein interfaceMap<Descriptors.PackageRef,Attrs>
-
remove
-
size
public int size()- Specified by:
sizein interfaceMap<Descriptors.PackageRef,Attrs>
-
values
- Specified by:
valuesin interfaceMap<Descriptors.PackageRef,Attrs>
-
getByFQN
-
getByBinaryName
-
containsFQN
-
containsBinaryName
-
toString
-
append
-
merge
-
get
-
equals
Deprecated. -
hashCode
Deprecated. -
dup
-