Package com.google.gerrit.server.util
Class AttentionSetUtil
- java.lang.Object
-
- com.google.gerrit.server.util.AttentionSetUtil
-
public class AttentionSetUtil extends Object
Common helpers for dealing with attention set data structures.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.collect.ImmutableSet<AttentionSetUpdate>
additionsOnly(Collection<AttentionSetUpdate> updates)
Returns only updates where the user was added.
-
-
-
Method Detail
-
additionsOnly
public static com.google.common.collect.ImmutableSet<AttentionSetUpdate> additionsOnly(Collection<AttentionSetUpdate> updates)
Returns only updates where the user was added.
-
-