Uses of Class
com.mckoi.util.HashMapList
-
Packages that use HashMapList Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of HashMapList in com.mckoi.database
Fields in com.mckoi.database declared as HashMapList Modifier and Type Field Description private HashMapList
TriggerManager. listener_map
Maps from the user session (User) to the list of TriggerAction objects for this user.private HashMapList
TriggerManager. table_map
Maps from the trigger source string to the list of TriggerAction objects that are listening for events from this source.
-