Unsized

final class Unsized extends MapElem
Companion:
object
class MapElem
class Element
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply(key: Element): Option[Element]
Inherited from:
MapElem
def apply(key: String): Option[Element]
Inherited from:
MapElem
@inline
final def elementsInterleaved: IndexedSeq[Element]
Inherited from:
MapElem
final override def equals(obj: Any): Boolean
Definition Classes
MapElem -> Any
Inherited from:
MapElem
@inline
final def get: (Int, Iterator[Element], Iterator[Element])
Inherited from:
MapElem
final override def hashCode(): Int
Definition Classes
MapElem -> Any
Inherited from:
MapElem
@inline
final def isEmpty: Boolean
Inherited from:
MapElem
@inline
final def keys: Iterator[Element]
Inherited from:
MapElem
final def members: Iterator[(Element, Element)]
Inherited from:
MapElem
def render(maxShownByteArrayPrefixLen: Int, maxShownStringPrefixLen: Int, maxShownArrayElems: Int, maxShownMapEntries: Int, initialGutterWidth: Int, renderLevelCount: Boolean, renderEndOfInput: Boolean, renderCommas: Boolean, indentation: String, mapKeySep: String, lineSep: String, mapValueOnNewLine: Boolean): String
Inherited from:
Element
@inline
final def size: Int
Inherited from:
MapElem
final def stringKeyedMembers: Iterator[(String, Element)]
Inherited from:
MapElem
final def to[M <: (Map)](implicit fac: Factory[(Element, Element), M[Element, Element]]): M[Element, Element]
Inherited from:
MapElem
final def toMap: HashMap[Element, Element]
Inherited from:
MapElem
final override def toString: String
Definition Classes
MapElem -> Any
Inherited from:
MapElem
final def toStringKeyed[M <: (Map)](implicit fac: Factory[(String, Element), M[String, Element]]): Either[Element, M[String, Element]]
Inherited from:
MapElem
final def toStringKeyedMap: Either[Element, HashMap[String, Element]]

Attempts to transform this map element into a HashMap[String, Element] and either returns the result, if all keys are indeed StringElems, or the first offending key element that is not a StringElem.

Attempts to transform this map element into a HashMap[String, Element] and either returns the result, if all keys are indeed StringElems, or the first offending key element that is not a StringElem.

Inherited from:
MapElem
@inline
final def values: Iterator[Element]
Inherited from:
MapElem

Inherited fields

val dataItemShift: Int
Inherited from:
Element