File tree 1 file changed +11
-11
lines changed
Clojure/Clojure/Bootstrap
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 3421
3421
; (when (. rs (next))
3422
3422
; (cons (apply struct row-struct (row-values)) (thisfn)))))]
3423
3423
; (rows)))
3424
- ; ;; later (boring)
3425
- ; (defn iterator-seq
3426
- ; "Returns a seq on a java.util.Iterator. Note that most collections
3427
- ; providing iterators implement Iterable and thus support seq directly."
3428
- ; [iter]
3429
- ; (clojure.lang.IteratorSeq /create iter))
3430
- ;
3431
- ; (defn enumeration-seq
3432
- ; "Returns a seq on a java.util.Enumeration"
3433
- ; [e]
3434
- ; (clojure.lang.EnumerationSeq /create e))
3424
+
3425
+ (defn iterator-seq
3426
+ " Returns a seq on a java.util.Iterator. Note that most collections
3427
+ providing iterators implement Iterable and thus support seq directly."
3428
+ [iter]
3429
+ (clojure.lang.EnumeratorSeq /create iter)) ; ;; IteratorSeq
3430
+
3431
+ (defn enumeration-seq
3432
+ " Returns a seq on a java.util.Enumeration"
3433
+ [e]
3434
+ (clojure.lang.EnumeratorSeq /create e)) ; ;; EnumerationSeq
3435
3435
; ;; Should we make compatible with Java?
3436
3436
(defn format
3437
3437
" Formats a string using java.lang.String.format, see java.util.Formatter for format
You can’t perform that action at this time.
0 commit comments