Class UnfairTextRange

  • All Implemented Interfaces:
    Serializable, Segment

    public class UnfairTextRange
    extends TextRange
    TextRange with arbitrary offsets, not intended to be checked by com.intellij.openapi.util.TextRange#assertProperRange(int, int, Object). Please use with caution.
    Author:
    Dmitry Avdeev
    See Also:
    Serialized Form
    • Constructor Detail

      • UnfairTextRange

        public UnfairTextRange​(int startOffset,
                               int endOffset)