Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PathIterator

Hierarchy

  • PathIterator

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new PathIterator(_splitOnBackslash?: boolean, _caseSensitive?: boolean): PathIterator

Properties

Private _from

_from: number

Private _to

_to: number

Private _value

_value: string

Methods

cmp

  • cmp(a: string): number

hasNext

  • hasNext(): boolean

next

reset

value

  • value(): string