代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/238536/13877399
pas printable.pas
unit Printable;
interface
// Stuff to help print large, complex data structures.
// Each class that can be printed implements the IPrintable interface.
// Classes that might be stored in cycli
www.eeworm.com/read/238536/13877699
pas cltn.pas
unit Cltn;
interface
(*
Collections.
These interfaces define a general-purpose set of collections.
Each collection interface might have one or more different classes
that implement
www.eeworm.com/read/151482/5681535
java abstractjmsmessagedrivenbean.java
/*
* Copyright 2002-2005 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.
www.eeworm.com/read/150881/5688132
java worker.java
/*
* This file is part of JGAP.
*
* JGAP offers a dual license model containing the LGPL as well as the MPL.
*
* For licencing information please see the file license.txt included with JGAP
www.eeworm.com/read/150409/5692750
java cipherparameters.java
package org.bouncycastle.crypto;
/**
* all parameter classes implement this.
*/
public interface CipherParameters
{
}
www.eeworm.com/read/150409/5692934
java bckeystore.java
package org.bouncycastle.jce.interfaces;
import java.security.SecureRandom;
/**
* all BC provider keystores implement this interface.
*/
public interface BCKeyStore
{
/**
* set the random
www.eeworm.com/read/137691/5820880
java node.java
/* Generated By:JJTree: Do not edit this line. Node.java */
package org.python.parser;
/* All AST nodes must implement this interface. It provides basic
machinery for constructing the parent and
www.eeworm.com/read/137691/5821339
nc diagmsgm.nc
/*
* Copyright (c) 2002, Vanderbilt University
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and w
www.eeworm.com/read/123117/6063309
java gamelistener.java
package bingo.shared;
// implement this interface if you are interested
// in getting updates as to the current status
// of the game keeper
public interface GameListener extends Listener {
publi
www.eeworm.com/read/119936/6080523
java dragjlabel.java
package jdraganddropdemo;
import javax.swing.JLabel;
import java.awt.dnd.DragGestureEvent;
import java.awt.dnd.DragGestureListener;
import java.awt.dnd.*;
import java.awt.datatransfer.*;
class DragJ