| Package | Description |
|---|---|
| oracle.jdeveloper.builder |
This package contains the base implementations for the set of
classes used for creating new objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataList.copyToImpl(DataList copy)
This is a helper method for
copyTo(Object) that can
also be used by subclasses that implement copyTo(Object). |
protected boolean |
DataList.equalsImpl(DataList dataList)
This is a helper method for
equals(Object) that can
also be used by subclasses that implement equals(Object). |