NumberTree

遗产: java.lang.Object

public class NumberTree

表示 PDF 文件的数字树结构的类。 7.9.7 数字树

方法

方法描述
equals(Object arg0)
get(int key)按键获取项目。
getClass()
getKeys()获取树中的所有键。
hashCode()
notify()
notifyAll()
remove(int key)从数字树中删除密钥。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

get(int key)

public IPdfPrimitive get(int key)

按键获取项目。

参数:

范围类型描述
keyint整数值

退货: IPdfPrimitive IPdfPrimitive 对象

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getKeys()

public System.Collections.Generic.List<Integer> getKeys()

获取树中的所有键。

退货: com.aspose.ms.System.Collections.Generic.List<java.lang.Integer> - 列表对象

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

remove(int key)

public boolean remove(int key)

从数字树中删除密钥。

参数:

范围类型描述
keyint整数值

退货: boolean - 布尔值

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int