代码搜索:Protected
找到约 10,000 项符合「Protected」的源代码
代码结果 10,000
www.eeworm.com/read/109610/15553584
java vector.java
public class Vector
{protected Object[] elementData;
protected int elementCount;
protected int capacityIncrement;
public Vector(int initialCapacity)
{elementData=new Object[initialCapacity
www.eeworm.com/read/108133/15593899
java vector.java
public class Vector
{protected Object[] elementData;
protected int elementCount;
protected int capacityIncrement;
public Vector(int initialCapacity)
{elementData=new Object[initialCapacity
www.eeworm.com/read/442368/7653872
java book.java
package bookshop;
import java.sql.*;
import bookshop.*;
public class Book{
protected String isbn; //书的ISBN编号
protected String title; //书名
protected float price; //价格
protected int bu
www.eeworm.com/read/140961/13050462
java book.java
package bookshop;
import java.sql.*;
import bookshop.*;
public class Book{
protected String isbn; //书的ISBN编号
protected String title; //书名
protected float price; //价格
protected int bu
www.eeworm.com/read/104260/6205486
java paintevent.java
package java.awt.event;
import java.awt.Component;
import java.awt.Rectangle;
public class PaintEvent
extends ComponentEvent
{
protected int x;
protected int y;
protected int width;
protected
www.eeworm.com/read/472280/1412384
java paintevent.java
package java.awt.event;
import java.awt.Component;
import java.awt.Rectangle;
public class PaintEvent
extends ComponentEvent
{
protected int x;
protected int y;
protected int width;
protected
www.eeworm.com/read/470423/1472300
java transienttuple.java
package com.aelitis.azureus.vivaldi.ver2;
class TransientTuple {
protected long remove_time;
protected final IDWrapper id;
protected SyrahPosition last_pos;
protected float last_rtt;
prot
www.eeworm.com/read/247828/4474802
java customlable_form.java
package com.v246;
public class CustomLable_form extends org.apache.struts.action.ActionForm
{
protected String id;
protected String modify;
protected String withClass;//所属栏目
protected String
www.eeworm.com/read/210983/4946793
java bullet.java
package obj;
import javax.microedition.lcdui.*;
import main.*;
public class Bullet {
protected int xSpeed=0;
protected int ySpeed=0;
protected int xPos=0;
protected int yPos=0;
protecte
www.eeworm.com/read/167133/5467805
java paintevent.java
package java.awt.event;
import java.awt.Component;
import java.awt.Rectangle;
public class PaintEvent
extends ComponentEvent
{
protected int x;
protected int y;
protected int width;
protected