Uses of Interface
org.odmg.DList
-
Packages that use DList Package Description org.odmg org.rasdaman.rasnet.communication rasj rasj.odmg -
-
Uses of DList in org.odmg
Methods in org.odmg that return DList Modifier and Type Method Description DListDList. concat(DList otherList)Creates a newDListobject that contains the contents of thisDListobject concatenated with the contents of theotherListobject.DListImplementation. newDList()Create a newDListobject.Methods in org.odmg with parameters of type DList Modifier and Type Method Description DListDList. concat(DList otherList)Creates a newDListobject that contains the contents of thisDListobject concatenated with the contents of theotherListobject. -
Uses of DList in org.rasdaman.rasnet.communication
Methods in org.rasdaman.rasnet.communication that return DList Modifier and Type Method Description DListRasRasnetImplementation. newDList() -
Uses of DList in rasj
Methods in rasj that return DList Modifier and Type Method Description DListRasImplementation. newDList()Create a new DList object.DListRasImplementationInterface. newDList() -
Uses of DList in rasj.odmg
Classes in rasj.odmg that implement DList Modifier and Type Class Description classRasListThis class implements the ODMG DList interface.Methods in rasj.odmg that return DList Modifier and Type Method Description DListRasList. concat(DList otherList)Creates a new DList object that contains the contents of this DList object concatenated with the contents of the otherList object.DListRasODMGImplementation. newDList()Create a new DList object.Methods in rasj.odmg with parameters of type DList Modifier and Type Method Description DListRasList. concat(DList otherList)Creates a new DList object that contains the contents of this DList object concatenated with the contents of the otherList object.
-