public interface CustomizationCollection<T> extends Collection<CustomizationSupplier<T>>
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, toArray
boolean add(CustomizationSupplier<T> e)
add
in interface Collection<CustomizationSupplier<T>>
true
IllegalArgumentException
- if the entry is already existing.boolean addAll(Collection<? extends CustomizationSupplier<T>> c)
addAll
in interface Collection<CustomizationSupplier<T>>
true
IllegalArgumentException
- if an entry is already existing.cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.