java.lang.Object 
org.keycloak.models.sessions.infinispan.util.KeycloakMarshallUtil.HashSetBuilder<E>
All Implemented Interfaces: 
org.infinispan.commons.marshall.MarshallUtil.CollectionBuilder<E,HashSet <E>> 
Enclosing class: 
KeycloakMarshallUtil  
public static class  KeycloakMarshallUtil.HashSetBuilder<E> 
extends Object 
implements org.infinispan.commons.marshall.MarshallUtil.CollectionBuilder<E,HashSet <E>>  
Constructor Summary 
Constructors 
 
 
Method Summary 
All Methods Instance Methods Concrete Methods 
 
Methods inherited from class java.lang.Object  
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
 
 
 
Constructor Details 
HashSetBuilder 
public  HashSetBuilder ()
 
 
 
 
 
Method Details 
build 
Specified by: 
build in interface org.infinispan.commons.marshall.MarshallUtil.CollectionBuilder<E ,HashSet <E >>