org.netbeans.mdr.persistence.btreeimpl.btreeindex
Class BtreeListByKey
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.AbstractSequentialList
org.netbeans.mdr.persistence.btreeimpl.btreeindex.BtreeListByKey
- All Implemented Interfaces:
- java.util.Collection, java.util.List
- public class BtreeListByKey
- extends java.util.AbstractSequentialList
List view of the values associated with a single key in a MultivaluedBtree.
- Version:
- 1.0
- Author:
- Dana Bergen
Fields inherited from class java.util.AbstractList |
modCount |
Methods inherited from class java.util.AbstractSequentialList |
add, addAll, get, iterator, remove, set |
Methods inherited from class java.util.AbstractList |
clear, 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 |
size
public int size()
isEmpty
public boolean isEmpty()
add
public boolean add(java.lang.Object o)
addAll
public boolean addAll(java.util.Collection c)
increaseModCount
public void increaseModCount()
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object o)
listIterator
public java.util.ListIterator listIterator(int index)
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.