public class BtreeListByKeyRepos
extends java.util.AbstractSequentialList
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(java.lang.Object o) |
boolean |
addAll(java.util.Collection c) |
boolean |
isEmpty() |
java.util.ListIterator |
listIterator(int index) |
int |
size() |
add, addAll, get, iterator, remove, setclear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subListcontains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringpublic int size()
size in interface java.util.Collectionsize in interface java.util.Listsize in class java.util.AbstractCollectionpublic boolean isEmpty()
isEmpty in interface java.util.CollectionisEmpty in interface java.util.ListisEmpty in class java.util.AbstractCollectionpublic boolean add(java.lang.Object o)
add in interface java.util.Collectionadd in interface java.util.Listadd in class java.util.AbstractListpublic boolean addAll(java.util.Collection c)
addAll in interface java.util.CollectionaddAll in interface java.util.ListaddAll in class java.util.AbstractCollectionpublic java.util.ListIterator listIterator(int index)
listIterator in interface java.util.ListlistIterator in class java.util.AbstractSequentialListCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.