A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
AbstractCollection — Class in package asds |
|
此类提供了 ICollection 接口的骨干实现,从而最大限度地减少了实现此接口所需的工作。
|
AbstractList — Class in package asds.list |
|
类提供 List 接口的部分实现,从而最大限度地减少了实现支持的接口所需的工作。并提供 addAll(c:ICollection) 和 size(),removeAll(c:ICollection):Boolean,retainAll(c:ICollection):Boolean,
ontainsAll(c:ICollection):Boolean,isEmpty():Boolean ,toArray():Array 等方法的实现。
|
AbstractList() — Constructor in class asds.list.AbstractList |
| |
AbstractMap — Class in package asds.map |
|
Map的基类,其中实现了,clear(),containsKey,containsValue等方法。
|
AbstractMap() — Constructor in class asds.map.AbstractMap |
| |
add(o) — Method in class asds.AbstractCollection |
|
确保此 collection 包含指定的元素。
|
add(v) — Method in class asds.Heap |
|
确保此 collection 包含指定的元素。
|
add(o) — Method in interface asds.ICollection |
|
确保此 collection 包含指定的元素。
|
add(o) — Method in class asds.LinkedQueue |
|
确保此 collection 包含指定的元素。
|
add(o) — Method in class asds.PriorityQueue |
|
确保此 collection 包含指定的元素。
|
add(o) — Method in class asds.Queue |
|
确保此 collection 包含指定的元素。
|
add(o) — Method in class asds.Stack |
|
确保此 collection 包含指定的元素。
|
add(o) — Method in class asds.list.ArrayList |
|
确保此 collection 包含指定的元素。
|
add(o) — Method in class asds.list.ArrayListIterator |
|
将指定的元素插入列表
|
add(o) — Method in interface asds.list.IListIterator |
|
将指定的元素插入列表
|
add(o) — Method in class asds.list.LinkedList |
|
确保此 collection 包含指定的元素。
|
add(o) — Method in class asds.list.LinkedListIterator |
|
将指定的元素插入列表
|
add(o) — Method in class asds.sets.HashSet |
|
确保此 collection 包含指定的元素。
|
add(o) — Method in class asds.sets.LinkedHashSet |
|
确保此 collection 包含指定的元素。
|
add(data) — Method in class asds.tree.BinarySearchTree |
|
确保此 collection 包含指定的元素。
|
addAll(c:asds:ICollection) — Method in class asds.AbstractCollection |
|
将指定 collection 中的所有元素都添加到此 collection 中。
|
addAll(c:asds:ICollection) — Method in interface asds.ICollection |
|
将指定 collection 中的所有元素都添加到此 collection 中。
|
addAll(c:asds:ICollection) — Method in class asds.LinkedQueue |
|
将指定 collection 中的所有元素都添加到此 collection 中。
|
addAll(c:asds:ICollection) — Method in class asds.Queue |
|
将指定 collection 中的所有元素都添加到此 collection 中。
|
addAll(c:asds:ICollection) — Method in class asds.Stack |
|
将指定 collection 中的所有元素都添加到此 collection 中。
|
addAllAt(index, o:asds:ICollection) — Method in interface asds.IList |
|
将指定 collection 中的所有元素都插入到列表中的指定位置
|
addAllAt(index, o:asds:ICollection) — Method in class asds.list.AbstractList |
|
将指定 collection 中的所有元素都插入到列表中的指定位置
|
addAllAt(index, o:asds:ICollection) — Method in class asds.list.ArrayList |
|
将指定 collection 中的所有元素都插入到列表中的指定位置
|
addAllAt(index, o:asds:ICollection) — Method in class asds.list.LinkedList |
|
将指定 collection 中的所有元素都插入到列表中的指定位置
|
addAt(index, o) — Method in interface asds.IList |
|
列表的尾部追加指定的元素
|
addAt(index, o) — Method in class asds.list.AbstractList |
|
列表的尾部追加指定的元素
|
addAt(index, o) — Method in class asds.list.ArrayList |
|
列表的尾部追加指定的元素
|
addAt(index, o) — Method in class asds.list.LinkedList |
|
列表的尾部追加指定的元素
|
addAtFirst(data) — Method in class asds.list.LinkedList |
|
列表的最前的位置上添加一个元素 ,比addAt(0,"data")快. |
addAtLast(data) — Method in class asds.list.LinkedList |
|
列表的最后位置上添加一个元素 ,比addAt(size()-1,"data")快很多. |
_array — Property in class asds.Stack |
| |
_array — Property in class asds.list.ArrayList |
| |
ArrayList — Class in package asds.list |
|
List 接口的大小可变数组的实现,实现了所有可选列表操作,并允许包括 null 在内的所有元素。
除了实现 List 接口外,此类还提供一些实用的方法。
|
ArrayList(... rest) — Constructor in class asds.list.ArrayList |
| |
ArrayListIterator — Class in package asds.list |
|
ArrayList的迭代器。
|
ArrayListIterator(list:asds.list:ArrayList, index) — Constructor in class asds.list.ArrayListIterator |
| |
asds — Package |
| |
asds.error — Package |
| |
asds.list — Package |
| |
asds.map — Package |
| |
asds.sets — Package |
| |
asds.tree — Package |
| |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |