clojure.lang
Interface Sequential

All Known Subinterfaces:
IChunkedSeq, IndexedSeq, IPersistentList, IPersistentVector
All Known Implementing Classes:
AMapEntry, APersistentMap.KeySeq, APersistentMap.ValSeq, APersistentVector, APersistentVector.RSeq, ArraySeq, ArraySeq.ArraySeq_boolean, ArraySeq.ArraySeq_byte, ArraySeq.ArraySeq_char, ArraySeq.ArraySeq_double, ArraySeq.ArraySeq_float, ArraySeq.ArraySeq_int, ArraySeq.ArraySeq_long, ASeq, ChunkedCons, Cons, EnumerationSeq, IteratorSeq, LazySeq, MapEntry, PersistentList, PersistentQueue, PersistentTreeMap.Seq, PersistentVector, PersistentVector.ChunkedSeq, Range, StringSeq

public interface Sequential

Copyright (c) Rich Hickey. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.




Copyright © 2012. All Rights Reserved.