Why is CharSequence from the Java API an interface? What is the significance of this interface?
|
feedback
|
|
It's just refactored from any existing implementations. One of the benefits is that you can "widen" the input whenever you actually only need one of its methods. So instead of for example
you can have
so that you can pass This fact has however nothing to do with | |||||||
feedback
|