Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- asFormat(String, ConversionCategory...) - Static method in class org.checkerframework.checker.formatter.util.FormatUtil
-
Returns the first argument if the format string is satisfiable, and if the format's parameters match the passed
ConversionCategorys. - asRegex(String) - Static method in class org.checkerframework.checker.regex.util.RegexUtil
-
Returns the argument as a
@Regex Stringif it is a regex, otherwise throws an error. - asRegex(String, int) - Static method in class org.checkerframework.checker.regex.util.RegexUtil
-
Returns the argument as a
@Regex(groups) Stringif it is a regex with at least the given number of groups, otherwise throws an error.
B
- byteFromDouble(double) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned byte representing the same value as the double.
- byteFromFloat(float) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned byte representing the same value as the float.
C
- C - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- castNonNull(T) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
A method that suppresses warnings from the Nullness Checker.
- castNonNull(T, String) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Suppress warnings from the Nullness Checker, with a custom error message.
- castNonNullDeep(T[]) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
- castNonNullDeep(T[][]) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
- castNonNullDeep(T[][][]) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
- castNonNullDeep(T[][][][]) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
- castNonNullDeep(T[][][][][]) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
- castNonNullDeep(T[][][][][], String) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
- castNonNullDeep(T[][][][], String) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
- castNonNullDeep(T[][][], String) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
- castNonNullDeep(T[][], String) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
- castNonNullDeep(T[], String) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
- cd - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- CheckedPatternSyntaxException(String, String, int) - Constructor for exception org.checkerframework.checker.regex.util.RegexUtil.CheckedPatternSyntaxException
-
Constructs a new CheckedPatternSyntaxException.
- CheckedPatternSyntaxException(PatternSyntaxException) - Constructor for exception org.checkerframework.checker.regex.util.RegexUtil.CheckedPatternSyntaxException
-
Constructs a new CheckedPatternSyntaxException equivalent to the given
PatternSyntaxException. - compareUnsigned(byte, byte) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Compares two unsigned bytes x and y.
- compareUnsigned(short, short) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Compares two unsigned shorts x and y.
- conversionCharFromFormat(String) - Static method in class org.checkerframework.checker.formatter.util.FormatUtil
-
Deprecated.
D
- deg - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- dimensionUnsignedHeight(Dimension) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtilExtra
-
Gets the unsigned height of a
Dimension. - dimensionUnsignedWidth(Dimension) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtilExtra
-
Gets the unsigned width of a
Dimension.
E
- everyStringMatchesSomeRegex(Collection<String>, Collection<String>) - Static method in class org.checkerframework.checker.regex.util.RegexUtil
-
Return true if every string is matched by at least one regex.
- ExcessiveOrMissingFormatArgumentException(int, int) - Constructor for exception org.checkerframework.checker.formatter.util.FormatUtil.ExcessiveOrMissingFormatArgumentException
-
Constructs an instance of this class with the actual argument length and the expected one.
F
- filter(T, Predicate<? super T>) - Static method in class org.checkerframework.checker.nullness.util.Opt
-
If primary is non-null, and its value matches the given predicate, return the value.
- formatParameterCategories(String) - Static method in class org.checkerframework.checker.formatter.util.FormatUtil
-
Returns a
ConversionCategoryfor every conversion found in the format string. - formatParameterCategories(String) - Static method in class org.checkerframework.checker.i18nformatter.util.I18nFormatUtil
-
Returns a
I18nConversionCategoryfor every conversion found in the format string. - FormatUtil - Class in org.checkerframework.checker.formatter.util
-
This class provides a collection of utilities to ease working with format strings.
- FormatUtil() - Constructor for class org.checkerframework.checker.formatter.util.FormatUtil
- FormatUtil.ExcessiveOrMissingFormatArgumentException - Exception in org.checkerframework.checker.formatter.util
- FormatUtil.IllegalFormatConversionCategoryException - Exception in org.checkerframework.checker.formatter.util
- fromCelsiusToKelvin(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromGramToKiloGram(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromHourToMinute(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromKelvinToCelsius(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromKiloGramToGram(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromKiloGramToMetricTon(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromKiloMeterPerHourToMeterPerSecond(double) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromKiloMeterToMeter(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromKiloNewtonToNewton(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromMeterPerSecondToKiloMeterPerHour(double) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromMeterToKiloMeter(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromMeterToMilliMeter(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromMetricTonToKiloGram(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromMilliMeterToMeter(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromMinuteToHour(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromMinuteToSecond(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromNewtonToKiloNewton(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- fromSecondToMinute(int) - Static method in class org.checkerframework.checker.units.util.UnitsTools
G
- g - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- get(T) - Static method in class org.checkerframework.checker.nullness.util.Opt
-
If primary is non-null, returns it, otherwise throws NoSuchElementException.
- getDescription() - Method in exception org.checkerframework.checker.regex.util.RegexUtil.CheckedPatternSyntaxException
-
Retrieves the description of the error.
- getExpected() - Method in exception org.checkerframework.checker.formatter.util.FormatUtil.ExcessiveOrMissingFormatArgumentException
- getExpected() - Method in exception org.checkerframework.checker.formatter.util.FormatUtil.IllegalFormatConversionCategoryException
- getFound() - Method in exception org.checkerframework.checker.formatter.util.FormatUtil.ExcessiveOrMissingFormatArgumentException
- getFound() - Method in exception org.checkerframework.checker.formatter.util.FormatUtil.IllegalFormatConversionCategoryException
- getIndex() - Method in exception org.checkerframework.checker.regex.util.RegexUtil.CheckedPatternSyntaxException
-
Retrieves the error index.
- getMessage() - Method in exception org.checkerframework.checker.formatter.util.FormatUtil.ExcessiveOrMissingFormatArgumentException
- getMessage() - Method in exception org.checkerframework.checker.formatter.util.FormatUtil.IllegalFormatConversionCategoryException
- getMessage() - Method in exception org.checkerframework.checker.regex.util.RegexUtil.CheckedPatternSyntaxException
-
Returns a multi-line string containing the description of the syntax error and its index, the erroneous regular-expression pattern, and a visual indication of the error index within the pattern.
- getPattern() - Method in exception org.checkerframework.checker.regex.util.RegexUtil.CheckedPatternSyntaxException
-
Retrieves the erroneous regular-expression pattern.
- getUnsigned(ByteBuffer) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Gets an unsigned byte from the ByteBuffer b.
- getUnsigned(ByteBuffer, byte[]) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Gets an array of unsigned bytes from the ByteBuffer b and stores them in the array bs.
- getUnsigned(ByteBuffer, byte[], int, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Populates an unsigned byte array from the ByteBuffer b at i with l bytes.
- getUnsigned(ByteBuffer, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Gets an unsigned byte from the ByteBuffer b at i.
- getUnsigned(IntBuffer, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Gets an unsigned int from the IntBuffer b at i.
- getUnsignedInt(ByteBuffer) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Gets an unsigned int from the ByteBuffer b.
- getUnsignedRGB(BufferedImage, int, int, int, int, int[], int, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtilExtra
-
Gets rgb of BufferedImage b as unsigned ints.
- getUnsignedShort(ByteBuffer) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Gets an unsigned short from the ByteBuffer b.
H
- h - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- hasFormat(String, I18nConversionCategory...) - Static method in class org.checkerframework.checker.i18nformatter.util.I18nFormatUtil
-
Returns true if the format string is satisfiable, and if the format's parameters match the passed
I18nConversionCategorys.
I
- I18nFormatUtil - Class in org.checkerframework.checker.i18nformatter.util
-
This class provides a collection of utilities to ease working with i18n format strings.
- I18nFormatUtil() - Constructor for class org.checkerframework.checker.i18nformatter.util.I18nFormatUtil
- ifPresent(T, Consumer<? super T>) - Static method in class org.checkerframework.checker.nullness.util.Opt
-
If primary is non-null, invoke the specified consumer with the value, otherwise do nothing.
- IllegalFormatConversionCategoryException(ConversionCategory, ConversionCategory) - Constructor for exception org.checkerframework.checker.formatter.util.FormatUtil.IllegalFormatConversionCategoryException
-
Constructs an instance of this class with the mismatched conversion and the expected one.
- intFromDouble(double) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned int representing the same value as the double.
- intFromFloat(float) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned int representing the same value as the float.
- isFormat(String) - Static method in class org.checkerframework.checker.i18nformatter.util.I18nFormatUtil
- isPresent(Object) - Static method in class org.checkerframework.checker.nullness.util.Opt
-
Returns true if primary is non-null, false if primary is null.
- isRegex(char) - Static method in class org.checkerframework.checker.regex.util.RegexUtil
-
Returns true if the argument is a syntactically valid regular expression.
- isRegex(String) - Static method in class org.checkerframework.checker.regex.util.RegexUtil
-
Returns true if the argument is a syntactically valid regular expression.
- isRegex(String, int) - Static method in class org.checkerframework.checker.regex.util.RegexUtil
-
Returns true if the argument is a syntactically valid regular expression with at least the given number of groups.
K
- K - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- kg - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- km - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- km2 - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- km3 - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- kmPERh - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- kN - Static variable in class org.checkerframework.checker.units.util.UnitsTools
L
- longFromDouble(double) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned long representing the same value as the double.
- longFromFloat(float) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned long representing the same value as the float.
M
- m - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- m2 - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- m3 - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- map(T, Function<? super T, ? extends U>) - Static method in class org.checkerframework.checker.nullness.util.Opt
-
If primary is non-null, apply the provided mapping function to it and return the result.
- mapList(Function<? super FROM, ? extends TO>, Iterable<FROM>) - Static method in class org.checkerframework.checker.regex.util.RegexUtil
-
Applies the function to each element of the given iterable, producing a list of the results.
- matchesNoRegex(Collection<String>, Collection<String>) - Static method in class org.checkerframework.checker.regex.util.RegexUtil
-
Return the strings that are matched by no regex.
- matchesSomeRegex(Collection<String>, Collection<String>) - Static method in class org.checkerframework.checker.regex.util.RegexUtil
-
Return the strings such that any one of the regexes matches it.
- min - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- mm - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- mm2 - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- mm3 - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- mol - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- mPERs - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- mPERs2 - Static variable in class org.checkerframework.checker.units.util.UnitsTools
N
- N - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- noStringMatchesAnyRegex(Collection<String>, Collection<String>) - Static method in class org.checkerframework.checker.regex.util.RegexUtil
-
Return true if no string is matched by any regex.
- NullnessUtil - Class in org.checkerframework.checker.nullness.util
-
Utility class for the Nullness Checker.
O
- Opt - Class in org.checkerframework.checker.nullness.util
-
Utility class providing every method in
Optional, but written for possibly-null references rather than for theOptionaltype. - orElse(T, T) - Static method in class org.checkerframework.checker.nullness.util.Opt
-
Return primary if it is non-null.
- orElseGet(T, Supplier<? extends T>) - Static method in class org.checkerframework.checker.nullness.util.Opt
-
Return
primaryif it is non-null. - orElseThrow(T, Supplier<? extends X>) - Static method in class org.checkerframework.checker.nullness.util.Opt
-
Return primary if it is non-null.
- org.checkerframework.checker.formatter.util - package org.checkerframework.checker.formatter.util
- org.checkerframework.checker.i18nformatter.util - package org.checkerframework.checker.i18nformatter.util
- org.checkerframework.checker.nullness.util - package org.checkerframework.checker.nullness.util
- org.checkerframework.checker.regex.util - package org.checkerframework.checker.regex.util
- org.checkerframework.checker.signedness.util - package org.checkerframework.checker.signedness.util
- org.checkerframework.checker.units.util - package org.checkerframework.checker.units.util
P
- putUnsigned(ByteBuffer, byte) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Places an unsigned byte into the ByteBuffer b.
- putUnsigned(ByteBuffer, int, byte) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Places an unsigned byte into the ByteBuffer b at i.
- putUnsigned(IntBuffer, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Places an unsigned int into the IntBuffer b.
- putUnsigned(IntBuffer, int[]) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Places an unsigned int array into the IntBuffer b.
- putUnsigned(IntBuffer, int[], int, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Places an unsigned int array into the IntBuffer b at i with length l.
- putUnsigned(IntBuffer, int, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Places an unsigned int into the IntBuffer b at i.
- putUnsignedInt(ByteBuffer, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Places an unsigned int into the ByteBuffer b.
- putUnsignedInt(ByteBuffer, int, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Places an unsigned int into the ByteBuffer b at i.
- putUnsignedLong(ByteBuffer, int, long) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Places an unsigned long into the ByteBuffer b at i.
- putUnsignedShort(ByteBuffer, short) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Places an unsigned short into the ByteBuffer b.
- putUnsignedShort(ByteBuffer, int, short) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Places an unsigned short into the ByteBuffer b at i.
R
- rad - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- readFullyUnsigned(RandomAccessFile, byte[]) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Reads a file fully into an unsigned byte array.
- readUnsigned(RandomAccessFile, byte[], int, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Reads up to
lenbytes of data from this file into an unsigned array of bytes. - readUnsignedChar(RandomAccessFile) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Reads an unsigned char from the RandomAccessFile f.
- readUnsignedInt(RandomAccessFile) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Reads an unsigned int from the RandomAccessFile f.
- readUnsignedLong(RandomAccessFile) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Reads an unsigned long from the RandomAccessFile f.
- regexError(String) - Static method in class org.checkerframework.checker.regex.util.RegexUtil
-
Returns null if the argument is a syntactically valid regular expression.
- regexError(String, int) - Static method in class org.checkerframework.checker.regex.util.RegexUtil
-
Returns null if the argument is a syntactically valid regular expression with at least the given number of groups.
- regexException(String) - Static method in class org.checkerframework.checker.regex.util.RegexUtil
-
Returns null if the argument is a syntactically valid regular expression.
- regexException(String, int) - Static method in class org.checkerframework.checker.regex.util.RegexUtil
-
Returns null if the argument is a syntactically valid regular expression with at least the given number of groups.
- RegexUtil - Class in org.checkerframework.checker.regex.util
-
Utility methods for regular expressions, most notably for testing whether a string is a regular expression.
- RegexUtil.CheckedPatternSyntaxException - Exception in org.checkerframework.checker.regex.util
-
A checked version of
PatternSyntaxException.
S
- s - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- setUnsignedRGB(BufferedImage, int, int, int, int, int[], int, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtilExtra
-
Sets rgb of BufferedImage b given unsigned ints.
- shortFromDouble(double) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned short representing the same value as the double.
- shortFromFloat(float) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned short representing the same value as the float.
- SignednessUtil - Class in org.checkerframework.checker.signedness.util
-
Provides static utility methods for unsigned values, beyond what is available in the JDK's Unsigned Integer API.
- SignednessUtilExtra - Class in org.checkerframework.checker.signedness.util
-
Provides more static utility methods for unsigned values.
T
- t - Static variable in class org.checkerframework.checker.units.util.UnitsTools
- toDegrees(double) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- toDouble(byte) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a double representing the same value as the unsigned byte.
- toDouble(int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a double representing the same value as the unsigned int.
- toDouble(long) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a double representing the same value as the unsigned long.
- toDouble(short) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a double representing the same value as the unsigned short.
- toFloat(byte) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a float representing the same value as the unsigned byte.
- toFloat(int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a float representing the same value as the unsigned int.
- toFloat(long) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a float representing the same value as the unsigned long.
- toFloat(short) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a float representing the same value as the unsigned short.
- toRadians(double) - Static method in class org.checkerframework.checker.units.util.UnitsTools
- toUnsignedInt(char) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned int representing the same value as an unsigned char.
- toUnsignedLong(char) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned long representing the same value as an unsigned char.
- toUnsignedShort(byte) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned short representing the same value as an unsigned byte.
- toUnsignedShort(char) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned short representing the same value as an unsigned char.
- toUnsignedString(byte) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Produces a string representation of the unsigned byte b.
- toUnsignedString(byte, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Produces a string representation of the unsigned byte b in base radix.
- toUnsignedString(short) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Produces a string representation of the unsigned short s.
- toUnsignedString(short, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Produces a string representation of the unsigned short s in base radix.
- tryFormatSatisfiability(String) - Static method in class org.checkerframework.checker.formatter.util.FormatUtil
-
Throws an exception if the format is not syntactically valid.
- tryFormatSatisfiability(String) - Static method in class org.checkerframework.checker.i18nformatter.util.I18nFormatUtil
-
Throws an exception if the format is not syntactically valid.
U
- UnitsTools - Class in org.checkerframework.checker.units.util
-
Utility methods to generate annotated types and to convert between them.
- UnitsTools() - Constructor for class org.checkerframework.checker.units.util.UnitsTools
W
- wrapUnsigned(byte[]) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Wraps an unsigned byte array into a ByteBuffer.
- wrapUnsigned(byte[], int, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Wraps an unsigned byte array into a ByteBuffer.
- writeUnsigned(RandomAccessFile, byte[], int, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Writes len unsigned bytes to the RandomAccessFile f at offset off.
- writeUnsignedByte(RandomAccessFile, byte) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Writes an unsigned byte to the RandomAccessFile f.
- writeUnsignedChar(RandomAccessFile, char) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Writes an unsigned char to the RandomAccessFile f.
- writeUnsignedInt(RandomAccessFile, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Writes an unsigned byte to the RandomAccessFile f.
- writeUnsignedLong(RandomAccessFile, long) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Writes an unsigned byte to the RandomAccessFile f.
- writeUnsignedShort(RandomAccessFile, short) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Writes an unsigned short to the RandomAccessFile f.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
#conversionCharFromFormat(Matcher).