Interface Reference2ObjectSortedMap.FastSortedEntrySet<K,​V>

    • Method Detail

      • fastIterator

        ObjectBidirectionalIterator<Reference2ObjectMap.Entry<K,​V>> fastIterator​(Reference2ObjectMap.Entry<K,​V> from)
        Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
        Parameters:
        from - an element to start from.
        Returns:
        a fast iterator over this sorted entry set starting at from; the iterator might return always the same entry object, suitably mutated.