| Package | Description |
|---|---|
| us.bpsm.edn |
This package provides the classes (not already provided by Java)
needed to represent edn values.
|
| Modifier and Type | Method and Description |
|---|---|
static Symbol |
Symbol.newSymbol(String name)
Equivalent to
newSymbol("", name). |
static Symbol |
Symbol.newSymbol(String prefix,
String name)
Provide a Symbol with the given prefix and name.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Symbol.compareTo(Symbol right) |
static Keyword |
Keyword.newKeyword(Symbol sym) |
static Tag |
Tag.newTag(Symbol sym)
Return a Tag with the same prefix and name as
sym. |
Copyright © 2019. All rights reserved.