代码搜索:Object
找到约 10,000 项符合「Object」的源代码
代码结果 10,000
www.eeworm.com/read/214343/15105025
java stackarray.java
// An implementation of stacks, using vectors.
// (c) 1998, 2001 duane a. bailey
package structure;
import java.util.Iterator;
/**
* An implementation of a stack, based on array. The head of the
www.eeworm.com/read/214343/15105045
java reversecomparator.java
// A comparator that implements the reverse of another Comparator.
// (c) 2001 duane a. bailey
package structure;
import java.util.Comparator;
/**
* Implementation of the {@link java.util.Comparato
www.eeworm.com/read/214343/15105152
java abstractqueue.java
// The interface for stacks.
// (c) 1998, 2001 duane a. bailey
package structure;
/**
* An abstract structure implementing features common to all first-in, first-out
* structures in this package.
www.eeworm.com/read/214343/15105159
java abstractlist.java
package structure;
import java.util.Iterator;
/**
* An abstract structure implementing features common to all
* list-like structures in this package.
*
* Lists are typically used to sto
www.eeworm.com/read/214343/15105164
java queue.java
// Interface for queues.
// (c) 1998,2001 duane a. bailey
package structure;
/**
* Interface describing a first-in, first-out structure.
* Values are added at the tail, and removed from the head.
www.eeworm.com/read/114080/15115424
html javalang.doc1.html
The Java Language Specification
The Package java.lang
C
www.eeworm.com/read/114036/15117641
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2004-04-25.13
# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
# This program is
www.eeworm.com/read/213699/15127560
java graphicsexample.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/212972/15144247
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2005-07-09.11
# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
# This progr