类的使用
xin.manong.weapon.base.collection.Entry
-
使用Entry的程序包 程序包 说明 xin.manong.weapon.base.collection -
-
xin.manong.weapon.base.collection中Entry的使用
返回Entry的xin.manong.weapon.base.collection中的方法 修饰符和类型 方法 说明 Entry<K,V>BTree. getFirst()获取第一个元素Entry<K,V>SkipList. getFirst()获取首元素,如果跳表为空返回nullEntry<K,V>BTree. getLast()获取最后一个元素Entry<K,V>SkipList. getLast()获取尾元素值,如果跳表为空返回nullEntry<K,V>BTree. removeFirst()移除第一个元素Entry<K,V>SkipList. removeFirst()移除首元素 1.Entry<K,V>BTree. removeLast()移除最后一个元素Entry<K,V>SkipList. removeLast()移除尾元素 1.返回变量类型为Entry的类型的xin.manong.weapon.base.collection中的方法 修饰符和类型 方法 说明 Iterator<Entry<K,V>>BTree. iterator()获取数据迭代器Iterator<Entry<K,V>>SkipList. iterator()获取数据迭代器Iterator<Entry<K,V>>BTree. reversedIterator()获取逆向数据迭代器Iterator<Entry<K,V>>SkipList. reversedIterator()获取逆向数据迭代器
-