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