@Beta
public interface IntentSetMultimap
Modifier and Type | Method and Description |
---|---|
boolean |
allocateMapping(IntentId keyIntentId,
IntentId valIntentId)
Allocates the mapping between the given intents.
|
Set<IntentId> |
getMapping(IntentId intentId)
Returns the set of intents mapped to a lower intent.
|
void |
releaseMapping(IntentId intentId)
Releases the mapping of the given intent.
|
boolean allocateMapping(IntentId keyIntentId, IntentId valIntentId)
keyIntentId
- key intent IDvalIntentId
- value intent IDSet<IntentId> getMapping(IntentId intentId)
intentId
- intent IDvoid releaseMapping(IntentId intentId)
intentId
- intent ID