public final class Cursors
extends Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
empty
public static <K,
V> Cursor<K,V> empty()
-
singleton
public static <K,
V> Cursor<K,V> singleton(K key,
V value)
-
-
of
public static <K,
V> Cursor<K,V> of(Map<K,V> map)