代码搜索:pull
找到约 1,526 项符合「pull」的源代码
代码结果 1,526
www.eeworm.com/read/249104/4457513
java~1~ hight.java~1~
package carstate;
class Hight extends State {
public void pull (Car wrapper) {
wrapper.setState (new Off ());
System.out.println (" high speed");
}
}
www.eeworm.com/read/249104/4457514
java~1~ state.java~1~
package carstate;
public abstract class State {
public void pull( Car wrapper ) {
wrapper.setState( new Off() );
System.out.println( " turning off" );
}
}
www.eeworm.com/read/249104/4457515
java~2~ low.java~2~
package carstate;
class Low extends State {
public void pull( Car wrapper ) {
wrapper.setState( new Medium() );
System.out.println( "挂中速" );
}
}
www.eeworm.com/read/249104/4457517
java~3~ off.java~3~
package carstate;
class Off extends State {
public void pull( Car wrapper ) {
wrapper.setState( new Low() );
System.out.println( "掛低速" );
}
}
www.eeworm.com/read/432047/1898905
pas mysystem.pas
unit MySystem;
interface
uses
MyTools;
type
IObjectCache = interface
procedure Push(O: MyTools.ICloneable);
function Pull: MyTools.ICloneable;
end;
IDataExchange = int
www.eeworm.com/read/432047/1898984
pas mysystem.pas
unit MySystem;
interface
uses
MyTools;
type
IObjectCache = interface
procedure Push(O: MyTools.ICloneable);
function Pull: MyTools.ICloneable;
end;
IDataExchange = int
www.eeworm.com/read/432047/1899368
pas mysystem.pas
unit MySystem;
interface
uses
MyTools;
type
IObjectCache = interface
procedure Push(O: MyTools.ICloneable);
function Pull: MyTools.ICloneable;
end;
IDataExchange = int
www.eeworm.com/read/432047/1899741
pas mysystem.pas
unit MySystem;
interface
uses
MyTools;
type
IObjectCache = interface
procedure Push(O: MyTools.ICloneable);
function Pull: MyTools.ICloneable;
end;
IDataExchange = int
www.eeworm.com/read/432047/1900118
pas mysystem.pas
unit MySystem;
interface
uses
MyTools;
type
IObjectCache = interface
procedure Push(O: MyTools.ICloneable);
function Pull: MyTools.ICloneable;
end;
IDataExchange = int
www.eeworm.com/read/432047/1900463
pas mysystem.pas
unit MySystem;
interface
uses
MyTools;
type
IObjectCache = interface
procedure Push(O: MyTools.ICloneable);
function Pull: MyTools.ICloneable;
end;
IDataExchange = int