Uses of Class
org.magicwerk.brownies.collections.Key1List.Builder
Packages that use Key1List.Builder
Package
Description
Brownies Collections complements the Java Collections Framework.
-
Uses of Key1List.Builder in org.magicwerk.brownies.collections
Methods in org.magicwerk.brownies.collections that return Key1List.BuilderModifier and TypeMethodDescriptionprotected Key1List.Builder
<E, K> Key1List.getBuilder()
Key1List.Builder.withAfterDeleteTrigger
(Consumer<E> trigger) Key1List.Builder.withAfterInsertTrigger
(Consumer<E> trigger) Key1List.Builder.withBeforeDeleteTrigger
(Consumer<E> trigger) Key1List.Builder.withBeforeInsertTrigger
(Consumer<E> trigger) Key1List.Builder.withCapacity
(int capacity) Key1List.Builder.withConstraint
(Predicate<E> constraint) Key1List.Builder.withContent
(E... elements) Key1List.Builder.withContent
(Collection<? extends E> elements) Key1List.Builder.withElemDuplicates
(boolean allowDuplicates) Key1List.Builder.withElemDuplicates
(boolean allowDuplicates, boolean allowDuplicatesNull) Key1List.Builder.withElemNull
(boolean allowNull) Key1List.Builder.withElemSet()
Key1List.Builder.withElemSort
(boolean sort) Key1List.Builder.withElemSort
(Comparator<? super E> comparator) Key1List.Builder.withElemSort
(Comparator<? super E> comparator, boolean sortNullsFirst) Key1List.Builder.withKey1Duplicates
(boolean allowDuplicates) Key1List.Builder.withKey1Duplicates
(boolean allowDuplicates, boolean allowDuplicatesNull) Key1List.Builder.withKey1Map
(Function<? super E, K> mapper) Add key map.Key1List.Builder.withKey1Null
(boolean allowNull) Key1List.Builder.withKey1Sort
(boolean sort) Key1List.Builder.withKey1Sort
(Comparator<? super K> comparator) Set comparator to use for sorting the key map.Key1List.Builder.withKey1Sort
(Comparator<? super K> comparator, boolean sortNullsFirst) Set comparator to use for sorting the key map.Key1List.Builder.withListBig
(boolean bigList) Key1List.Builder.withMaxSize
(int maxSize) Key1List.Builder.withNull
(boolean allowNull) Key1List.Builder.withOrderByElem
(boolean orderBy) Key1List.Builder.withOrderByKey1
(boolean orderBy) Key1List.Builder.withOrderByKey1
(Class<?> type) Key1List.Builder.withPrimaryElem()
Key1List.Builder.withPrimaryKey1Map
(Function<? super E, K> mapper) Specify this key to be a primary key.Key1List.Builder.withUniqueElem()
Key1List.Builder.withUniqueKey1Map
(Function<? super E, K> mapper) Specify this key to be a unique key.Key1List.Builder.withWindowSize
(int maxSize)