Метод | Описание | |
---|---|---|
count ( ) : int |
Gets the number of items in the collection. The Java version does not define this. Defaults to |
|
create ( string s ) : |
Create a
|
|
first ( ) : object |
Gets the first item.
|
|
index ( ) : int |
Gets the index associated with this sequence.
|
|
rest ( ) : ISeq |
Gets the rest of the sequence.
|
|
withMeta ( IPersistentMap meta ) : IObj |
Create a copy with new metadata.
|
Метод | Описание | |
---|---|---|
StringSeq ( IPersistentMap meta, string s, int i ) : System |
Construct a
|
public static create ( string s ) : |
||
s | string | |
Результат |
public withMeta ( IPersistentMap meta ) : IObj | ||
meta | IPersistentMap | The new metadata. |
Результат | IObj |