Collection
view of the values contained in this RenderinHints
. The Collection
is backed by the RenderingHints
, so changes to the RenderingHints
are reflected in the Collection
, and vice-versa. If the RenderingHints
is modified while an iteration over the Collection
is in progress, the results of the iteration are undefined. The Collection
supports element removal, which removes the corresponding mapping from the RenderingHints
, via the Iterator.remove
, Collection.remove
, removeAll
, retainAll
and clear
operations. It does not support the add
or addAll
operations.
@return a Collection
view of the values contained in this RenderingHints
.
|
|