public interface GroupAwareMap<K,V> extends Map<K,V>
Modifier and Type | Method and Description |
---|---|
Set<Group> |
getGroupsFromKeys()
Returns the groups that are implied (resolvable) from the keys in the map.
|
Set<Group> |
getGroupsFromValues()
Returns the groups that are implied (resolvable) from the values in the map.
|
boolean |
includesKey(Object key)
Returns true if the map's keySet contains the given JID.
|
boolean |
includesValue(Object value)
Returns true if the map has a key referencing the given JID.
|
boolean includesKey(Object key)
key
- The target, presumably a JIDboolean includesValue(Object value)
value
- The target, presumably a JIDSet<Group> getGroupsFromKeys()
Copyright © 2003-2008 Jive Software.