|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DList | |
---|---|
org.apache.ojb.odmg | |
org.apache.ojb.odmg.collections | |
org.odmg |
Uses of DList in org.apache.ojb.odmg |
---|
Methods in org.apache.ojb.odmg that return DList | |
---|---|
DList |
ImplementationImpl.newDList()
Create a new DList object. |
DList |
ImplementationJTAImpl.newDList()
|
Uses of DList in org.apache.ojb.odmg.collections |
---|
Classes in org.apache.ojb.odmg.collections that implement DList | |
---|---|
class |
DBagImpl
The DBag implementation class. |
class |
DListImpl
|
Methods in org.apache.ojb.odmg.collections that return DList | |
---|---|
DList |
DListImpl.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.apache.ojb.odmg.collections with parameters of type DList | |
---|---|
DList |
DListImpl.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.odmg |
---|
Methods in org.odmg that return 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. |
DList |
Implementation.newDList()
Create a new DList 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |