Uses of Class
org.tquadrat.foundation.config.spi.prefs.CollectionAccessor
Packages that use CollectionAccessor
Package
Description
The definition for the preference accessors in
PreferenceAccessor
and the implementations.-
Uses of CollectionAccessor in org.tquadrat.foundation.config.spi.prefs
Subclasses of CollectionAccessor in org.tquadrat.foundation.config.spi.prefsModifier and TypeClassDescriptionfinal class
ListAccessor<T>
The implementation ofPreferenceAccessor
for instances ofList
.final class
SetAccessor<T>
The implementation ofPreferenceAccessor
for instances ofSet
.