Uses of Class
org.apache.directory.api.ldap.model.cursor.AbstractCursor
-
Packages that use AbstractCursor Package Description org.apache.directory.api.ldap.model.cursor -
-
Uses of AbstractCursor in org.apache.directory.api.ldap.model.cursor
Subclasses of AbstractCursor in org.apache.directory.api.ldap.model.cursor Modifier and Type Class Description classEmptyCursor<E>An empty Cursor implementation.classListCursor<E>A simple implementation of a Cursor on aList.classSetCursor<E>A simple implementation of a Cursor on aSet.classSingletonCursor<E>A Cursor over a single element.
-