skip abstract method
- int count
override
Eagerly selects all but the first count
characters.
If count
is greater than length, the count of character
available, then the empty sequence of characters
is returned.
Implementation
@override
Characters skip(int count);