首页 > 编程语言 > 详细

java CharSequence接口

时间:2017-11-26 12:20:35      阅读:266      评论:0      收藏:0      [点我收藏+]

1)CharSequence接口重新定义了toString()方法,这就要求实现类必须重写object中的toString()方法

String toString()Returns a string containing the characters in this sequence in the same order as this sequence. The length of the string will be the length of this sequence. 

Overrides: 
toString in class Object 
Returns:
a string consisting of exactly this sequence of characters

我们在实现时,如果定义接口时,我们对Object类中的一些方法不满意是,可以在接口中要求子类重写。

java CharSequence接口

原文:http://www.cnblogs.com/dingcx/p/7898522.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!