public interface CustomizationCollection<T> extends Collection<CustomizationSupplier<T>>, Serializable
Typically the implementation DefaultCustomizationCollection will be used.
DefaultCustomizationCollection| Modifier and Type | Method and Description |
|---|---|
boolean |
add(CustomizationSupplier<T> e)
Adds a customization to the collection.
|
boolean |
addAll(Collection<? extends CustomizationSupplier<T>> c)
Adds all customizations to the collection.
|
clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayboolean add(CustomizationSupplier<T> e)
add in interface Collection<CustomizationSupplier<T>>trueIllegalArgumentException - if the entry is already existing.boolean addAll(Collection<? extends CustomizationSupplier<T>> c)
addAll in interface Collection<CustomizationSupplier<T>>trueIllegalArgumentException - if an entry is already existing.cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.