代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/179693/5302470
java foo.java
// Serializable subclass of nonserializable stateful class
import java.io.*;
public class Foo extends AbstractFoo implements Serializable {
private void readObject(ObjectInputStream s)
www.eeworm.com/read/325240/3485101
java myrectangle.java
// MyRectangle.java
// MyRectangle is a MyShape subclass that represents a
// rectangle, including an implementation of the draw method
// for drawing the rectangle on a Graphics2D context.
packa
www.eeworm.com/read/325240/3485111
java boundedshapecontroller.java
// BoundedShapeController.java
// BoundedShapeController is a MyShapeController subclass for
// rectangle-bounded shapes, such as MyOvals and MyRectangles.
package com.deitel.advjhtp1.drawing.cont
www.eeworm.com/read/325240/3486113
java boundedshapecontroller.java
// BoundedShapeController.java
// BoundedShapeController is a MyShapeController subclass for
// rectangle-bounded shapes, such as MyOvals and MyRectangles.
package com.deitel.advjhtp1.drawing.cont
www.eeworm.com/read/325240/3486115
java myrectangle.java
// MyRectangle.java
// MyRectangle is a MyShape subclass that represents a
// rectangle, including an implementation of the draw method
// for drawing the rectangle on a Graphics2D context.
packa
www.eeworm.com/read/321483/3533565
inc upgrade.inc
# include this file into another for subclass testing
# This file is nearly identical to bigintpm.t, except that certain results
# are _requird_ to be different due to "upgrading" or "promoting" to B
www.eeworm.com/read/318815/3562721
java regsingletonchild.java
package com.javapatterns.singleton.demos;
/**
* This class is a subclass of RegSingleton
*/
import java.util.HashMap;
public class RegSingletonChild extends RegSingleton
{
public Re
www.eeworm.com/read/314938/3628456
java regsingletonchild.java
package com.javapatterns.singleton.demos;
/**
* This class is a subclass of RegSingleton
*/
import java.util.HashMap;
public class RegSingletonChild extends RegSingleton
{
public Re
www.eeworm.com/read/397826/2399853
java regsingletonchild.java
package com.javapatterns.singleton.demos;
/**
* This class is a subclass of RegSingleton
*/
import java.util.HashMap;
public class RegSingletonChild extends RegSingleton
{
public Re