Uses of Record Class
eu.cloudnetservice.ext.platforminject.processor.id.CharRange
Packages that use CharRange
-
Uses of CharRange in eu.cloudnetservice.ext.platforminject.processor.id
Fields in eu.cloudnetservice.ext.platforminject.processor.id declared as CharRangeModifier and TypeFieldDescriptionAllowedCharRange.allowedCharRangesThe field for theallowedCharRangesrecord component.Methods in eu.cloudnetservice.ext.platforminject.processor.id that return CharRangeModifier and TypeMethodDescriptionAllowedCharRange.allowedCharRanges()Returns the value of theallowedCharRangesrecord component.CharRange.range(char singleBound) CharRange.range(char lowerBounds, char upperBounds) Methods in eu.cloudnetservice.ext.platforminject.processor.id with parameters of type CharRangeModifier and TypeMethodDescriptionPluginIdGenerator.registerRange(int indexLowerBound, char replacementChar, @NonNull CharRange... allowedChars) PluginIdGenerator.registerRange(int indexLowerBound, int indexUpperBound, char replacementChar, @NonNull CharRange... allowedChars) Constructors in eu.cloudnetservice.ext.platforminject.processor.id with parameters of type CharRangeModifierConstructorDescription(package private)AllowedCharRange(@NonNull CharRange[] allowedCharRanges, int lowerBound, int upperBound, char replacementChar) Creates an instance of aAllowedCharRangerecord class.