toList method

Returns the list of PostingsMapEntry elements in the PostingsMap in alphapetic order of the terms (keys).

Implementation

List<PostingsMapEntry> toList() => entries.toList();