代码搜索:Protected
找到约 10,000 项符合「Protected」的源代码
代码结果 10,000
www.eeworm.com/read/480484/6664950
java clistenthread.java
import java.net.*;
import java.io.*;
class CListenThread extends Thread
{
protected CListenListener listener;
protected boolean shutdown;
protected boolean running;
protected Server
www.eeworm.com/read/407557/11415960
java queueold.java
package sample;
public class QueueOld {
protected Object[] data;
protected int writeIndex;
protected int readIndex;
protected int count;
public QueueOld(int size) {
data = n
www.eeworm.com/read/259965/11754041
java playlistitem.java
package javazoom.jlGui.playlist;
//PlaylistItem.
public class PlaylistItem
{
protected String _name = null;
protected String _location = null;
protected boolean _isFile = true;
protected
www.eeworm.com/read/255273/12091803
java playlistitem.java
package javazoom.jlGui.playlist;
//PlaylistItem.
public class PlaylistItem
{
protected String _name = null;
protected String _location = null;
protected boolean _isFile = true;
protected
www.eeworm.com/read/127651/14343979
java abstractemployee.java
import java.util.*;
public abstract class AbstractEmployee {
protected String name;
protected float salary;
protected Employee parent = null;
protected boolean leaf = true;
pub
www.eeworm.com/read/486818/1246799
5094f6c559a8001d1d31c9197816d793
public abstract class SalesPerson {
protected String name;
protected String sex;
protected float BasicFee;
protected float Discount;
public SalesPerson(String na, String sx){
name =
www.eeworm.com/read/486818/1246836
java jmain.java
abstract class SalesPerson {
protected String name;
protected String sex;
protected float BasicFee;
protected float Discount;
public SalesPerson(String na, String sx){
name = na;
www.eeworm.com/read/471265/1432709
java playlistitem.java
package javazoom.jlGui.playlist;
//PlaylistItem.
public class PlaylistItem
{
protected String _name = null;
protected String _location = null;
protected boolean _isFile = true;
protected
www.eeworm.com/read/460082/1562240
java playlistitem.java
package javazoom.jlGui.playlist;
//PlaylistItem.
public class PlaylistItem
{
protected String _name = null;
protected String _location = null;
protected boolean _isFile = true;
protected
www.eeworm.com/read/227060/4777649
java playlistitem.java
package javazoom.jlGui.playlist;
//PlaylistItem.
public class PlaylistItem
{
protected String _name = null;
protected String _location = null;
protected boolean _isFile = true;
protected