Class KeyCollectionImpl.BuilderImpl.KeyMapBuilder<E,K>

java.lang.Object
org.magicwerk.brownies.collections.KeyCollectionImpl.BuilderImpl.KeyMapBuilder<E,K>
Enclosing class:
KeyCollectionImpl.BuilderImpl<E>

public static class KeyCollectionImpl.BuilderImpl.KeyMapBuilder<E,K> extends Object
  • Field Details

    • orderBy

      Boolean orderBy
      True to order collection by this key map
    • primitiveListType

      Class<?> primitiveListType
      Primitive class to use for list storage
    • mapper

      Function<E,K> mapper
    • allowNull

      Boolean allowNull
    • allowDuplicates

      Boolean allowDuplicates
    • allowDuplicatesNull

      boolean allowDuplicatesNull
    • sort

      Boolean sort
      True to sort
    • comparator

      Comparator<?> comparator
      Comparator to use for sorting (null for natural comparator)
    • comparatorSortsNull

      boolean comparatorSortsNull
      The specified comparator can handle null values
    • sortNullsFirst

      boolean sortNullsFirst
      Determine whether null values appear first or last
  • Constructor Details

    • KeyMapBuilder

      public KeyMapBuilder()