Interface Char2ObjectMap.FastEntrySet<V>

    • Method Detail

      • fastIterator

        ObjectIterator<Char2ObjectMap.Entry<V>> fastIterator()
        Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
        Returns:
        a fast iterator over this entry set; the iterator might return always the same Map.Entry object, suitably mutated.