扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.prefs类abstractpreferences的类成员方法: nodeexists定义及介绍
发布时间:2014-2-17
本文导语:
nodeexists
public boolean nodeexists(string path)
throws backingstoreexception
根据 preferences.nodeexists(string) 中的规范实现 nodeexists 方法。
此实现非常类似于 node(string),不同之处是使用了 getchild(string) 而没有使用 childspi(string)。
...