代码搜索结果
找到约 10,000 项符合
Interface 的代码
morpher.java
/*
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y
projects
- Kristian Rietveld is working on a GNOME
interface.
if_subr.c
/* if_subr.c - common routines for network interface drivers */
/* Copyright 1990-1996 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1982, 1989, 1993
* The Regents of t
etherdemo.h
/* etherDemo.h - header for etherInputDemo and etherOutputDemo */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,06nov97,mm added copyright.
01a
g.txt
public interface g
{
public abstract void b(String s, String s1);
public abstract void c(String s, String s1);
}
ex20(1).java
// generics/Ex20.java
// TIJ4 Chapter Generics, Exercise 20, page 654
/* Create an interface with two methods, and a class that implements that interface
* and adds another method. In another class
narrow.java
package com.javapatterns.memento.wideandnarrow2;
public interface Narrow
{
}
mementoif.java
package com.javapatterns.memento.blackbox;
public interface MementoIF
{
}
narrow.java
package com.javapatterns.memento.wideandnarrow;
public interface Narrow
{
}
narrow.java
package com.javapatterns.memento.wideandnarrow1;
public interface Narrow
{
}