Uses of Interface
org.brijframework.group.Group
-
Packages that use Group Package Description org.brijframework.container -
-
Uses of Group in org.brijframework.container
Methods in org.brijframework.container that return Group Modifier and Type Method Description GroupContainer. add(Object groupKey, Group group)GroupContainer. get(Object groupKey)GroupContainer. load(Object groupKey)GroupContainer. merge(Object groupKey, Group group)GroupContainer. remove(Object groupKey)GroupContainer. search(Object groupKey)GroupContainer. update(Object groupKey, Group group)Methods in org.brijframework.container that return types with arguments of type Group Modifier and Type Method Description ConcurrentHashMap<Object,Group>Container. getCache()Methods in org.brijframework.container with parameters of type Group Modifier and Type Method Description GroupContainer. add(Object groupKey, Group group)GroupContainer. merge(Object groupKey, Group group)GroupContainer. update(Object groupKey, Group group)
-