代码搜索:Protected

找到约 10,000 项符合「Protected」的源代码

代码结果 10,000
www.eeworm.com/read/220677/4840031

java~9~ question.java~9~

package testovernet; import java.io.*; public class Question implements Serializable { protected int questionNum; protected String question; protected transient String
www.eeworm.com/read/184988/5242877

java basicmessagereceiver.java

import javax.naming.*; import javax.jms.*; public class BasicMessageReceiver { protected QueueConnection _connection =null; protected QueueSession _session = null; protected
www.eeworm.com/read/325944/3477868

java duplicationsample.java

public class DuplicationSample { protected int firstValue; protected String secondValue; protected Integer thirdValue; public DuplicationSample(int first, String second, Integer thir
www.eeworm.com/read/325944/3477879

java mailmessage.java

public class MailMessage implements Cloneable { protected String sender; protected String recipient; protected StringBuffer messageText; public MailMessage(String from, String to, Stri
www.eeworm.com/read/290300/3980483

java lockdemo.java

package chapter10; public class LockDemo implements Runnable { protected CustomerAccount fromAccount; protected CustomerAccount toAccount; protected int transferCount; public LockDemo
www.eeworm.com/read/402041/2333394

java processcontrolidentifier.java

package org.trinet.pcs; public class ProcessControlIdentifier implements Cloneable, Comparable { protected Integer hashCodeValue; protected String groupName; protected String threadN
www.eeworm.com/read/402041/2333939

java constrainterroractionstates.java

package org.trinet.util.graphics; public class ConstraintErrorActionStates { protected boolean logOnError = true; protected boolean audioOnError = true; protected boolean resetOn
www.eeworm.com/read/373439/2762055

java duplicationsample.java

public class DuplicationSample { protected int firstValue; protected String secondValue; protected Integer thirdValue; public DuplicationSample(int first, String second, Integer thir
www.eeworm.com/read/373439/2762066

java mailmessage.java

public class MailMessage implements Cloneable { protected String sender; protected String recipient; protected StringBuffer messageText; public MailMessage(String from, String to, Stri
www.eeworm.com/read/109612/15553475

java vector.java

public class Vector {protected Object[] elementData; protected int elementCount; protected int capacityIncrement; public Vector(int initialCapacity) {elementData=new Object[initialCapacity