代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/263726/4299940
xif socket6.xif
/* $XORP: xorp/xrl/interfaces/socket6.xif,v 1.4 2006/09/12 22:56:40 atanu Exp $ */
/**
* Interface implementing basic IPv6 socket functionality. This interface
* provides methods for creating and
www.eeworm.com/read/258215/4358350
java springutilities.java
package jp.co.ntl.swing;
import javax.swing.*;
import javax.swing.SpringLayout;
import java.awt.*;
/**
* A 1.4 file that provides utility methods for
* creating form- or grid-style layouts
www.eeworm.com/read/252364/4409171
java unsupported.java
//: c11:Unsupported.java
// Sometimes methods defined in the
// Collection interfaces don't work!
// {ThrowsException}
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.c
www.eeworm.com/read/252364/4409368
java criticalsection.java
//: c13:CriticalSection.java
// Synchronizing blocks instead of entire methods. Also
// demonstrates protection of a non-thread-safe class
// with a thread-safe one.
// From 'Thinking in Java, 3rd
www.eeworm.com/read/162614/5531980
c java_nio.c
/* java_nio.c - Native methods for gnu.java.nio.FileChannelImpl class
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can
www.eeworm.com/read/162519/5541512
c java_nio.c
/* java_nio.c - Native methods for gnu.java.nio.FileChannelImpl class
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can
www.eeworm.com/read/159030/5588845
java walkable.java
// $Id: Walkable.java,v 1.3 1999/09/27 20:01:29 deberg Exp $
package java6035.tools.IR;
/**
* The Walkable interface specifies a set of methods that defines a web.
*/
public interface Walkable {
www.eeworm.com/read/153996/5643849
java propfindmethod.java
/*
* (C) Janne Jalkanen 2005
*
*/
package com.ecyrd.jspwiki.dav.methods;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Collection;
import java.util.Iterator;
www.eeworm.com/read/153996/5643850
java getmethod.java
/*
* (C) Janne Jalkanen 2005
*
*/
package com.ecyrd.jspwiki.dav.methods;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.util.Collection;
www.eeworm.com/read/395876/8147666
java ex10(2).java
// exceptions/Ex10.java
// TIJ4 Chapter Exceptions, Exercise 10, page 468
/* Create a class with two methods, f() and g(). In g(), throw an exception of
* a new type that you define. In f(), call g