This implementation maintains two parallel arrays, of user IDs and values. The idea is to save allocating {@link Preference} objects themselves. This saves the overhead of {@link Preference} objects but alsoduplicating the user ID value.
@see BooleanUserPreferenceArray @see GenericItemPreferenceArray @see GenericPreference
|
|