MCPcopy Create free account
hub / github.com/GateNLP/gate-core / Iterator

Method Iterator

src/main/java/gate/util/RBTreeMap.java:1020–1023  ·  view source on GitHub ↗
(int type)

Source from the content-addressed store, hash-verified

1018 private Entry<K,V> firstExcluded = null;
1019
1020 Iterator(int type) {
1021 this.type = type;
1022 next = firstEntry();
1023 }
1024
1025 Iterator(Entry<K,V> first, Entry<K,V> firstExcluded) {
1026 type = ENTRIES;

Callers

nothing calls this directly

Calls 1

firstEntryMethod · 0.80

Tested by

no test coverage detected