Class 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 Detail

      • HashSetBuilder

        public HashSetBuilder()
    • Method Detail

      • build

        public HashSet<E> build​(int size)
        Specified by:
        build in interface org.infinispan.commons.marshall.MarshallUtil.CollectionBuilder<E,​HashSet<E>>