blob: 07e3acde9e59b205ba38b5e7d760ff545fc383bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body bgcolor="white">
<p>Provides implementations of Property, Item and Container
interfaces, and utilities for the data layer.</p>
<p>Various Property, Item and Container implementations are provided
in this package. Each implementation can have its own sets of
constraints on the data it encapsulates and on how the implementation
can be used. See the class javadocs for more information.</p>
</body>
</html>
|