public Object first的意思|示意
美 / /
英 / /
public Object first的网络常见释义
返回对头元素 ... public Object dequeue(); //出列 public Object first(); //返回对头元素,但不删除 public boolean isEmpty(); //队列是否为空 ...
public Object first相关例句
What the whole code does now?It first creates our application object and then changes (overrides) value of the public variable 'btn1Text'. Run it to see that text displayed on the button changed.
把文本都放到公共变量,以便于以后的国际化翻译工作,而不需要修改程序的内部代码。