| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| org.melati.poem.util |
Utilities used in POEM.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResultSetEnumeration<T>
An
Enumeration created by filtering a
ResultSet according to an abstract
function applied to each element of the ResultSet. |
class |
TailoredQuery.FirstRawTailoredResultSetEnumeration<T>
Return an Enumeration of the columns in the first row of
a ResultSet.
|
class |
TailoredResultSetEnumeration<T>
A
ResultSetEnumeration relying on a TailoredQuery
for column and access information. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsEnumeration<T>
An implementation of the Lisp
cons function on
enumerations ie it allows you to add an object to the front
of an Enumeration. |
class |
FilteredEnumeration<T>
An
Enumeration created by filtering another
according to an abstract inclusion function. |
class |
LimitedEnumeration<T>
An
Enumeration representing the first n
elements of another Enumeration. |
Copyright © 2000–2021 PanEris. All rights reserved.