clojure.lang
Class TaggedLiteral
java.lang.Object
clojure.lang.TaggedLiteral
- All Implemented Interfaces:
- ILookup
public class TaggedLiteral
- extends Object
- implements ILookup
TAG_KW
public static final Keyword TAG_KW
FORM_KW
public static final Keyword FORM_KW
tag
public final Symbol tag
form
public final Object form
create
public static TaggedLiteral create(Symbol tag,
Object form)
valAt
public Object valAt(Object key)
- Specified by:
valAt
in interface ILookup
valAt
public Object valAt(Object key,
Object notFound)
- Specified by:
valAt
in interface ILookup
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2016. All Rights Reserved.