get

abstract operator fun get(path: Path): Sequence<T>(source)
open operator fun get(path: String): Sequence<T>(source)

Returns a sequence over all values with a path matching path (following the semantics of path matching).


open operator fun get(entryId: PathMultimapEntryId): PathMultimapEntry<T>?(source)

Returns the entry identified by entryId or null when no such entry exists. Equivalent to getEntry(entryId).