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

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.AbstractSequentialList
              extended byorg.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

Nested Class Summary
 class BtreeListByKey.BtreeListByKeyIterator
           
 
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 equals(java.lang.Object o)
           
 int hashCode()
           
 void increaseModCount()
           
 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, 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)

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.