代码搜索:Protected
找到约 10,000 项符合「Protected」的源代码
代码结果 10,000
www.eeworm.com/read/184105/9121448
java pageholder.java
package org.julp;
public class PageHolder implements Cloneable, java.io.Serializable {
protected int pagesTotal = 0;
protected int pageNumber = 0;
protected int objectsTotal = 0;
www.eeworm.com/read/363616/9942354
java p_event.java
package test;
public class P_Event {
protected int id;
protected double timestamp;
protected char type;
public int getid()
{
return id;
}
/*boolean getflag()
{
return flag;
www.eeworm.com/read/363616/9942843
java p_event.java
package test;
public class P_Event {
protected int id;
protected double timestamp;
protected char type;
public int getid()
{
return id;
}
public double gettimestamp()
{
ret
www.eeworm.com/read/166568/10016168
java zcompacttext.java
package org.jdom;
public class Text implements Serializable, Cloneable {
protected String value;
protected Object parent;
protected Text();
public Text(String s);
public String getT
www.eeworm.com/read/361582/10044433
txt 发奖学金.txt
using System;
public class student
{
protected string name;
protected int age;
protected decimal score;
public student(string name,int age,decimal score)
{
this.name=name;
www.eeworm.com/read/105246/10246588
cs list.cs
namespace List
{
//链表类
public class Clist
{
protected ListNode Head; //头结点
protected ListNode p; //当前结点
protected int ListLen;
public Clist()
{
Head=null;
p=
www.eeworm.com/read/349332/10835167
txt 发奖学金.txt
using System;
public class student
{
protected string name;
protected int age;
protected decimal score;
public student(string name,int age,decimal score)
{
this.name=name;
www.eeworm.com/read/273406/10917763
java duplicationsample.java
//: DuplicationSample.java
//package g3ds.joop.ch5;
public class DuplicationSample {
protected int firstValue;
protected String secondValue;
protected Integer thirdValue;
public Duplic
www.eeworm.com/read/463915/7139839
java bdatacontrol.java
package e_BankSystem_Data;
import java.sql.*;
import java.util.Vector;
public class BDataControl
{
protected Connection connection;
protected Statement stmt;
protected ResultSe
www.eeworm.com/read/288543/7808841
java user.java
public abstract class User{
protected String id;
protected String userName;
protected String userAddr;
public User(){}
public User(String id, String userName, String userAddr){
this.id =