org.netbeans.mdr.persistence.btreeimpl.btreeindex
Class BtreeListByKeyRepos

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.AbstractSequentialList
              extended byorg.netbeans.mdr.persistence.btreeimpl.btreeindex.BtreeListByKeyRepos
All Implemented Interfaces:
java.util.Collection, java.util.List

public class BtreeListByKeyRepos
extends java.util.AbstractSequentialList


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Method Summary
 boolean add(java.lang.Object o)
           
 boolean addAll(java.util.Collection c)
           
 boolean isEmpty()
           
 java.util.ListIterator listIterator(int index)
           
 int size()
           
 
Methods inherited from class java.util.AbstractSequentialList
add, addAll, get, iterator, remove, set
 
Methods inherited from class java.util.AbstractList
clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
contains, containsAll, remove, removeAll, retainAll, toArray, toArray
 

Method Detail

size

public int size()

isEmpty

public boolean isEmpty()

add

public boolean add(java.lang.Object o)

addAll

public boolean addAll(java.util.Collection c)

listIterator

public java.util.ListIterator listIterator(int index)


Copyright © 2005 Apache Software Foundation. All Rights Reserved.