Class KeycloakMarshallUtil.ConcurrentHashMapBuilder<K,V>
- java.lang.Object
- 
- org.keycloak.models.sessions.infinispan.util.KeycloakMarshallUtil.ConcurrentHashMapBuilder<K,V>
 
- 
- All Implemented Interfaces:
- org.infinispan.commons.marshall.MarshallUtil.MapBuilder<K,V,ConcurrentHashMap<K,V>>
 - Enclosing class:
- KeycloakMarshallUtil
 
 public static class KeycloakMarshallUtil.ConcurrentHashMapBuilder<K,V> extends Object implements org.infinispan.commons.marshall.MarshallUtil.MapBuilder<K,V,ConcurrentHashMap<K,V>> 
- 
- 
Constructor SummaryConstructors Constructor Description ConcurrentHashMapBuilder()
 
- 
- 
- 
Method Detail- 
buildpublic ConcurrentHashMap<K,V> build(int size) - Specified by:
- buildin interface- org.infinispan.commons.marshall.MarshallUtil.MapBuilder<K,V,ConcurrentHashMap<K,V>>
 
 
- 
 
-