public class Packages extends Object implements Map<Descriptors.PackageRef,Attrs>
| Modifier and Type | Class and Description |
|---|---|
static class |
Packages.QUERY |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Packages(Packages other)
public Packages()
public void clear()
clear in interface Map<Descriptors.PackageRef,Attrs>public boolean containsKey(Descriptors.PackageRef name)
@Deprecated public boolean containsKey(Object name)
containsKey in interface Map<Descriptors.PackageRef,Attrs>public boolean containsValue(Attrs value)
@Deprecated public boolean containsValue(Object value)
containsValue in interface Map<Descriptors.PackageRef,Attrs>public Set<Map.Entry<Descriptors.PackageRef,Attrs>> entrySet()
entrySet in interface Map<Descriptors.PackageRef,Attrs>@Deprecated public Attrs get(Object key)
get in interface Map<Descriptors.PackageRef,Attrs>public Attrs get(Descriptors.PackageRef key)
public boolean isEmpty()
isEmpty in interface Map<Descriptors.PackageRef,Attrs>public Set<Descriptors.PackageRef> keySet()
keySet in interface Map<Descriptors.PackageRef,Attrs>public Attrs put(Descriptors.PackageRef ref)
public Attrs put(Descriptors.PackageRef key, Attrs value)
put in interface Map<Descriptors.PackageRef,Attrs>public void putAll(Map<? extends Descriptors.PackageRef,? extends Attrs> map)
putAll in interface Map<Descriptors.PackageRef,Attrs>public void putAllIfAbsent(Map<Descriptors.PackageRef,? extends Attrs> map)
@Deprecated public Attrs remove(Object var0)
remove in interface Map<Descriptors.PackageRef,Attrs>public Attrs remove(Descriptors.PackageRef var0)
public int size()
size in interface Map<Descriptors.PackageRef,Attrs>public Collection<Attrs> values()
values in interface Map<Descriptors.PackageRef,Attrs>public boolean containsFQN(String s)
public boolean containsBinaryName(String s)
public void append(StringBuilder sb)
public void merge(Descriptors.PackageRef ref, boolean unique, Attrs... attrs)
public Attrs get(Descriptors.PackageRef packageRef, Attrs deflt)
@Deprecated public boolean equals(Object other)
@Deprecated public int hashCode()
Copyright © 2019 aQute SARL. All rights reserved.