Uses of Class
net.jrodolfo.java_evolution.java10.UnmodifiableCollectorsExamples.Feature
Packages that use UnmodifiableCollectorsExamples.Feature
-
Uses of UnmodifiableCollectorsExamples.Feature in net.jrodolfo.java_evolution.java10
Method parameters in net.jrodolfo.java_evolution.java10 with type arguments of type UnmodifiableCollectorsExamples.FeatureModifier and TypeMethodDescriptionUnmodifiableCollectorsExamples.activeFeatureNames(List<UnmodifiableCollectorsExamples.Feature> features) Collects active feature names into an unmodifiable list.UnmodifiableCollectorsExamples.categoriesByFeatureName(List<UnmodifiableCollectorsExamples.Feature> features) Collects features into an unmodifiable map keyed by feature name.UnmodifiableCollectorsExamples.categoriesByFeatureNameWithDuplicateKey(List<UnmodifiableCollectorsExamples.Feature> features) Attempts to collect duplicate keys into an unmodifiable map.UnmodifiableCollectorsExamples.featureCategories(List<UnmodifiableCollectorsExamples.Feature> features) Collects feature categories into an unmodifiable set.