Creates an iterator for navigating Code Points in a string instead of characters. Once Java7 support is dropped, this can be replaced with string.codePoints() which is available in Java8 and above. @see http://stackoverflow.
(final String string)
source not stored for this graph (policy: none)