Package io.github.cdklabs.projen
Class ICompareString.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.ICompareString.Jsii$Proxy
-
- All Implemented Interfaces:
ICompareString,ICompareString.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ICompareString
@Internal public static final class ICompareString.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ICompareString.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.ICompareString
ICompareString.Jsii$Default, ICompareString.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Numbercompare(String a, String b)-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
compare
@Stability(Experimental) @NotNull public final Number compare(@NotNull String a, @NotNull String b)
- Specified by:
comparein interfaceICompareString- Specified by:
comparein interfaceICompareString.Jsii$Default- Parameters:
a- The first string. This parameter is required.b- The second string. This parameter is required.- Returns:
- It is expected to return a negative value if the first argument is less than the second argument, zero if they're equal, and a positive value otherwise.
-
-