Uses of Class
org.variantsync.diffdetective.metadata.EditClassCount.Occurrences
Packages that use EditClassCount.Occurrences
Package
Description
-
Uses of EditClassCount.Occurrences in org.variantsync.diffdetective.metadata
Fields in org.variantsync.diffdetective.metadata with type parameters of type EditClassCount.OccurrencesModifier and TypeFieldDescriptionstatic org.variantsync.functjonal.category.InplaceSemigroup<EditClassCount.Occurrences> EditClassCount.Occurrences.ISEMIGROUPCombine two occurrences by adding their counts and performing a set union on the set of origin commits.private final LinkedHashMap<EditClass, EditClassCount.Occurrences> EditClassCount.occurrencesMethods in org.variantsync.diffdetective.metadata that return types with arguments of type EditClassCount.OccurrencesModifier and TypeMethodDescriptionEditClassCount.getOccurrences()Returns the current occurrence count for each considered edit class. -
Uses of EditClassCount.Occurrences in org.variantsync.diffdetective.tablegen.styles
Methods in org.variantsync.diffdetective.tablegen.styles that return types with arguments of type EditClassCount.OccurrencesModifier and TypeMethodDescriptionprivate static Stream<Map.Entry<EditClass, EditClassCount.Occurrences>> VariabilityShare.getVariationalEditClasses(ContentRow row) Returns the number of occurrences of edit classes present in the table.