That is not overridden method.
这是不被覆盖的方法。
An overriding method can also return a subtype of the type returned by the overridden method.
最重要的方法也将被重写的方法返回类型的子类型。
The overridden method execute , which is inherited from the super-class org.apache.struts.action.Action, is called for processing the request.
将调用重写后的execute方法来处理请求,它继承自超类org . apache . struts . action . action。
It then overrides the click method with an implementation that looks almost the same as the overridden method shown in the section called "Traits as Mixins".
然后它重写了click方法,像在“混合Traits”章节重写的方法几乎一样的实现。
This overridden method illustrates how, if the flag is marked true, the real UITextField (textField) is updated, and the flag is reset to false for future markings.
这个被覆盖的方法演示了当标记被设置为true时,如何更新uitextfield (textField),以及如何将该标记重新设置为false以在未来进行标记。
Now that you are convinced that the simple overridden add() method works, the next step is to implement the overloaded add() method that takes an index as well as an element, as shown in Listing 15
现在,您已经确信这个简单的重写过的add()方法可以正常工作,下一步是实现重载的 add() 方法,可以获取索引以及元素,如清单15 所示
In line 13, the bind_ callback method from the class zk.Widget is overridden to run the update() method and set the first list item as the selected one after the listbox is bound to the DOM tree.
第 13行,来自类zk.Widget的 bind_callback方法被重写来运行update() 方法,在listbox被绑定到DOM树之后,设置列表第一项作为选中项。
All of the classes have an overridden string method that allows the client to easily serialize the objects to their represented XML format.
所有的类都有一个覆盖字符串方法,该方法允许客户机容易地把对象序列化成这些对象所表示的xml格式。
This can happen easily in cases in which methods are being overridden and the superclass declares the method with generic parameters, or in a system where lots of serialization is going on.
这在好些情况下很容易发生,比如在方法被覆盖而超类使用常规参数声明方法时,还有正在进行许多序列化的系统中也容易发生。
Then you can either abandon the event or must invoke the method overridden in the based class.
然后就可以放弃事件或者调用重写了基类的方法。
A missing annotation may indicate that the developer didn't realize the method was being overridden.
缺少这个注释可能表示开发人员没有意识到该方法被重写。
In Listing 2, the remove method has been overridden to support waiting threads.
为了支持等待的线程,在清单2中已经重写了remove方法。
Groovy also provides an overridden version of the execute method, which takes a list of values that correspond to any? Elements found in the query.
Groovy还提供execute方法的一个重载版本,它接收一列值,这些值与查询中发现的?元素对应。
If this execute method is overridden, the steps will not be executed automatically.
如果覆盖此execute方法,则步骤不能自动执行。
Like servlets, a portlet has a service method that must be overridden in order to return the content for the portlet window.
与servlet一样,portlet有一个service方法,为向portlet窗口返回内容,必须覆盖这个方法。
Now, when you execute the code, the two objects are compared using the overridden equals method, and they are equal.
现在,执行这段代码时,这两个对象使用覆盖后的equals方法进行比较,所以二者是相同的。
The servlet's service method is overridden to create a continuation when the request first comes in and suspends it until either the timeout is hit or another event causes it to resume.
该servlet的service方法被覆盖为在请求第一次进入时创建一个continuation并暂停该请求,直到超时时间已到,或者发生导致它重新开始的事件。
The authenticate method in Maypole is permissive by default, but can be overridden in your own class.
Maypole中的authenticate方法默认是许可的,不过可以在您自己的类中被覆盖。
This method can also be overridden in a multiple database solution to return a valid view instance of the appropriate home Notes database or equivalent to the database name.
在多数据库解决方案中,还可以覆盖该方法来返回主要Notes数据库实例的一个有效视图实例,或者数据库名的等同物。
Note that the invoke() method is overridden to either take an Object instance, as in Listing 4, or a Class, in the case that the desired private method is also static.
请注意invoke()方法被覆盖成可以接受一个Object实例(如清单4 所示)或一个Class(这时期望的private 方法也是 static 的)。
The overridden click method increments count.
被重写的click方法会增加count。
This is a method defined in the Activity class and is typically overridden by any custom Activity.
这是activity类中定义的方法,通常被定制的Activity覆盖。
How do I call a base class's own method from another method when it's overridden?
我如何调用基类的方法从另一个方法时,它的重写?
New behaviour: an anonymous inherited call is guaranteed to always call through to the method in a parent class that was overridden by the current one.
新行为:一个匿名继承呼叫保证总是调用覆盖当前的父类中的方法。
Methods of the base class can be overridden by declaring a new method with the same signature as the new class method.
基类的方法可以通过声明与新的类方法具有相同签名的新方法来进行重写。
When overridden in a derived class, publishes a service of the specified type, represented by the specified method.
在衍生类别中覆写时,发行指定之型别的服务(以指定的方法表示)。
In some situations, you may need to ensure that a base class method is not overridden.
在某些条件下,可能需要确保不重写某种基类方法。
In some situations, you may need to ensure that a base class method is not overridden.
在某些条件下,可能需要确保不重写某种基类方法。
应用推荐