Package system

Class Range

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Private.CoreLib
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Range
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • Range

        public Range​(java.lang.Object instance)
              throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • Range

        public Range()
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Range

        public Range​(Index start,
                     Index end)
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Equals

        public boolean Equals​(Range other)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndAt

        public static Range EndAt​(Index end)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • StartAt

        public static Range StartAt​(Index start)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getEnd

        public Index getEnd()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getStart

        public Index getStart()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAll

        public static Range getAll()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable