Uses of Interface
de.aservo.ldap.adapter.api.cursor.Cursor
-
Packages that use Cursor Package Description de.aservo.ldap.adapter.api.cursor de.aservo.ldap.adapter.api.cursor.apacheds -
-
Uses of Cursor in de.aservo.ldap.adapter.api.cursor
Classes in de.aservo.ldap.adapter.api.cursor that implement Cursor Modifier and Type Class Description classMappableCursor<T>Methods in de.aservo.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 de.aservo.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 de.aservo.ldap.adapter.api.cursor.apacheds
Constructors in de.aservo.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)
-