Uses of Interface
org.melati.poem.util.SkipEnumeration

Packages that use SkipEnumeration
org.melati.poem Persistent Object Engine for Melati. 
org.melati.poem.util Utilities used in POEM. 
 

Uses of SkipEnumeration in org.melati.poem
 

Classes in org.melati.poem that implement SkipEnumeration
 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.
 

Uses of SkipEnumeration in org.melati.poem.util
 

Classes in org.melati.poem.util that implement SkipEnumeration
 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-2010 PanEris. All Rights Reserved.