contentcomparable.java

来自「经典的货郎担问题解决办法」· Java 代码 · 共 18 行

JAVA
18
字号
/*** This code was written by Kent Paul Dolan, from knowledge of good** programming practice.  See accompanying file TravellerDoc.html for** status for your use.*/package com.well.www.user.xanthian.java.structures;import com.coyotegulch.tools.*;public interface ContentComparable  extends Sortable{  public boolean contentIsTheSameAs( Object that );}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?