Uses of Class
jdbm.helper.ExplicitList.Link

Packages that use ExplicitList.Link
jdbm.helper Miscelaneous utility classes and interfaces. 
 

Uses of ExplicitList.Link in jdbm.helper
 

Methods in jdbm.helper that return ExplicitList.Link
 ExplicitList.Link<T> ExplicitList.begin()
           
 ExplicitList.Link<T> ExplicitList.end()
           
 ExplicitList.Link<V> ExplicitList.Link.getNext()
           
 ExplicitList.Link<V> ExplicitList.Link.getPrev()
           
 

Methods in jdbm.helper with parameters of type ExplicitList.Link
 void ExplicitList.Link.addAfter(ExplicitList.Link<V> after)
           
 void ExplicitList.Link.addBefore(ExplicitList.Link<V> before)
           
 void ExplicitList.addFirst(ExplicitList.Link<T> link)
           
 void ExplicitList.addLast(ExplicitList.Link<T> link)
           
 void ExplicitList.remove(ExplicitList.Link<T> link)
           
 void ExplicitList.Link.setNext(ExplicitList.Link<V> next)
           
 void ExplicitList.Link.setPrev(ExplicitList.Link<V> prev)
           
 void ExplicitList.Link.splice(ExplicitList.Link<V> listHead)
          Splices the given list by making this link as the new head.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.