public class PermissionMap extends HashMap<String,ArrayList<Permission>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
PermissionMap() |
Modifier and Type | Method and Description |
---|---|
void |
add(PermissionMap el) |
void |
add(String busName,
String typeName,
Permission p) |
int |
getPermissionCount() |
String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode
public void add(String busName, String typeName, Permission p)
public void add(PermissionMap el)
public int getPermissionCount()
public String toString()
toString
in class AbstractMap<String,ArrayList<Permission>>
Copyright © 2018 universAAL Consortium. All rights reserved.