| 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 Keyword |
Keyword.newKeyword(String name)
This is equivalent to
newKeyword("", name). |
static Keyword |
Keyword.newKeyword(String prefix,
String name)
Provide a Keyword with the given prefix and name.
|
static Keyword |
Keyword.newKeyword(Symbol sym) |
| Modifier and Type | Method and Description |
|---|---|
int |
Keyword.compareTo(Keyword o) |
Copyright © 2019. All rights reserved.