takeLast abstract method
- int count
Eagerly selects the last count
characters.
If count
is greater than length, the count of character
available, then the entire sequence of characters
is returned.
Implementation
Characters takeLast(int count);
Eagerly selects the last count
characters.
If count
is greater than length, the count of character
available, then the entire sequence of characters
is returned.
Characters takeLast(int count);