Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.odmg.DList

Uses of DList in org.odmg
 

Methods in org.odmg that return DList
 DList Implementation.newDList()
          Create a new DList object.
 DList DList.concat(DList otherList)
          Creates a new DList object that contains the contents of this DList object concatenated with the contents of the otherList object.
 

Methods in org.odmg with parameters of type DList
 DList DList.concat(DList otherList)
          Creates a new DList object that contains the contents of this DList object concatenated with the contents of the otherList object.