MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / CharIterator

Interface CharIterator

src/main/java/fieldnashorn/sourcemap/Base64VLQ.java:123–127  ·  view source on GitHub ↗

A simple interface for advancing through a sequence of characters, that communicates that advance back to the source.

Source from the content-addressed store, hash-verified

121 * communicates that advance back to the source.
122 */
123 interface CharIterator {
124 boolean hasNext();
125
126 char next();
127 }
128}

Callers 16

dispatchMethod · 0.65
drawMethod · 0.65
drawMethod · 0.65
onMouseDownMethod · 0.65
onMouseMoveMethod · 0.65
performMethod · 0.65
dispatchMethod · 0.65
KeyboardFocusMethod · 0.65
jshint.jsFile · 0.65
forOfFunction · 0.65
polyfill.jsFile · 0.65
acorn.jsFile · 0.65

Implementers 7

StringParsersrc/main/java/fieldnashorn/sourcemap/S
StringCharIteratorsrc/main/java/fieldnashorn/sourcemap/S
Driverssrc/main/java/field/utility/Drivers.kt
Lazysrc/main/java/field/utility/Lazy.java
Trianglesrc/main/java/field/utility/SimpleVoro
MappedFloatArraysrc/main/java/field/linalg/MappedFloat
Cursorsrc/main/java/field/graphics/FLinesAnd

Calls

no outgoing calls

Tested by

no test coverage detected