?
查询技巧:
1、输入单个单词准确查询。
2、使用%模糊查询,匹配任意长度字符:
   %a    以a结尾的单词;
   ab%    以ab开头的单词;
   %ac%    含有ac的单词。
3、使用_模糊查询,匹配单个任意字符:
   _a_    三位且a在中间的单词;
   _ad    三位且ad结尾的单词;
   ac_    三位且ac开头的单词;
   _a    两位且a结尾的单词;
   a_    两位且a开头的单词。
4、带连字符-的单词,需含-字符才能模糊查询,如well-know需输入 well-% 。
5、在手机键盘上,如果g上有%和v上有_,则可长按输入。

subclasses

n. 基类,小类;亚纲;子集(subclass 的复数)

1. Why do the subclasses not appear in the schema?
为何模式中没有子类?
2. Now let's examine the specific Buffer subclasses.
现在让我们研究一些具体的buffer子类。
3. All SimpleNode subclasses inherit useful behavior.
所有simplenode子类都继承了有用的行为。
4. This allows subclasses to only override methods as needed.
这允许子类根据需要仅覆盖一些方法。
5. Concrete subclasses define the different required behaviors.
具体的子类定义需要的不同行为。