Uses of Class
com.github.fppt.jedismock.datastructures.streams.SequencedMapReverseIterator
Packages that use SequencedMapReverseIterator
-
Uses of SequencedMapReverseIterator in com.github.fppt.jedismock.datastructures.streams
Methods in com.github.fppt.jedismock.datastructures.streams that return SequencedMapReverseIteratorModifier and TypeMethodDescriptionSequencedMap.reverseIterator()GetSequencedMapReverseIteratorwhose iteration starts from the tailSequencedMap.reverseIterator(K key) GetSequencedMapReverseIteratorwhose iteration starts from the provided key if there is a mapping for it otherwise iteration starts from the closest lower element.