C# 클래스 clojure.lang.PersistentHashMap.FullNode.Seq

상속: clojure.lang.ASeq
파일 보기 프로젝트 열기: arohner/clojure-contrib

공개 메소드들

메소드 설명
create ( FullNode node, int i ) : ISeq
first ( ) : object
rest ( ) : ISeq
withMeta ( IPersistentMap meta ) : IObj

비공개 메소드들

메소드 설명
Seq ( IPersistentMap meta, ISeq s, int i, FullNode node ) : System
Seq ( ISeq s, int i, FullNode node ) : System

메소드 상세

create() 공개 정적인 메소드

public static create ( FullNode node, int i ) : ISeq
node FullNode
i int
리턴 ISeq

first() 공개 메소드

public first ( ) : object
리턴 object

rest() 공개 메소드

public rest ( ) : ISeq
리턴 ISeq

withMeta() 공개 메소드

public withMeta ( IPersistentMap meta ) : IObj
meta IPersistentMap
리턴 IObj