Uses of Interface
org.odmg.DList

Packages that use DList
Package
Description
 
 
 
 
  • Uses of DList in org.odmg

    Methods in org.odmg that return DList
    Modifier and Type
    Method
    Description
    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.
    Implementation.newDList()
    Create a new DList object.
    Methods in org.odmg with parameters of type DList
    Modifier and Type
    Method
    Description
    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.
  • Uses of DList in org.rasdaman.rasnet.communication

    Modifier and Type
    Method
    Description
    RasRasnetImplementation.newDList()
     
  • Uses of DList in rasj

    Methods in rasj that return DList
    Modifier and Type
    Method
    Description
    RasImplementation.newDList()
    Create a new DList object.
    RasImplementationInterface.newDList()
     
  • Uses of DList in rasj.odmg

    Classes in rasj.odmg that implement DList
    Modifier and Type
    Class
    Description
    class 
    This class implements the ODMG DList interface.
    Methods in rasj.odmg that return DList
    Modifier and Type
    Method
    Description
    RasList.concat(DList otherList)
    Creates a new DList object that contains the contents of this DList object concatenated with the contents of the otherList object.
    RasODMGImplementation.newDList()
    Create a new DList object.
    Methods in rasj.odmg with parameters of type DList
    Modifier and Type
    Method
    Description
    RasList.concat(DList otherList)
    Creates a new DList object that contains the contents of this DList object concatenated with the contents of the otherList object.