代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/333003/12712453
java ex14.java
// interfaces/Ex14.java
// TIJ4 Chapter Interfaces, Exercise 14, page 330
/* Create three interfaces, each with two methods. Inherit a new interface
* that combines the three, adding a new method.
www.eeworm.com/read/333003/12712475
java testex6.java
// interfaces.TestEx6.java
// TIJ4 Chapter Interfaces, Exercise 6, page 320
// Prove that all the methods in an interface are automatically public
/* Solution includes, in package interfaces.ex6:
www.eeworm.com/read/332899/12718097
java ex14.java
// interfaces/Ex14.java
// TIJ4 Chapter Interfaces, Exercise 14, page 330
/* Create three interfaces, each with two methods. Inherit a new interface
* that combines the three, adding a new method.
www.eeworm.com/read/332899/12718121
java testex6.java
// interfaces.TestEx6.java
// TIJ4 Chapter Interfaces, Exercise 6, page 320
// Prove that all the methods in an interface are automatically public
/* Solution includes, in package interfaces.ex
www.eeworm.com/read/331917/12800877
ph family1.ph
/*****************************************************************************
Copyright (c) Sabu Francis Associates
*****************************************************
www.eeworm.com/read/245113/12820012
txt 转:学不会的java,消不了的忧愁!(1).txt
作者:NOVEMBER RAIN
email: haoy@dongyu.com.cn
日期:2001-5-9 17:16:20
学不会的JAVA,消不了的忧愁!
发言者:jigenghua
时 间:2001/03/11 17:23:51 来 自:www.javaunion.org
----------------------------------------------
www.eeworm.com/read/143716/12849294
java statetype.java
//:LexicalAnalyser:StateType.java
//using interfaces to create the state types which are constants
package LexicalAnalyser;
public interface StateType{
/* 7 states in scanner DFA
* INIDWUL: id