public class StringLike extends IndexedSeq<Character>
list| Modifier | Constructor and Description |
|---|---|
protected |
StringLike(Collection<Character> list) |
| Modifier and Type | Method and Description |
|---|---|
static StringLike |
apply(String str) |
String |
toString() |
append, apply, apply, contains, corresponds, corresponds, count, diff, distinct, drop, dropNull, dropRight, dropWhile, endsWith, exists, filter, filterNot, find, flatMap, foldLeft, foldLeft, foldRight, foldRight, forall, foreach, groupBy, head, headOption, indexOf, indices, init, intersect, isDefinedAt, isEmpty, last, lastOption, map, max, min, mkString, mkString, mkString, padTo, par, partition, patch, reduceLeft, reduceLeftOption, reduceRight, reduceRightOption, reverse, reverseMap, sameElements, scanLeft, scanLeft, scanRight, scanRight, size, slice, sliding, sliding, sortWith, span, splitAt, startsWith, startsWith, sum, tail, take, takeRight, takeWhile, toList, transpose, union, updated, zip, zipWithIndexapply, apply, apply, applyCollectionprotected StringLike(Collection<Character> list)
public static StringLike apply(String str)
public String toString()
toString in class IndexedSeq<Character>Copyright © 2015. All rights reserved.