public abstract class AMapEntry extends APersistentVector implements IMapEntry
| Constructor and Description |
|---|
AMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
IPersistentVector |
assocN(int i,
java.lang.Object val) |
IPersistentVector |
cons(java.lang.Object o) |
int |
count() |
IPersistentCollection |
empty() |
java.lang.Object |
nth(int i) |
IPersistentStack |
pop() |
ISeq |
seq() |
java.lang.Object |
setValue(java.lang.Object value) |
add, add, addAll, addAll, assoc, clear, compareTo, contains, containsAll, containsKey, entryAt, equals, equiv, get, hashCode, indexOf, invoke, isEmpty, iterator, lastIndexOf, length, listIterator, listIterator, peek, remove, remove, removeAll, retainAll, rseq, set, size, stream, subList, toArray, toArray, toString, valAt, valAtapplyTo, applyToHelper, call, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, run, throwArity, withMetaclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic java.lang.Object nth(int i)
nth in interface IPersistentVectorpublic IPersistentVector assocN(int i, java.lang.Object val)
assocN in interface IPersistentVectorpublic int count()
count in interface Countedcount in interface IPersistentCollectionpublic ISeq seq()
seq in interface Seqableseq in class APersistentVectorpublic IPersistentVector cons(java.lang.Object o)
cons in interface IPersistentCollectioncons in interface IPersistentVectorpublic IPersistentCollection empty()
empty in interface IPersistentCollectionpublic IPersistentStack pop()
pop in interface IPersistentStackpublic java.lang.Object setValue(java.lang.Object value)
setValue in interface java.util.Map.Entry