Uses of Interface
technology.openpool.ldap.adapter.api.cursor.Cursor
-
Packages that use Cursor Package Description technology.openpool.ldap.adapter.api.cursor technology.openpool.ldap.adapter.api.cursor.apacheds -
-
Uses of Cursor in technology.openpool.ldap.adapter.api.cursor
Classes in technology.openpool.ldap.adapter.api.cursor that implement Cursor Modifier and Type Class Description classMappableCursor<T>Methods in technology.openpool.ldap.adapter.api.cursor with type parameters of type Cursor Modifier and Type Method Description static <T,C extends Cursor<T>>
MappableCursor<T>MappableCursor. flatten(C... cursors)static <T,C extends Cursor<T>>
MappableCursor<T>MappableCursor. flatten(Collection<C> cursors)Methods in technology.openpool.ldap.adapter.api.cursor with parameters of type Cursor Modifier and Type Method Description static <T,C extends Cursor<T>>
MappableCursor<T>MappableCursor. flatten(C... cursors) -
Uses of Cursor in technology.openpool.ldap.adapter.api.cursor.apacheds
Constructors in technology.openpool.ldap.adapter.api.cursor.apacheds with parameters of type Cursor Constructor Description IterableEntryCursor(org.slf4j.Logger logger, Cursor<org.apache.directory.api.ldap.model.entry.Entry> entries)
-