MCPcopy Create free account
hub / github.com/antlr/codebuff / emptyModifiableIterator

Method emptyModifiableIterator

output/java_guava/1.4.19/Iterators.java:155–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153 // Casting to any type is safe since there are no actual elements.
154
155 @SuppressWarnings("unchecked")
156 static <T> Iterator<T> emptyModifiableIterator() {
157 return (Iterator<T>) EMPTY_MODIFIABLE_ITERATOR;
158 }
159
160 /** Returns an unmodifiable view of {@code iterator}. */
161

Callers 4

cycleMethod · 0.95
CellIteratorClass · 0.95
entryIteratorMethod · 0.95
ItrMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected