entries

abstract fun entries(path: Path = AbsolutePath.MATCH_ALL): Sequence<PathMultimapEntry<T>>(source)

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


Sequence of all entries in the multimap (may have repeated entries).