public class EventsNameMap<M> extends Object
Constructor and Description |
---|
EventsNameMap() |
Modifier and Type | Method and Description |
---|---|
protected Collection<M> |
createDataList() |
protected Map<String,Map<String,Collection<M>>> |
createMainDataMap() |
protected Map<String,Collection<M>> |
createNamesDataMap() |
void |
delete(M data) |
void |
delete(String pckg,
String name,
M data) |
Collection<M> |
get(String pckg,
String name) |
Collection<M> |
getAllData() |
Set<EventName> |
getAllListenedEvents() |
boolean |
hasData(String pckg,
String name) |
void |
put(String pckg,
String name,
M data) |
public void delete(M data)
public Collection<M> get(String pckg, String name)
public Collection<M> getAllData()
protected Collection<M> createDataList()
protected Map<String,Collection<M>> createNamesDataMap()
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.